COLOR #5D5A23

HEX: #5D5A23
RGB: (93,90,35)

Color info

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

RGB color model

#5D5A23 color RGB value is (93,90,35).

  • red value is 93;
  • green value is 90;
  • blue value is 35.
RGB:
(93,90,35)
(36%,35%,14%)

RGB channels and saturation

R 93 of 255 = 36%
G 90 of 255 = 35%
B 35 of 255 = 14%

93
90
35

R + G + B ~ 28%. #5D5A23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 90 + 35 = 218 (100%)
R 93 of 218 ~ 42.66%
G 90 of 218 ~ 41.28%
B 35 of 218 ~ 16.06%

%42.66
%41.28
%16.06

CMYK color model

#5D5A23 color CMYK value is (0,3,62,64).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 62.37%
  • key color value is 63.53%
CMYK:
(0,3,62,64)
C0M3Y62K64 
(0%,3%,62%,64%)
(0.00/0.03/0.62/0.64)	

CMYK percentages

%0
%3.23
%62.37
%63.53

Codes

Color #5D5A23 in popluar color models

5D5A23
RGB939035
HSL57°45.31%25.10%
HSB/HSV57°62.37%36.47%
CMYK0.00%3.23%62.37%
63.53%

Color #5D5A23 in popluar number systems.

HEX5D5A23
Decimal939035
Binary10111011011010100011
Octal13513243

Shades and tints

Shades of #5D5A23

#5D5A23
(93,90,35)
#555220
(85,82,32)
#4D4A1D
(77,74,29)
#45421A
(69,66,26)
#3D3A17
(61,58,23)
#353214
(53,50,20)
#2D2A11
(45,42,17)
#25220E
(37,34,14)
#1D1A0B
(29,26,11)
#151208
(21,18,8)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #5D5A23

#5D5A23
(93,90,35)
#6B6937
(107,105,55)
#79784B
(121,120,75)
#87875F
(135,135,95)
#959673
(149,150,115)
#A3A587
(163,165,135)
#B1B49B
(177,180,155)
#BFC3AF
(191,195,175)
#CDD2C3
(205,210,195)
#DBE1D7
(219,225,215)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5A23 color. Also use rgb(93,90,35) instead hex code.

Text Font Color

.myTextColor { color: #5D5A23; }

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

This text font color is #5D5A23.


Background Color

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

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

This div background color is #5D5A23.


Border color

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

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

This div border color is #5D5A23.


Opacity

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

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

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

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

This text has shadow with #5D5A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5A23 on black background.


Color preview on white background

This text has color #5D5A23 on white background.



Black color preview on #5D5A23 background

This text has black color on #5D5A23 background.


White color preview on #5D5A23 background

This text has white color on #5D5A23 background.