COLOR #5C822D

HEX: #5C822D RGB: (92,130,45)

Color info

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

RGB color model

#5C822D color RGB value is (92,130,45).

RGB: (92,130,45) (36%, 51%, 18%)

RGB channels and saturation

R 92 of 255 = 36%
G 130 of 255 = 51%
B 45 of 255 = 18%

92
130
45

R + G + B ~ 35%. #5C822D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 130 + 45 = 267 (100%)
R 92 of 267 ~ 34.46%
G 130 of 267 ~ 48.69%
B 45 of 267 ~ 16.85'%

%34.46
%48.69
%16.85

CMYK color model

#5C822D color CMYK value is (29,0,65,49).

  • cyan value is 29.23%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 49.02%

CMYK: (29,0,65,49)
C29M0Y65K49 (29%, 0%, 65%, 49%)
(0.29 / 0.00 / 0.65 / 0.49)

CMYK percentages

%29.23
%0
%65.38
%49.02

Codes

Color #5C822D in popluar color models

5C 82 2D
RGB 92 130 45
HSL 87° 48.57% 34.31%
HSB/HSV 87° 65.38% 50.98%
CMYK 29.23% 0.00% 65.38%
49.02%

Color #5C822D in popluar number systems.

HEX 5C 82 2D
Decimal 92 130 45
Binary 1011100 10000010 101101
Octal 134 202 55

Shades and tints

Shades of #5C822D

#5C822D
(92,130,45)
#547729
(84,119,41)
#4C6C25
(76,108,37)
#446121
(68,97,33)
#3C561D
(60,86,29)
#344B19
(52,75,25)
#2C4015
(44,64,21)
#243511
(36,53,17)
#1C2A0D
(28,42,13)
#141F09
(20,31,9)
#0C1405
(12,20,5)
#000000
(0,0,0)

Tints of #5C822D

#5C822D
(92,130,45)
#6A8D40
(106,141,64)
#789853
(120,152,83)
#86A366
(134,163,102)
#94AE79
(148,174,121)
#A2B98C
(162,185,140)
#B0C49F
(176,196,159)
#BECFB2
(190,207,178)
#CCDAC5
(204,218,197)
#DAE5D8
(218,229,216)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C822D; }

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

This text font color is #5C822D.

Background Color

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

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

This div background color is #5C822D.

Border color

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

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

This div border color is #5C822D.

Opacity

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

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

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

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

This text has shadow with #5C822D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C822D.

Preview

Color preview on black background

This text has color #5C822D on black background.


Color preview on white background

This text has color #5C822D on white background.


Black color preview on #5C822D background

This text has black color on #5C822D background.


White color preview on #5C822D background

This text has white color on #5C822D background.


Related colors

Complementary color

Complementary color for #hex is #A37DD2.


I love getcolorcode.com

Triadic colors

1 #2D5C82 and #822D5C with #5C822D are triadic colors.

2 #2D825C and #825C2D with #5C822D are triadic colors.