COLOR #5F6E55

HEX: #5F6E55 RGB: (95,110,85)

Color info

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

RGB color model

#5F6E55 color RGB value is (95,110,85).

RGB: (95,110,85) (37%, 43%, 33%)

RGB channels and saturation

R 95 of 255 = 37%
G 110 of 255 = 43%
B 85 of 255 = 33%

95
110
85

R + G + B ~ 38%. #5F6E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 110 + 85 = 290 (100%)
R 95 of 290 ~ 32.76%
G 110 of 290 ~ 37.93%
B 85 of 290 ~ 29.31'%

%32.76
%37.93
%29.31

CMYK color model

#5F6E55 color CMYK value is (14,0,23,57).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 56.86%

CMYK: (14,0,23,57)
C14M0Y23K57 (14%, 0%, 23%, 57%)
(0.14 / 0.00 / 0.23 / 0.57)

CMYK percentages

%13.64
%0
%22.73
%56.86

Codes

Color #5F6E55 in popluar color models

5F 6E 55
RGB 95 110 85
HSL 96° 12.82% 38.24%
HSB/HSV 96° 22.73% 43.14%
CMYK 13.64% 0.00% 22.73%
56.86%

Color #5F6E55 in popluar number systems.

HEX 5F 6E 55
Decimal 95 110 85
Binary 1011111 1101110 1010101
Octal 137 156 125

Shades and tints

Shades of #5F6E55

#5F6E55
(95,110,85)
#57644E
(87,100,78)
#4F5A47
(79,90,71)
#475040
(71,80,64)
#3F4639
(63,70,57)
#373C32
(55,60,50)
#2F322B
(47,50,43)
#272824
(39,40,36)
#1F1E1D
(31,30,29)
#171416
(23,20,22)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #5F6E55

#5F6E55
(95,110,85)
#6D7B64
(109,123,100)
#7B8873
(123,136,115)
#899582
(137,149,130)
#97A291
(151,162,145)
#A5AFA0
(165,175,160)
#B3BCAF
(179,188,175)
#C1C9BE
(193,201,190)
#CFD6CD
(207,214,205)
#DDE3DC
(221,227,220)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6E55 color. Also use rgb(95,110,85) instead hex code.

Text Font Color

.myTextColor { color: #5F6E55; }

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

This text font color is #5F6E55.

Background Color

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

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

This div background color is #5F6E55.

Border color

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

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

This div border color is #5F6E55.

Opacity

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

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

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

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

This text has shadow with #5F6E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6E55.

Preview

Color preview on black background

This text has color #5F6E55 on black background.


Color preview on white background

This text has color #5F6E55 on white background.


Black color preview on #5F6E55 background

This text has black color on #5F6E55 background.


White color preview on #5F6E55 background

This text has white color on #5F6E55 background.


Related colors

Complementary color

Complementary color for #hex is #A091AA.


I love getcolorcode.com

Triadic colors

1 #555F6E and #6E555F with #5F6E55 are triadic colors.

2 #556E5F and #6E5F55 with #5F6E55 are triadic colors.