COLOR #5F6551

HEX: #5F6551 RGB: (95,101,81)

Color info

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

RGB color model

#5F6551 color RGB value is (95,101,81).

RGB: (95,101,81) (37%, 40%, 32%)

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 81 of 255 = 32%

95
101
81

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

Portions of RGB colors in percentages

R + G + B = 95 + 101 + 81 = 277 (100%)
R 95 of 277 ~ 34.3%
G 101 of 277 ~ 36.46%
B 81 of 277 ~ 29.24'%

%34.3
%36.46
%29.24

CMYK color model

#5F6551 color CMYK value is (6,0,20,60).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 60.39%

CMYK: (6,0,20,60)
C6M0Y20K60 (6%, 0%, 20%, 60%)
(0.06 / 0.00 / 0.20 / 0.60)

CMYK percentages

%5.94
%0
%19.8
%60.39

Codes

Color #5F6551 in popluar color models

5F 65 51
RGB 95 101 81
HSL 78° 10.99% 35.69%
HSB/HSV 78° 19.80% 39.61%
CMYK 5.94% 0.00% 19.80%
60.39%

Color #5F6551 in popluar number systems.

HEX 5F 65 51
Decimal 95 101 81
Binary 1011111 1100101 1010001
Octal 137 145 121

Shades and tints

Shades of #5F6551

#5F6551
(95,101,81)
#575C4A
(87,92,74)
#4F5343
(79,83,67)
#474A3C
(71,74,60)
#3F4135
(63,65,53)
#37382E
(55,56,46)
#2F2F27
(47,47,39)
#272620
(39,38,32)
#1F1D19
(31,29,25)
#171412
(23,20,18)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #5F6551

#5F6551
(95,101,81)
#6D7360
(109,115,96)
#7B816F
(123,129,111)
#898F7E
(137,143,126)
#979D8D
(151,157,141)
#A5AB9C
(165,171,156)
#B3B9AB
(179,185,171)
#C1C7BA
(193,199,186)
#CFD5C9
(207,213,201)
#DDE3D8
(221,227,216)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6551; }

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

This text font color is #5F6551.

Background Color

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

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

This div background color is #5F6551.

Border color

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

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

This div border color is #5F6551.

Opacity

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

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

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

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

This text has shadow with #5F6551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6551.

Preview

Color preview on black background

This text has color #5F6551 on black background.


Color preview on white background

This text has color #5F6551 on white background.


Black color preview on #5F6551 background

This text has black color on #5F6551 background.


White color preview on #5F6551 background

This text has white color on #5F6551 background.


Related colors

Complementary color

Complementary color for #hex is #A09AAE.


I love getcolorcode.com

Triadic colors

1 #515F65 and #65515F with #5F6551 are triadic colors.

2 #51655F and #655F51 with #5F6551 are triadic colors.