COLOR #3B8476

HEX: #3B8476
RGB: (59,132,118)

Color info

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

RGB color model

#3B8476 color RGB value is (59,132,118).

  • red value is 59;
  • green value is 132;
  • blue value is 118.
RGB:
(59,132,118)
(23%,52%,46%)

RGB channels and saturation

R 59 of 255 = 23%
G 132 of 255 = 52%
B 118 of 255 = 46%

59
132
118

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

Portions of RGB colors in percentages

R + G + B =
59 + 132 + 118 = 309 (100%)
R 59 of 309 ~ 19.09%
G 132 of 309 ~ 42.72%
B 118 of 309 ~ 38.19%

%19.09
%42.72
%38.19

CMYK color model

#3B8476 color CMYK value is (55,0,11,48).

  • cyan value is 55.30%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK:
(55,0,11,48)
C55M0Y11K48 
(55%,0%,11%,48%)
(0.55/0.00/0.11/0.48)	

CMYK percentages

%55.3
%0
%10.61
%48.24

Codes

Color #3B8476 in popluar color models

3B8476
RGB59132118
HSL168°38.22%37.45%
HSB/HSV168°55.30%51.76%
CMYK55.30%0.00%10.61%
48.24%

Color #3B8476 in popluar number systems.

HEX3B8476
Decimal59132118
Binary111011100001001110110
Octal73204166

Shades and tints

Shades of #3B8476

#3B8476
(59,132,118)
#36786C
(54,120,108)
#316C62
(49,108,98)
#2C6058
(44,96,88)
#27544E
(39,84,78)
#224844
(34,72,68)
#1D3C3A
(29,60,58)
#183030
(24,48,48)
#132426
(19,36,38)
#0E181C
(14,24,28)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #3B8476

#3B8476
(59,132,118)
#4C8F82
(76,143,130)
#5D9A8E
(93,154,142)
#6EA59A
(110,165,154)
#7FB0A6
(127,176,166)
#90BBB2
(144,187,178)
#A1C6BE
(161,198,190)
#B2D1CA
(178,209,202)
#C3DCD6
(195,220,214)
#D4E7E2
(212,231,226)
#E5F2EE
(229,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8476 color. Also use rgb(59,132,118) instead hex code.

Text Font Color

.myTextColor { color: #3B8476; }

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

This text font color is #3B8476.


Background Color

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

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

This div background color is #3B8476.


Border color

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

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

This div border color is #3B8476.


Opacity

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

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

Text with #3B8476 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 #3B8476;}

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

This text has shadow with #3B8476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8476 on black background.


Color preview on white background

This text has color #3B8476 on white background.



Black color preview on #3B8476 background

This text has black color on #3B8476 background.


White color preview on #3B8476 background

This text has white color on #3B8476 background.