COLOR #5F5538

HEX: #5F5538 RGB: (95,85,56)

Color info

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

RGB color model

#5F5538 color RGB value is (95,85,56).

RGB: (95,85,56) (37%, 33%, 22%)

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 56 of 255 = 22%

95
85
56

R + G + B ~ 31%. #5F5538 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 85 + 56 = 236 (100%)
R 95 of 236 ~ 40.25%
G 85 of 236 ~ 36.02%
B 56 of 236 ~ 23.73'%

%40.25
%36.02
%23.73

CMYK color model

#5F5538 color CMYK value is (0,11,41,63).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 41.05%
  • key color value is 62.75%
CMYK: (0,11,41,63) C0M11Y41K63 (0%,11%,41%,63%) (0.00/0.11/0.41/0.63) 

CMYK percentages

%0
%10.53
%41.05
%62.75

Codes

Color #5F5538 in popluar color models

5F 55 38
RGB 95 85 56
HSL 45° 25.83% 29.61%
HSB/HSV 45° 41.05% 37.25%
CMYK 0.00% 10.53% 41.05%
62.75%

Color #5F5538 in popluar number systems.

HEX 5F 55 38
Decimal 95 85 56
Binary 1011111 1010101 111000
Octal 137 125 70

Shades and tints

Shades of #5F5538

#5F5538
(95,85,56)
#574E33
(87,78,51)
#4F472E
(79,71,46)
#474029
(71,64,41)
#3F3924
(63,57,36)
#37321F
(55,50,31)
#2F2B1A
(47,43,26)
#272415
(39,36,21)
#1F1D10
(31,29,16)
#17160B
(23,22,11)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #5F5538

#5F5538
(95,85,56)
#6D644A
(109,100,74)
#7B735C
(123,115,92)
#89826E
(137,130,110)
#979180
(151,145,128)
#A5A092
(165,160,146)
#B3AFA4
(179,175,164)
#C1BEB6
(193,190,182)
#CFCDC8
(207,205,200)
#DDDCDA
(221,220,218)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5538; }

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

This text font color is #5F5538.

Background Color

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

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

This div background color is #5F5538.

Border color

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

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

This div border color is #5F5538.

Opacity

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

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

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

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

This text has shadow with #5F5538 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5538.

Preview

Color preview on black background

This text has color #5F5538 on black background.


Color preview on white background

This text has color #5F5538 on white background.


Black color preview on #5F5538 background

This text has black color on #5F5538 background.


White color preview on #5F5538 background

This text has white color on #5F5538 background.


Related colors

Complementary color

Complementary color for #hex is #A0AAC7.


I love getcolorcode.com

Triadic colors

1 #385F55 and #55385F with #5F5538 are triadic colors.

2 #38555F and #555F38 with #5F5538 are triadic colors.