COLOR #5E825C

HEX: #5E825C RGB: (94,130,92)

Color info

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

RGB color model

#5E825C color RGB value is (94,130,92).

RGB: (94,130,92) (37%, 51%, 36%)

RGB channels and saturation

R 94 of 255 = 37%
G 130 of 255 = 51%
B 92 of 255 = 36%

94
130
92

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

Portions of RGB colors in percentages

R + G + B = 94 + 130 + 92 = 316 (100%)
R 94 of 316 ~ 29.75%
G 130 of 316 ~ 41.14%
B 92 of 316 ~ 29.11'%

%29.75
%41.14
%29.11

CMYK color model

#5E825C color CMYK value is (28,0,29,49).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 49.02%
CMYK: (28,0,29,49) C28M0Y29K49 (28%,0%,29%,49%) (0.28/0.00/0.29/0.49) 

CMYK percentages

%27.69
%0
%29.23
%49.02

Codes

Color #5E825C in popluar color models

5E 82 5C
RGB 94 130 92
HSL 117° 17.12% 43.53%
HSB/HSV 117° 29.23% 50.98%
CMYK 27.69% 0.00% 29.23%
49.02%

Color #5E825C in popluar number systems.

HEX 5E 82 5C
Decimal 94 130 92
Binary 1011110 10000010 1011100
Octal 136 202 134

Shades and tints

Shades of #5E825C

#5E825C
(94,130,92)
#567754
(86,119,84)
#4E6C4C
(78,108,76)
#466144
(70,97,68)
#3E563C
(62,86,60)
#364B34
(54,75,52)
#2E402C
(46,64,44)
#263524
(38,53,36)
#1E2A1C
(30,42,28)
#161F14
(22,31,20)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #5E825C

#5E825C
(94,130,92)
#6C8D6A
(108,141,106)
#7A9878
(122,152,120)
#88A386
(136,163,134)
#96AE94
(150,174,148)
#A4B9A2
(164,185,162)
#B2C4B0
(178,196,176)
#C0CFBE
(192,207,190)
#CEDACC
(206,218,204)
#DCE5DA
(220,229,218)
#EAF0E8
(234,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E825C; }

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

This text font color is #5E825C.

Background Color

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

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

This div background color is #5E825C.

Border color

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

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

This div border color is #5E825C.

Opacity

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

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

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

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

This text has shadow with #5E825C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E825C.

Preview

Color preview on black background

This text has color #5E825C on black background.


Color preview on white background

This text has color #5E825C on white background.


Black color preview on #5E825C background

This text has black color on #5E825C background.


White color preview on #5E825C background

This text has white color on #5E825C background.


Related colors

Complementary color

Complementary color for #hex is #A17DA3.


I love getcolorcode.com

Triadic colors

1 #5C5E82 and #825C5E with #5E825C are triadic colors.

2 #5C825E and #825E5C with #5E825C are triadic colors.