COLOR #5D825A

HEX: #5D825A RGB: (93,130,90)

Color info

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

RGB color model

#5D825A color RGB value is (93,130,90).

RGB: (93,130,90) (36%, 51%, 35%)

RGB channels and saturation

R 93 of 255 = 36%
G 130 of 255 = 51%
B 90 of 255 = 35%

93
130
90

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

Portions of RGB colors in percentages

R + G + B = 93 + 130 + 90 = 313 (100%)
R 93 of 313 ~ 29.71%
G 130 of 313 ~ 41.53%
B 90 of 313 ~ 28.75'%

%29.71
%41.53
%28.75

CMYK color model

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

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK: (28,0,31,49) C28M0Y31K49 (28%,0%,31%,49%) (0.28/0.00/0.31/0.49) 

CMYK percentages

%28.46
%0
%30.77
%49.02

Codes

Color #5D825A in popluar color models

5D 82 5A
RGB 93 130 90
HSL 116° 18.18% 43.14%
HSB/HSV 116° 30.77% 50.98%
CMYK 28.46% 0.00% 30.77%
49.02%

Color #5D825A in popluar number systems.

HEX 5D 82 5A
Decimal 93 130 90
Binary 1011101 10000010 1011010
Octal 135 202 132

Shades and tints

Shades of #5D825A

#5D825A
(93,130,90)
#557752
(85,119,82)
#4D6C4A
(77,108,74)
#456142
(69,97,66)
#3D563A
(61,86,58)
#354B32
(53,75,50)
#2D402A
(45,64,42)
#253522
(37,53,34)
#1D2A1A
(29,42,26)
#151F12
(21,31,18)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #5D825A

#5D825A
(93,130,90)
#6B8D69
(107,141,105)
#799878
(121,152,120)
#87A387
(135,163,135)
#95AE96
(149,174,150)
#A3B9A5
(163,185,165)
#B1C4B4
(177,196,180)
#BFCFC3
(191,207,195)
#CDDAD2
(205,218,210)
#DBE5E1
(219,229,225)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D825A; }

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

This text font color is #5D825A.

Background Color

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

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

This div background color is #5D825A.

Border color

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

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

This div border color is #5D825A.

Opacity

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

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

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

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

This text has shadow with #5D825A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D825A.

Preview

Color preview on black background

This text has color #5D825A on black background.


Color preview on white background

This text has color #5D825A on white background.


Black color preview on #5D825A background

This text has black color on #5D825A background.


White color preview on #5D825A background

This text has white color on #5D825A background.


Related colors

Complementary color

Complementary color for #hex is #A27DA5.


I love getcolorcode.com

Triadic colors

1 #5A5D82 and #825A5D with #5D825A are triadic colors.

2 #5A825D and #825D5A with #5D825A are triadic colors.