COLOR #5D8534

HEX: #5D8534
RGB: (93,133,52)

Color info

#5D8534 contains mainly red and green colors. Web safe color of #5D8534 is #669933 (or #693).

RGB color model

#5D8534 color RGB value is (93,133,52).

  • red value is 93;
  • green value is 133;
  • blue value is 52.
RGB:
(93,133,52)
(36%,52%,20%)

RGB channels and saturation

R 93 of 255 = 36%
G 133 of 255 = 52%
B 52 of 255 = 20%

93
133
52

R + G + B ~ 36%. #5D8534 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 133 + 52 = 278 (100%)
R 93 of 278 ~ 33.45%
G 133 of 278 ~ 47.84%
B 52 of 278 ~ 18.71%

%33.45
%47.84
%18.71

CMYK color model

#5D8534 color CMYK value is (30,0,61,48).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 60.90%
  • key color value is 47.84%
CMYK:
(30,0,61,48)
C30M0Y61K48 
(30%,0%,61%,48%)
(0.30/0.00/0.61/0.48)	

CMYK percentages

%30.08
%0
%60.9
%47.84

Codes

Color #5D8534 in popluar color models

5D8534
RGB9313352
HSL90°43.78%36.27%
HSB/HSV90°60.90%52.16%
CMYK30.08%0.00%60.90%
47.84%

Color #5D8534 in popluar number systems.

HEX5D8534
Decimal9313352
Binary101110110000101110100
Octal13520564

Shades and tints

Shades of #5D8534

#5D8534
(93,133,52)
#557930
(85,121,48)
#4D6D2C
(77,109,44)
#456128
(69,97,40)
#3D5524
(61,85,36)
#354920
(53,73,32)
#2D3D1C
(45,61,28)
#253118
(37,49,24)
#1D2514
(29,37,20)
#151910
(21,25,16)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #5D8534

#5D8534
(93,133,52)
#6B9046
(107,144,70)
#799B58
(121,155,88)
#87A66A
(135,166,106)
#95B17C
(149,177,124)
#A3BC8E
(163,188,142)
#B1C7A0
(177,199,160)
#BFD2B2
(191,210,178)
#CDDDC4
(205,221,196)
#DBE8D6
(219,232,214)
#E9F3E8
(233,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8534; }

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

This text font color is #5D8534.


Background Color

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

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

This div background color is #5D8534.


Border color

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

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

This div border color is #5D8534.


Opacity

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

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

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

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

This text has shadow with #5D8534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8534 on black background.


Color preview on white background

This text has color #5D8534 on white background.



Black color preview on #5D8534 background

This text has black color on #5D8534 background.


White color preview on #5D8534 background

This text has white color on #5D8534 background.