COLOR #3B9477

HEX: #3B9477
RGB: (59,148,119)

Color info

#3B9477 contains mainly green and blue colors. Web safe color of #3B9477 is #339966 (or #396).

RGB color model

#3B9477 color RGB value is (59,148,119).

  • red value is 59;
  • green value is 148;
  • blue value is 119.
RGB:
(59,148,119)
(23%,58%,47%)

RGB channels and saturation

R 59 of 255 = 23%
G 148 of 255 = 58%
B 119 of 255 = 47%

59
148
119

R + G + B ~ 43%. #3B9477 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
59 + 148 + 119 = 326 (100%)
R 59 of 326 ~ 18.1%
G 148 of 326 ~ 45.4%
B 119 of 326 ~ 36.5%

%18.1
%45.4
%36.5

CMYK color model

#3B9477 color CMYK value is (60,0,20,42).

  • cyan value is 60.14%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 41.96%
CMYK:
(60,0,20,42)
C60M0Y20K42 
(60%,0%,20%,42%)
(0.60/0.00/0.20/0.42)	

CMYK percentages

%60.14
%0
%19.59
%41.96

Codes

Color #3B9477 in popluar color models

3B9477
RGB59148119
HSL160°43.00%40.59%
HSB/HSV160°60.14%58.04%
CMYK60.14%0.00%19.59%
41.96%

Color #3B9477 in popluar number systems.

HEX3B9477
Decimal59148119
Binary111011100101001110111
Octal73224167

Shades and tints

Shades of #3B9477

#3B9477
(59,148,119)
#36876D
(54,135,109)
#317A63
(49,122,99)
#2C6D59
(44,109,89)
#27604F
(39,96,79)
#225345
(34,83,69)
#1D463B
(29,70,59)
#183931
(24,57,49)
#132C27
(19,44,39)
#0E1F1D
(14,31,29)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #3B9477

#3B9477
(59,148,119)
#4C9D83
(76,157,131)
#5DA68F
(93,166,143)
#6EAF9B
(110,175,155)
#7FB8A7
(127,184,167)
#90C1B3
(144,193,179)
#A1CABF
(161,202,191)
#B2D3CB
(178,211,203)
#C3DCD7
(195,220,215)
#D4E5E3
(212,229,227)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B9477 color. Also use rgb(59,148,119) instead hex code.

Text Font Color

.myTextColor { color: #3B9477; }

<p style="color:#3B9477">This sample text font color is #3B9477.</p>

This text font color is #3B9477.


Background Color

.myBgColor { background-color: #3B9477; }

<div style="background-color:#3B9477">Inner text</div>

This div background color is #3B9477.


Border color

.myBorderColor { border: 1px solid #3B9477; }

<div style="border:3px solid #3B9477">Div</div>

This div border color is #3B9477.


Opacity

.myOpacity80 { color: #3B9477; opacity: 0.8; }

<p style="color:#3B9477;opacity:0.8;">80%</p>

Text with #3B9477 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3B9477;}

<p style="text-shadow: 3px 3px 1px #3B9477">Text here.</p>

This text has shadow with #3B9477 color.

.textShadow {text-shadow: 3px 3px 1px #3B9477, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3B9477, 5px 5px 20px red">Text here.</p>

This text has shadow with #3B9477 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3B9477, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3B9477, Direction=45, Strength=4)">Text</p>

This text has shadow with #3B9477 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3B9477;
  -webkit-box-shadow:	1px 1px 3px 2px #3B9477;
  box-shadow:		1px 1px 3px 2px #3B9477;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3B9477;
-webkit-box-shadow: 1px 1px 3px 2px #3B9477;
box-shadow:1px 1px 3px 2px #3B9477;">
Div content here</div>
This div box has shadow with color #3B9477.

Preview

Color preview on black background

This text has color #3B9477 on black background.


Color preview on white background

This text has color #3B9477 on white background.



Black color preview on #3B9477 background

This text has black color on #3B9477 background.


White color preview on #3B9477 background

This text has white color on #3B9477 background.