COLOR #5F6651

HEX: #5F6651
RGB: (95,102,81)

Color info

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

RGB color model

#5F6651 color RGB value is (95,102,81).

  • red value is 95;
  • green value is 102;
  • blue value is 81.
RGB:
(95,102,81)
(37%,40%,32%)

RGB channels and saturation

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

95
102
81

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

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 81 = 278 (100%)
R 95 of 278 ~ 34.17%
G 102 of 278 ~ 36.69%
B 81 of 278 ~ 29.14%

%34.17
%36.69
%29.14

CMYK color model

#5F6651 color CMYK value is (7,0,21,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 60.00%
CMYK:
(7,0,21,60)
C7M0Y21K60 
(7%,0%,21%,60%)
(0.07/0.00/0.21/0.60)	

CMYK percentages

%6.86
%0
%20.59
%60

Codes

Color #5F6651 in popluar color models

5F6651
RGB9510281
HSL80°11.48%35.88%
HSB/HSV80°20.59%40.00%
CMYK6.86%0.00%20.59%
60.00%

Color #5F6651 in popluar number systems.

HEX5F6651
Decimal9510281
Binary101111111001101010001
Octal137146121

Shades and tints

Shades of #5F6651

#5F6651
(95,102,81)
#575D4A
(87,93,74)
#4F5443
(79,84,67)
#474B3C
(71,75,60)
#3F4235
(63,66,53)
#37392E
(55,57,46)
#2F3027
(47,48,39)
#272720
(39,39,32)
#1F1E19
(31,30,25)
#171512
(23,21,18)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #5F6651

#5F6651
(95,102,81)
#6D7360
(109,115,96)
#7B806F
(123,128,111)
#898D7E
(137,141,126)
#979A8D
(151,154,141)
#A5A79C
(165,167,156)
#B3B4AB
(179,180,171)
#C1C1BA
(193,193,186)
#CFCEC9
(207,206,201)
#DDDBD8
(221,219,216)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6651; }

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

This text font color is #5F6651.


Background Color

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

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

This div background color is #5F6651.


Border color

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

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

This div border color is #5F6651.


Opacity

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

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

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

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

This text has shadow with #5F6651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6651 on black background.


Color preview on white background

This text has color #5F6651 on white background.



Black color preview on #5F6651 background

This text has black color on #5F6651 background.


White color preview on #5F6651 background

This text has white color on #5F6651 background.