COLOR #5F6A4C

HEX: #5F6A4C RGB: (95,106,76)

Color info

#5F6A4C contains red, green and blue colors in about the same proportion. Web safe color of #5F6A4C is #666633 (or #663).

RGB color model

#5F6A4C color RGB value is (95,106,76).

RGB: (95,106,76) (37%, 42%, 30%)

RGB channels and saturation

R 95 of 255 = 37%
G 106 of 255 = 42%
B 76 of 255 = 30%

95
106
76

R + G + B ~ 36%. #5F6A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 106 + 76 = 277 (100%)
R 95 of 277 ~ 34.3%
G 106 of 277 ~ 38.27%
B 76 of 277 ~ 27.44'%

%34.3
%38.27
%27.44

CMYK color model

#5F6A4C color CMYK value is (10,0,28,58).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 58.43%
CMYK: (10,0,28,58) C10M0Y28K58 (10%,0%,28%,58%) (0.10/0.00/0.28/0.58) 

CMYK percentages

%10.38
%0
%28.3
%58.43

Codes

Color #5F6A4C in popluar color models

5F 6A 4C
RGB 95 106 76
HSL 82° 16.48% 35.69%
HSB/HSV 82° 28.30% 41.57%
CMYK 10.38% 0.00% 28.30%
58.43%

Color #5F6A4C in popluar number systems.

HEX 5F 6A 4C
Decimal 95 106 76
Binary 1011111 1101010 1001100
Octal 137 152 114

Shades and tints

Shades of #5F6A4C

#5F6A4C
(95,106,76)
#576146
(87,97,70)
#4F5840
(79,88,64)
#474F3A
(71,79,58)
#3F4634
(63,70,52)
#373D2E
(55,61,46)
#2F3428
(47,52,40)
#272B22
(39,43,34)
#1F221C
(31,34,28)
#171916
(23,25,22)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #5F6A4C

#5F6A4C
(95,106,76)
#6D775C
(109,119,92)
#7B846C
(123,132,108)
#89917C
(137,145,124)
#979E8C
(151,158,140)
#A5AB9C
(165,171,156)
#B3B8AC
(179,184,172)
#C1C5BC
(193,197,188)
#CFD2CC
(207,210,204)
#DDDFDC
(221,223,220)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6A4C color. Also use rgb(95,106,76) instead hex code.

Text Font Color

.myTextColor { color: #5F6A4C; }

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

This text font color is #5F6A4C.

Background Color

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

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

This div background color is #5F6A4C.

Border color

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

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

This div border color is #5F6A4C.

Opacity

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

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

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

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

This text has shadow with #5F6A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6A4C.

Preview

Color preview on black background

This text has color #5F6A4C on black background.


Color preview on white background

This text has color #5F6A4C on white background.


Black color preview on #5F6A4C background

This text has black color on #5F6A4C background.


White color preview on #5F6A4C background

This text has white color on #5F6A4C background.


Related colors

Complementary color

Complementary color for #hex is #A095B3.


I love getcolorcode.com

Triadic colors

1 #4C5F6A and #6A4C5F with #5F6A4C are triadic colors.

2 #4C6A5F and #6A5F4C with #5F6A4C are triadic colors.