COLOR #5D843D

HEX: #5D843D RGB: (93,132,61)

Color info

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

RGB color model

#5D843D color RGB value is (93,132,61).

RGB: (93,132,61) (36%, 52%, 24%)

RGB channels and saturation

R 93 of 255 = 36%
G 132 of 255 = 52%
B 61 of 255 = 24%

93
132
61

R + G + B ~ 37%. #5D843D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 132 + 61 = 286 (100%)
R 93 of 286 ~ 32.52%
G 132 of 286 ~ 46.15%
B 61 of 286 ~ 21.33'%

%32.52
%46.15
%21.33

CMYK color model

#5D843D color CMYK value is (30,0,54,48).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 53.79%
  • key color value is 48.24%

CMYK: (30,0,54,48)
C30M0Y54K48 (30%, 0%, 54%, 48%)
(0.30 / 0.00 / 0.54 / 0.48)

CMYK percentages

%29.55
%0
%53.79
%48.24

Codes

Color #5D843D in popluar color models

5D 84 3D
RGB 93 132 61
HSL 93° 36.79% 37.84%
HSB/HSV 93° 53.79% 51.76%
CMYK 29.55% 0.00% 53.79%
48.24%

Color #5D843D in popluar number systems.

HEX 5D 84 3D
Decimal 93 132 61
Binary 1011101 10000100 111101
Octal 135 204 75

Shades and tints

Shades of #5D843D

#5D843D
(93,132,61)
#557838
(85,120,56)
#4D6C33
(77,108,51)
#45602E
(69,96,46)
#3D5429
(61,84,41)
#354824
(53,72,36)
#2D3C1F
(45,60,31)
#25301A
(37,48,26)
#1D2415
(29,36,21)
#151810
(21,24,16)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #5D843D

#5D843D
(93,132,61)
#6B8F4E
(107,143,78)
#799A5F
(121,154,95)
#87A570
(135,165,112)
#95B081
(149,176,129)
#A3BB92
(163,187,146)
#B1C6A3
(177,198,163)
#BFD1B4
(191,209,180)
#CDDCC5
(205,220,197)
#DBE7D6
(219,231,214)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D843D; }

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

This text font color is #5D843D.

Background Color

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

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

This div background color is #5D843D.

Border color

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

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

This div border color is #5D843D.

Opacity

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

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

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

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

This text has shadow with #5D843D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D843D.

Preview

Color preview on black background

This text has color #5D843D on black background.


Color preview on white background

This text has color #5D843D on white background.


Black color preview on #5D843D background

This text has black color on #5D843D background.


White color preview on #5D843D background

This text has white color on #5D843D background.


Related colors

Complementary color

Complementary color for #hex is #A27BC2.


I love getcolorcode.com

Triadic colors

1 #3D5D84 and #843D5D with #5D843D are triadic colors.

2 #3D845D and #845D3D with #5D843D are triadic colors.