COLOR #3B6F5E

HEX: #3B6F5E RGB: (59,111,94)

Color info

#3B6F5E contains red, green and blue colors in about the same proportion. Web safe color of #3B6F5E is #336666 (or #366).

RGB color model

#3B6F5E color RGB value is (59,111,94).

RGB: (59,111,94) (23%, 44%, 37%)

RGB channels and saturation

R 59 of 255 = 23%
G 111 of 255 = 44%
B 94 of 255 = 37%

59
111
94

R + G + B ~ 35%. #3B6F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 111 + 94 = 264 (100%)
R 59 of 264 ~ 22.35%
G 111 of 264 ~ 42.05%
B 94 of 264 ~ 35.61'%

%22.35
%42.05
%35.61

CMYK color model

#3B6F5E color CMYK value is (47,0,15,56).

  • cyan value is 46.85%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 56.47%

CMYK: (47,0,15,56)
C47M0Y15K56 (47%, 0%, 15%, 56%)
(0.47 / 0.00 / 0.15 / 0.56)

CMYK percentages

%46.85
%0
%15.32
%56.47

Codes

Color #3B6F5E in popluar color models

3B 6F 5E
RGB 59 111 94
HSL 160° 30.59% 33.33%
HSB/HSV 160° 46.85% 43.53%
CMYK 46.85% 0.00% 15.32%
56.47%

Color #3B6F5E in popluar number systems.

HEX 3B 6F 5E
Decimal 59 111 94
Binary 111011 1101111 1011110
Octal 73 157 136

Shades and tints

Shades of #3B6F5E

#3B6F5E
(59,111,94)
#366556
(54,101,86)
#315B4E
(49,91,78)
#2C5146
(44,81,70)
#27473E
(39,71,62)
#223D36
(34,61,54)
#1D332E
(29,51,46)
#182926
(24,41,38)
#131F1E
(19,31,30)
#0E1516
(14,21,22)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #3B6F5E

#3B6F5E
(59,111,94)
#4C7C6C
(76,124,108)
#5D897A
(93,137,122)
#6E9688
(110,150,136)
#7FA396
(127,163,150)
#90B0A4
(144,176,164)
#A1BDB2
(161,189,178)
#B2CAC0
(178,202,192)
#C3D7CE
(195,215,206)
#D4E4DC
(212,228,220)
#E5F1EA
(229,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6F5E color. Also use rgb(59,111,94) instead hex code.

Text Font Color

.myTextColor { color: #3B6F5E; }

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

This text font color is #3B6F5E.

Background Color

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

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

This div background color is #3B6F5E.

Border color

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

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

This div border color is #3B6F5E.

Opacity

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

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

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

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

This text has shadow with #3B6F5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6F5E.

Preview

Color preview on black background

This text has color #3B6F5E on black background.


Color preview on white background

This text has color #3B6F5E on white background.


Black color preview on #3B6F5E background

This text has black color on #3B6F5E background.


White color preview on #3B6F5E background

This text has white color on #3B6F5E background.


Related colors

Complementary color

Complementary color for #hex is #C490A1.


I love getcolorcode.com

Triadic colors

1 #5E3B6F and #6F5E3B with #3B6F5E are triadic colors.

2 #5E6F3B and #6F3B5E with #3B6F5E are triadic colors.