COLOR #5F6C48

HEX: #5F6C48 RGB: (95,108,72)

Color info

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

RGB color model

#5F6C48 color RGB value is (95,108,72).

RGB: (95,108,72) (37%, 42%, 28%)

RGB channels and saturation

R 95 of 255 = 37%
G 108 of 255 = 42%
B 72 of 255 = 28%

95
108
72

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

Portions of RGB colors in percentages

R + G + B = 95 + 108 + 72 = 275 (100%)
R 95 of 275 ~ 34.55%
G 108 of 275 ~ 39.27%
B 72 of 275 ~ 26.18'%

%34.55
%39.27
%26.18

CMYK color model

#5F6C48 color CMYK value is (12,0,33,58).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 57.65%

CMYK: (12,0,33,58)
C12M0Y33K58 (12%, 0%, 33%, 58%)
(0.12 / 0.00 / 0.33 / 0.58)

CMYK percentages

%12.04
%0
%33.33
%57.65

Codes

Color #5F6C48 in popluar color models

5F 6C 48
RGB 95 108 72
HSL 82° 20.00% 35.29%
HSB/HSV 82° 33.33% 42.35%
CMYK 12.04% 0.00% 33.33%
57.65%

Color #5F6C48 in popluar number systems.

HEX 5F 6C 48
Decimal 95 108 72
Binary 1011111 1101100 1001000
Octal 137 154 110

Shades and tints

Shades of #5F6C48

#5F6C48
(95,108,72)
#576342
(87,99,66)
#4F5A3C
(79,90,60)
#475136
(71,81,54)
#3F4830
(63,72,48)
#373F2A
(55,63,42)
#2F3624
(47,54,36)
#272D1E
(39,45,30)
#1F2418
(31,36,24)
#171B12
(23,27,18)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #5F6C48

#5F6C48
(95,108,72)
#6D7958
(109,121,88)
#7B8668
(123,134,104)
#899378
(137,147,120)
#97A088
(151,160,136)
#A5AD98
(165,173,152)
#B3BAA8
(179,186,168)
#C1C7B8
(193,199,184)
#CFD4C8
(207,212,200)
#DDE1D8
(221,225,216)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6C48 color. Also use rgb(95,108,72) instead hex code.

Text Font Color

.myTextColor { color: #5F6C48; }

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

This text font color is #5F6C48.

Background Color

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

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

This div background color is #5F6C48.

Border color

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

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

This div border color is #5F6C48.

Opacity

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

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

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

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

This text has shadow with #5F6C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6C48.

Preview

Color preview on black background

This text has color #5F6C48 on black background.


Color preview on white background

This text has color #5F6C48 on white background.


Black color preview on #5F6C48 background

This text has black color on #5F6C48 background.


White color preview on #5F6C48 background

This text has white color on #5F6C48 background.


Related colors

Complementary color

Complementary color for #hex is #A093B7.


I love getcolorcode.com

Triadic colors

1 #485F6C and #6C485F with #5F6C48 are triadic colors.

2 #486C5F and #6C5F48 with #5F6C48 are triadic colors.