COLOR #5D830D

HEX: #5D830D
RGB: (93,131,13)

Color info

#5D830D contains mainly red and green colors. Web safe color of #5D830D is #669900 (or #690).

RGB color model

#5D830D color RGB value is (93,131,13).

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

RGB channels and saturation

R 93 of 255 = 36%
G 131 of 255 = 51%
B 13 of 255 = 5%

93
131
13

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

Portions of RGB colors in percentages

R + G + B =
93 + 131 + 13 = 237 (100%)
R 93 of 237 ~ 39.24%
G 131 of 237 ~ 55.27%
B 13 of 237 ~ 5.49%

%39.24
%55.27

CMYK color model

#5D830D color CMYK value is (29,0,90,49).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 90.08%
  • key color value is 48.63%
CMYK:
(29,0,90,49)
C29M0Y90K49 
(29%,0%,90%,49%)
(0.29/0.00/0.90/0.49)	

CMYK percentages

%29.01
%0
%90.08
%48.63

Codes

Color #5D830D in popluar color models

5D830D
RGB9313113
HSL79°81.94%28.24%
HSB/HSV79°90.08%51.37%
CMYK29.01%0.00%90.08%
48.63%

Color #5D830D in popluar number systems.

HEX5D830D
Decimal9313113
Binary1011101100000111101
Octal13520315

Shades and tints

Shades of #5D830D

#5D830D
(93,131,13)
#55780C
(85,120,12)
#4D6D0B
(77,109,11)
#45620A
(69,98,10)
#3D5709
(61,87,9)
#354C08
(53,76,8)
#2D4107
(45,65,7)
#253606
(37,54,6)
#1D2B05
(29,43,5)
#152004
(21,32,4)
#0D1503
(13,21,3)
#000000
(0,0,0)

Tints of #5D830D

#5D830D
(93,131,13)
#6B8E23
(107,142,35)
#799939
(121,153,57)
#87A44F
(135,164,79)
#95AF65
(149,175,101)
#A3BA7B
(163,186,123)
#B1C591
(177,197,145)
#BFD0A7
(191,208,167)
#CDDBBD
(205,219,189)
#DBE6D3
(219,230,211)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D830D; }

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

This text font color is #5D830D.


Background Color

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

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

This div background color is #5D830D.


Border color

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

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

This div border color is #5D830D.


Opacity

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

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

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

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

This text has shadow with #5D830D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D830D on black background.


Color preview on white background

This text has color #5D830D on white background.



Black color preview on #5D830D background

This text has black color on #5D830D background.


White color preview on #5D830D background

This text has white color on #5D830D background.