COLOR #5F6647

HEX: #5F6647 RGB: (95,102,71)

Color info

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

RGB color model

#5F6647 color RGB value is (95,102,71).

RGB: (95,102,71) (37%, 40%, 28%)

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 71 of 255 = 28%

95
102
71

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

Portions of RGB colors in percentages

R + G + B = 95 + 102 + 71 = 268 (100%)
R 95 of 268 ~ 35.45%
G 102 of 268 ~ 38.06%
B 71 of 268 ~ 26.49'%

%35.45
%38.06
%26.49

CMYK color model

#5F6647 color CMYK value is (7,0,30,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 60.00%

CMYK: (7,0,30,60)
C7M0Y30K60 (7%, 0%, 30%, 60%)
(0.07 / 0.00 / 0.30 / 0.60)

CMYK percentages

%6.86
%0
%30.39
%60

Codes

Color #5F6647 in popluar color models

5F 66 47
RGB 95 102 71
HSL 74° 17.92% 33.92%
HSB/HSV 74° 30.39% 40.00%
CMYK 6.86% 0.00% 30.39%
60.00%

Color #5F6647 in popluar number systems.

HEX 5F 66 47
Decimal 95 102 71
Binary 1011111 1100110 1000111
Octal 137 146 107

Shades and tints

Shades of #5F6647

#5F6647
(95,102,71)
#575D41
(87,93,65)
#4F543B
(79,84,59)
#474B35
(71,75,53)
#3F422F
(63,66,47)
#373929
(55,57,41)
#2F3023
(47,48,35)
#27271D
(39,39,29)
#1F1E17
(31,30,23)
#171511
(23,21,17)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #5F6647

#5F6647
(95,102,71)
#6D7357
(109,115,87)
#7B8067
(123,128,103)
#898D77
(137,141,119)
#979A87
(151,154,135)
#A5A797
(165,167,151)
#B3B4A7
(179,180,167)
#C1C1B7
(193,193,183)
#CFCEC7
(207,206,199)
#DDDBD7
(221,219,215)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6647; }

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

This text font color is #5F6647.

Background Color

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

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

This div background color is #5F6647.

Border color

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

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

This div border color is #5F6647.

Opacity

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

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

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

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

This text has shadow with #5F6647 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6647.

Preview

Color preview on black background

This text has color #5F6647 on black background.


Color preview on white background

This text has color #5F6647 on white background.


Black color preview on #5F6647 background

This text has black color on #5F6647 background.


White color preview on #5F6647 background

This text has white color on #5F6647 background.


Related colors

Complementary color

Complementary color for #hex is #A099B8.


I love getcolorcode.com

Triadic colors

1 #475F66 and #66475F with #5F6647 are triadic colors.

2 #47665F and #665F47 with #5F6647 are triadic colors.