COLOR #5F6951

HEX: #5F6951 RGB: (95,105,81)

Color info

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

RGB color model

#5F6951 color RGB value is (95,105,81).

RGB: (95,105,81) (37%, 41%, 32%)

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 81 of 255 = 32%

95
105
81

R + G + B ~ 37%. #5F6951 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 105 + 81 = 281 (100%)
R 95 of 281 ~ 33.81%
G 105 of 281 ~ 37.37%
B 81 of 281 ~ 28.83'%

%33.81
%37.37
%28.83

CMYK color model

#5F6951 color CMYK value is (10,0,23,59).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 58.82%

CMYK: (10,0,23,59)
C10M0Y23K59 (10%, 0%, 23%, 59%)
(0.10 / 0.00 / 0.23 / 0.59)

CMYK percentages

%9.52
%0
%22.86
%58.82

Codes

Color #5F6951 in popluar color models

5F 69 51
RGB 95 105 81
HSL 85° 12.90% 36.47%
HSB/HSV 85° 22.86% 41.18%
CMYK 9.52% 0.00% 22.86%
58.82%

Color #5F6951 in popluar number systems.

HEX 5F 69 51
Decimal 95 105 81
Binary 1011111 1101001 1010001
Octal 137 151 121

Shades and tints

Shades of #5F6951

#5F6951
(95,105,81)
#57604A
(87,96,74)
#4F5743
(79,87,67)
#474E3C
(71,78,60)
#3F4535
(63,69,53)
#373C2E
(55,60,46)
#2F3327
(47,51,39)
#272A20
(39,42,32)
#1F2119
(31,33,25)
#171812
(23,24,18)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #5F6951

#5F6951
(95,105,81)
#6D7660
(109,118,96)
#7B836F
(123,131,111)
#89907E
(137,144,126)
#979D8D
(151,157,141)
#A5AA9C
(165,170,156)
#B3B7AB
(179,183,171)
#C1C4BA
(193,196,186)
#CFD1C9
(207,209,201)
#DDDED8
(221,222,216)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6951 color. Also use rgb(95,105,81) instead hex code.

Text Font Color

.myTextColor { color: #5F6951; }

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

This text font color is #5F6951.

Background Color

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

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

This div background color is #5F6951.

Border color

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

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

This div border color is #5F6951.

Opacity

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

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

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

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

This text has shadow with #5F6951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6951.

Preview

Color preview on black background

This text has color #5F6951 on black background.


Color preview on white background

This text has color #5F6951 on white background.


Black color preview on #5F6951 background

This text has black color on #5F6951 background.


White color preview on #5F6951 background

This text has white color on #5F6951 background.


Related colors

Complementary color

Complementary color for #hex is #A096AE.


I love getcolorcode.com

Triadic colors

1 #515F69 and #69515F with #5F6951 are triadic colors.

2 #51695F and #695F51 with #5F6951 are triadic colors.