COLOR #5F674A

HEX: #5F674A RGB: (95,103,74)

Color info

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

RGB color model

#5F674A color RGB value is (95,103,74).

RGB: (95,103,74) (37%, 40%, 29%)

RGB channels and saturation

R 95 of 255 = 37%
G 103 of 255 = 40%
B 74 of 255 = 29%

95
103
74

R + G + B ~ 35%. #5F674A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 103 + 74 = 272 (100%)
R 95 of 272 ~ 34.93%
G 103 of 272 ~ 37.87%
B 74 of 272 ~ 27.21'%

%34.93
%37.87
%27.21

CMYK color model

#5F674A color CMYK value is (8,0,28,60).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 59.61%
CMYK: (8,0,28,60) C8M0Y28K60 (8%,0%,28%,60%) (0.08/0.00/0.28/0.60) 

CMYK percentages

%7.77
%0
%28.16
%59.61

Codes

Color #5F674A in popluar color models

5F 67 4A
RGB 95 103 74
HSL 77° 16.38% 34.71%
HSB/HSV 77° 28.16% 40.39%
CMYK 7.77% 0.00% 28.16%
59.61%

Color #5F674A in popluar number systems.

HEX 5F 67 4A
Decimal 95 103 74
Binary 1011111 1100111 1001010
Octal 137 147 112

Shades and tints

Shades of #5F674A

#5F674A
(95,103,74)
#575E44
(87,94,68)
#4F553E
(79,85,62)
#474C38
(71,76,56)
#3F4332
(63,67,50)
#373A2C
(55,58,44)
#2F3126
(47,49,38)
#272820
(39,40,32)
#1F1F1A
(31,31,26)
#171614
(23,22,20)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #5F674A

#5F674A
(95,103,74)
#6D745A
(109,116,90)
#7B816A
(123,129,106)
#898E7A
(137,142,122)
#979B8A
(151,155,138)
#A5A89A
(165,168,154)
#B3B5AA
(179,181,170)
#C1C2BA
(193,194,186)
#CFCFCA
(207,207,202)
#DDDCDA
(221,220,218)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F674A color. Also use rgb(95,103,74) instead hex code.

Text Font Color

.myTextColor { color: #5F674A; }

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

This text font color is #5F674A.

Background Color

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

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

This div background color is #5F674A.

Border color

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

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

This div border color is #5F674A.

Opacity

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

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

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

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

This text has shadow with #5F674A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F674A.

Preview

Color preview on black background

This text has color #5F674A on black background.


Color preview on white background

This text has color #5F674A on white background.


Black color preview on #5F674A background

This text has black color on #5F674A background.


White color preview on #5F674A background

This text has white color on #5F674A background.


Related colors

Complementary color

Complementary color for #hex is #A098B5.


I love getcolorcode.com

Triadic colors

1 #4A5F67 and #674A5F with #5F674A are triadic colors.

2 #4A675F and #675F4A with #5F674A are triadic colors.