COLOR #5F6A49

HEX: #5F6A49
RGB: (95,106,73)

Color info

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

RGB color model

#5F6A49 color RGB value is (95,106,73).

  • red value is 95;
  • green value is 106;
  • blue value is 73.
RGB:
(95,106,73)
(37%,42%,29%)

RGB channels and saturation

R 95 of 255 = 37%
G 106 of 255 = 42%
B 73 of 255 = 29%

95
106
73

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

Portions of RGB colors in percentages

R + G + B =
95 + 106 + 73 = 274 (100%)
R 95 of 274 ~ 34.67%
G 106 of 274 ~ 38.69%
B 73 of 274 ~ 26.64%

%34.67
%38.69
%26.64

CMYK color model

#5F6A49 color CMYK value is (10,0,31,58).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 31.13%
  • key color value is 58.43%
CMYK:
(10,0,31,58)
C10M0Y31K58 
(10%,0%,31%,58%)
(0.10/0.00/0.31/0.58)	

CMYK percentages

%10.38
%0
%31.13
%58.43

Codes

Color #5F6A49 in popluar color models

5F6A49
RGB9510673
HSL80°18.44%35.10%
HSB/HSV80°31.13%41.57%
CMYK10.38%0.00%31.13%
58.43%

Color #5F6A49 in popluar number systems.

HEX5F6A49
Decimal9510673
Binary101111111010101001001
Octal137152111

Shades and tints

Shades of #5F6A49

#5F6A49
(95,106,73)
#576143
(87,97,67)
#4F583D
(79,88,61)
#474F37
(71,79,55)
#3F4631
(63,70,49)
#373D2B
(55,61,43)
#2F3425
(47,52,37)
#272B1F
(39,43,31)
#1F2219
(31,34,25)
#171913
(23,25,19)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #5F6A49

#5F6A49
(95,106,73)
#6D7759
(109,119,89)
#7B8469
(123,132,105)
#899179
(137,145,121)
#979E89
(151,158,137)
#A5AB99
(165,171,153)
#B3B8A9
(179,184,169)
#C1C5B9
(193,197,185)
#CFD2C9
(207,210,201)
#DDDFD9
(221,223,217)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6A49; }

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

This text font color is #5F6A49.


Background Color

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

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

This div background color is #5F6A49.


Border color

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

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

This div border color is #5F6A49.


Opacity

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

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

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

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

This text has shadow with #5F6A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6A49 on black background.


Color preview on white background

This text has color #5F6A49 on white background.



Black color preview on #5F6A49 background

This text has black color on #5F6A49 background.


White color preview on #5F6A49 background

This text has white color on #5F6A49 background.