COLOR #5F6B3C

HEX: #5F6B3C RGB: (95,107,60)

Color info

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

RGB color model

#5F6B3C color RGB value is (95,107,60).

RGB: (95,107,60) (37%, 42%, 24%)

RGB channels and saturation

R 95 of 255 = 37%
G 107 of 255 = 42%
B 60 of 255 = 24%

95
107
60

R + G + B ~ 34%. #5F6B3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 107 + 60 = 262 (100%)
R 95 of 262 ~ 36.26%
G 107 of 262 ~ 40.84%
B 60 of 262 ~ 22.9'%

%36.26
%40.84
%22.9

CMYK color model

#5F6B3C color CMYK value is (11,0,44,58).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 43.93%
  • key color value is 58.04%

CMYK: (11,0,44,58)
C11M0Y44K58 (11%, 0%, 44%, 58%)
(0.11 / 0.00 / 0.44 / 0.58)

CMYK percentages

%11.21
%0
%43.93
%58.04

Codes

Color #5F6B3C in popluar color models

5F 6B 3C
RGB 95 107 60
HSL 75° 28.14% 32.75%
HSB/HSV 75° 43.93% 41.96%
CMYK 11.21% 0.00% 43.93%
58.04%

Color #5F6B3C in popluar number systems.

HEX 5F 6B 3C
Decimal 95 107 60
Binary 1011111 1101011 111100
Octal 137 153 74

Shades and tints

Shades of #5F6B3C

#5F6B3C
(95,107,60)
#576237
(87,98,55)
#4F5932
(79,89,50)
#47502D
(71,80,45)
#3F4728
(63,71,40)
#373E23
(55,62,35)
#2F351E
(47,53,30)
#272C19
(39,44,25)
#1F2314
(31,35,20)
#171A0F
(23,26,15)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #5F6B3C

#5F6B3C
(95,107,60)
#6D784D
(109,120,77)
#7B855E
(123,133,94)
#89926F
(137,146,111)
#979F80
(151,159,128)
#A5AC91
(165,172,145)
#B3B9A2
(179,185,162)
#C1C6B3
(193,198,179)
#CFD3C4
(207,211,196)
#DDE0D5
(221,224,213)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6B3C color. Also use rgb(95,107,60) instead hex code.

Text Font Color

.myTextColor { color: #5F6B3C; }

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

This text font color is #5F6B3C.

Background Color

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

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

This div background color is #5F6B3C.

Border color

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

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

This div border color is #5F6B3C.

Opacity

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

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

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

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

This text has shadow with #5F6B3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6B3C.

Preview

Color preview on black background

This text has color #5F6B3C on black background.


Color preview on white background

This text has color #5F6B3C on white background.


Black color preview on #5F6B3C background

This text has black color on #5F6B3C background.


White color preview on #5F6B3C background

This text has white color on #5F6B3C background.


Related colors

Complementary color

Complementary color for #hex is #A094C3.


I love getcolorcode.com

Triadic colors

1 #3C5F6B and #6B3C5F with #5F6B3C are triadic colors.

2 #3C6B5F and #6B5F3C with #5F6B3C are triadic colors.