COLOR #3B5F66

HEX: #3B5F66
RGB: (59,95,102)

Color info

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

RGB color model

#3B5F66 color RGB value is (59,95,102).

  • red value is 59;
  • green value is 95;
  • blue value is 102.
RGB:
(59,95,102)
(23%,37%,40%)

RGB channels and saturation

R 59 of 255 = 23%
G 95 of 255 = 37%
B 102 of 255 = 40%

59
95
102

R + G + B ~ 33%. #3B5F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 95 + 102 = 256 (100%)
R 59 of 256 ~ 23.05%
G 95 of 256 ~ 37.11%
B 102 of 256 ~ 39.84%

%23.05
%37.11
%39.84

CMYK color model

#3B5F66 color CMYK value is (42,7,0,60).

  • cyan value is 42.16%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(42,7,0,60)
C42M7Y0K60 
(42%,7%,0%,60%)
(0.42/0.07/0.00/0.60)	

CMYK percentages

%42.16
%6.86
%0
%60

Codes

Color #3B5F66 in popluar color models

3B5F66
RGB5995102
HSL190°26.71%31.57%
HSB/HSV190°42.16%40.00%
CMYK42.16%6.86%0.00%
60.00%

Color #3B5F66 in popluar number systems.

HEX3B5F66
Decimal5995102
Binary11101110111111100110
Octal73137146

Shades and tints

Shades of #3B5F66

#3B5F66
(59,95,102)
#36575D
(54,87,93)
#314F54
(49,79,84)
#2C474B
(44,71,75)
#273F42
(39,63,66)
#223739
(34,55,57)
#1D2F30
(29,47,48)
#182727
(24,39,39)
#131F1E
(19,31,30)
#0E1715
(14,23,21)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #3B5F66

#3B5F66
(59,95,102)
#4C6D73
(76,109,115)
#5D7B80
(93,123,128)
#6E898D
(110,137,141)
#7F979A
(127,151,154)
#90A5A7
(144,165,167)
#A1B3B4
(161,179,180)
#B2C1C1
(178,193,193)
#C3CFCE
(195,207,206)
#D4DDDB
(212,221,219)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5F66 color. Also use rgb(59,95,102) instead hex code.

Text Font Color

.myTextColor { color: #3B5F66; }

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

This text font color is #3B5F66.


Background Color

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

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

This div background color is #3B5F66.


Border color

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

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

This div border color is #3B5F66.


Opacity

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

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

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

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

This text has shadow with #3B5F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5F66 on black background.


Color preview on white background

This text has color #3B5F66 on white background.



Black color preview on #3B5F66 background

This text has black color on #3B5F66 background.


White color preview on #3B5F66 background

This text has white color on #3B5F66 background.