COLOR #5D815D

HEX: #5D815D
RGB: (93,129,93)

Color info

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

RGB color model

#5D815D color RGB value is (93,129,93).

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

RGB channels and saturation

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

93
129
93

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

Portions of RGB colors in percentages

R + G + B =
93 + 129 + 93 = 315 (100%)
R 93 of 315 ~ 29.52%
G 129 of 315 ~ 40.95%
B 93 of 315 ~ 29.52%

%29.52
%40.95
%29.52

CMYK color model

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

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

CMYK percentages

%27.91
%0
%27.91
%49.41

Codes

Color #5D815D in popluar color models

5D815D
RGB9312993
HSL120°16.22%43.53%
HSB/HSV120°27.91%50.59%
CMYK27.91%0.00%27.91%
49.41%

Color #5D815D in popluar number systems.

HEX5D815D
Decimal9312993
Binary1011101100000011011101
Octal135201135

Shades and tints

Shades of #5D815D

#5D815D
(93,129,93)
#557655
(85,118,85)
#4D6B4D
(77,107,77)
#456045
(69,96,69)
#3D553D
(61,85,61)
#354A35
(53,74,53)
#2D3F2D
(45,63,45)
#253425
(37,52,37)
#1D291D
(29,41,29)
#151E15
(21,30,21)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #5D815D

#5D815D
(93,129,93)
#6B8C6B
(107,140,107)
#799779
(121,151,121)
#87A287
(135,162,135)
#95AD95
(149,173,149)
#A3B8A3
(163,184,163)
#B1C3B1
(177,195,177)
#BFCEBF
(191,206,191)
#CDD9CD
(205,217,205)
#DBE4DB
(219,228,219)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D815D; }

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

This text font color is #5D815D.


Background Color

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

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

This div background color is #5D815D.


Border color

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

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

This div border color is #5D815D.


Opacity

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

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

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

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

This text has shadow with #5D815D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5D815D on black background.


Color preview on white background

This text has color #5D815D on white background.



Black color preview on #5D815D background

This text has black color on #5D815D background.


White color preview on #5D815D background

This text has white color on #5D815D background.