COLOR #5D825D

HEX: #5D825D
RGB: (93,130,93)

Color info

#5D825D contains red, green and blue colors in about the same proportion. Web safe color of #5D825D is #669966 (or #696).

RGB color model

#5D825D color RGB value is (93,130,93).

  • red value is 93;
  • green value is 130;
  • blue value is 93.
RGB:
(93,130,93)
(36%,51%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 130 of 255 = 51%
B 93 of 255 = 36%

93
130
93

R + G + B ~ 41%. #5D825D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 130 + 93 = 316 (100%)
R 93 of 316 ~ 29.43%
G 130 of 316 ~ 41.14%
B 93 of 316 ~ 29.43%

%29.43
%41.14
%29.43

CMYK color model

#5D825D color CMYK value is (28,0,28,49).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(28,0,28,49)
C28M0Y28K49 
(28%,0%,28%,49%)
(0.28/0.00/0.28/0.49)	

CMYK percentages

%28.46
%0
%28.46
%49.02

Codes

Color #5D825D in popluar color models

5D825D
RGB9313093
HSL120°16.59%43.73%
HSB/HSV120°28.46%50.98%
CMYK28.46%0.00%28.46%
49.02%

Color #5D825D in popluar number systems.

HEX5D825D
Decimal9313093
Binary1011101100000101011101
Octal135202135

Shades and tints

Shades of #5D825D

#5D825D
(93,130,93)
#557755
(85,119,85)
#4D6C4D
(77,108,77)
#456145
(69,97,69)
#3D563D
(61,86,61)
#354B35
(53,75,53)
#2D402D
(45,64,45)
#253525
(37,53,37)
#1D2A1D
(29,42,29)
#151F15
(21,31,21)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #5D825D

#5D825D
(93,130,93)
#6B8D6B
(107,141,107)
#799879
(121,152,121)
#87A387
(135,163,135)
#95AE95
(149,174,149)
#A3B9A3
(163,185,163)
#B1C4B1
(177,196,177)
#BFCFBF
(191,207,191)
#CDDACD
(205,218,205)
#DBE5DB
(219,229,219)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D825D; }

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

This text font color is #5D825D.


Background Color

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

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

This div background color is #5D825D.


Border color

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

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

This div border color is #5D825D.


Opacity

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

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

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

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

This text has shadow with #5D825D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D825D on black background.


Color preview on white background

This text has color #5D825D on white background.



Black color preview on #5D825D background

This text has black color on #5D825D background.


White color preview on #5D825D background

This text has white color on #5D825D background.