COLOR #3B5F5C

HEX: #3B5F5C
RGB: (59,95,92)

Color info

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

RGB color model

#3B5F5C color RGB value is (59,95,92).

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

RGB channels and saturation

R 59 of 255 = 23%
G 95 of 255 = 37%
B 92 of 255 = 36%

59
95
92

R + G + B ~ 32%. #3B5F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 95 + 92 = 246 (100%)
R 59 of 246 ~ 23.98%
G 95 of 246 ~ 38.62%
B 92 of 246 ~ 37.4%

%23.98
%38.62
%37.4

CMYK color model

#3B5F5C color CMYK value is (38,0,3,63).

  • cyan value is 37.89%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 62.75%
CMYK:
(38,0,3,63)
C38M0Y3K63 
(38%,0%,3%,63%)
(0.38/0.00/0.03/0.63)	

CMYK percentages

%37.89
%0
%3.16
%62.75

Codes

Color #3B5F5C in popluar color models

3B5F5C
RGB599592
HSL175°23.38%30.20%
HSB/HSV175°37.89%37.25%
CMYK37.89%0.00%3.16%
62.75%

Color #3B5F5C in popluar number systems.

HEX3B5F5C
Decimal599592
Binary11101110111111011100
Octal73137134

Shades and tints

Shades of #3B5F5C

#3B5F5C
(59,95,92)
#365754
(54,87,84)
#314F4C
(49,79,76)
#2C4744
(44,71,68)
#273F3C
(39,63,60)
#223734
(34,55,52)
#1D2F2C
(29,47,44)
#182724
(24,39,36)
#131F1C
(19,31,28)
#0E1714
(14,23,20)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #3B5F5C

#3B5F5C
(59,95,92)
#4C6D6A
(76,109,106)
#5D7B78
(93,123,120)
#6E8986
(110,137,134)
#7F9794
(127,151,148)
#90A5A2
(144,165,162)
#A1B3B0
(161,179,176)
#B2C1BE
(178,193,190)
#C3CFCC
(195,207,204)
#D4DDDA
(212,221,218)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5F5C; }

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

This text font color is #3B5F5C.


Background Color

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

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

This div background color is #3B5F5C.


Border color

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

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

This div border color is #3B5F5C.


Opacity

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

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

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

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

This text has shadow with #3B5F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5F5C on black background.


Color preview on white background

This text has color #3B5F5C on white background.



Black color preview on #3B5F5C background

This text has black color on #3B5F5C background.


White color preview on #3B5F5C background

This text has white color on #3B5F5C background.