COLOR #5D6A28

HEX: #5D6A28
RGB: (93,106,40)

Color info

#5D6A28 contains mainly red and green colors. Web safe color of #5D6A28 is #666633 (or #663).

RGB color model

#5D6A28 color RGB value is (93,106,40).

  • red value is 93;
  • green value is 106;
  • blue value is 40.
RGB:
(93,106,40)
(36%,42%,16%)

RGB channels and saturation

R 93 of 255 = 36%
G 106 of 255 = 42%
B 40 of 255 = 16%

93
106
40

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

Portions of RGB colors in percentages

R + G + B =
93 + 106 + 40 = 239 (100%)
R 93 of 239 ~ 38.91%
G 106 of 239 ~ 44.35%
B 40 of 239 ~ 16.74%

%38.91
%44.35
%16.74

CMYK color model

#5D6A28 color CMYK value is (12,0,62,58).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 62.26%
  • key color value is 58.43%
CMYK:
(12,0,62,58)
C12M0Y62K58 
(12%,0%,62%,58%)
(0.12/0.00/0.62/0.58)	

CMYK percentages

%12.26
%0
%62.26
%58.43

Codes

Color #5D6A28 in popluar color models

5D6A28
RGB9310640
HSL72°45.21%28.63%
HSB/HSV72°62.26%41.57%
CMYK12.26%0.00%62.26%
58.43%

Color #5D6A28 in popluar number systems.

HEX5D6A28
Decimal9310640
Binary10111011101010101000
Octal13515250

Shades and tints

Shades of #5D6A28

#5D6A28
(93,106,40)
#556125
(85,97,37)
#4D5822
(77,88,34)
#454F1F
(69,79,31)
#3D461C
(61,70,28)
#353D19
(53,61,25)
#2D3416
(45,52,22)
#252B13
(37,43,19)
#1D2210
(29,34,16)
#15190D
(21,25,13)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #5D6A28

#5D6A28
(93,106,40)
#6B773B
(107,119,59)
#79844E
(121,132,78)
#879161
(135,145,97)
#959E74
(149,158,116)
#A3AB87
(163,171,135)
#B1B89A
(177,184,154)
#BFC5AD
(191,197,173)
#CDD2C0
(205,210,192)
#DBDFD3
(219,223,211)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6A28 color. Also use rgb(93,106,40) instead hex code.

Text Font Color

.myTextColor { color: #5D6A28; }

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

This text font color is #5D6A28.


Background Color

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

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

This div background color is #5D6A28.


Border color

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

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

This div border color is #5D6A28.


Opacity

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

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

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

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

This text has shadow with #5D6A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6A28 on black background.


Color preview on white background

This text has color #5D6A28 on white background.



Black color preview on #5D6A28 background

This text has black color on #5D6A28 background.


White color preview on #5D6A28 background

This text has white color on #5D6A28 background.