COLOR #5F7366

HEX: #5F7366
RGB: (95,115,102)

Color info

#5F7366 contains red, green and blue colors in about the same proportion. Web safe color of #5F7366 is #666666 (or #666).

RGB color model

#5F7366 color RGB value is (95,115,102).

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

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 102 of 255 = 40%

95
115
102

R + G + B ~ 41%. #5F7366 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 115 + 102 = 312 (100%)
R 95 of 312 ~ 30.45%
G 115 of 312 ~ 36.86%
B 102 of 312 ~ 32.69%

%30.45
%36.86
%32.69

CMYK color model

#5F7366 color CMYK value is (17,0,11,55).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 54.90%
CMYK:
(17,0,11,55)
C17M0Y11K55 
(17%,0%,11%,55%)
(0.17/0.00/0.11/0.55)	

CMYK percentages

%17.39
%0
%11.3
%54.9

Codes

Color #5F7366 in popluar color models

5F7366
RGB95115102
HSL141°9.52%41.18%
HSB/HSV141°17.39%45.10%
CMYK17.39%0.00%11.30%
54.90%

Color #5F7366 in popluar number systems.

HEX5F7366
Decimal95115102
Binary101111111100111100110
Octal137163146

Shades and tints

Shades of #5F7366

#5F7366
(95,115,102)
#57695D
(87,105,93)
#4F5F54
(79,95,84)
#47554B
(71,85,75)
#3F4B42
(63,75,66)
#374139
(55,65,57)
#2F3730
(47,55,48)
#272D27
(39,45,39)
#1F231E
(31,35,30)
#171915
(23,25,21)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #5F7366

#5F7366
(95,115,102)
#6D7F73
(109,127,115)
#7B8B80
(123,139,128)
#89978D
(137,151,141)
#97A39A
(151,163,154)
#A5AFA7
(165,175,167)
#B3BBB4
(179,187,180)
#C1C7C1
(193,199,193)
#CFD3CE
(207,211,206)
#DDDFDB
(221,223,219)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7366 color. Also use rgb(95,115,102) instead hex code.

Text Font Color

.myTextColor { color: #5F7366; }

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

This text font color is #5F7366.


Background Color

.myBgColor { background-color: #5F7366; }

<div style="background-color:#5F7366">Inner text</div>

This div background color is #5F7366.


Border color

.myBorderColor { border: 1px solid #5F7366; }

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

This div border color is #5F7366.


Opacity

.myOpacity80 { color: #5F7366; opacity: 0.8; }

<p style="color:#5F7366;opacity:0.8;">80%</p>

Text with #5F7366 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 #5F7366;}

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

This text has shadow with #5F7366 color.

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

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

This text has shadow with #5F7366 primary color and red secondary color.


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

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

This text has shadow with #5F7366 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7366 on black background.


Color preview on white background

This text has color #5F7366 on white background.



Black color preview on #5F7366 background

This text has black color on #5F7366 background.


White color preview on #5F7366 background

This text has white color on #5F7366 background.