COLOR #5C826B

HEX: #5C826B RGB: (92,130,107)

Color info

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

RGB color model

#5C826B color RGB value is (92,130,107).

RGB: (92,130,107) (36%, 51%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 130 of 255 = 51%
B 107 of 255 = 42%

92
130
107

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

Portions of RGB colors in percentages

R + G + B = 92 + 130 + 107 = 329 (100%)
R 92 of 329 ~ 27.96%
G 130 of 329 ~ 39.51%
B 107 of 329 ~ 32.52'%

%27.96
%39.51
%32.52

CMYK color model

#5C826B color CMYK value is (29,0,18,49).

  • cyan value is 29.23%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 49.02%
CMYK: (29,0,18,49) C29M0Y18K49 (29%,0%,18%,49%) (0.29/0.00/0.18/0.49) 

CMYK percentages

%29.23
%0
%17.69
%49.02

Codes

Color #5C826B in popluar color models

5C 82 6B
RGB 92 130 107
HSL 144° 17.12% 43.53%
HSB/HSV 144° 29.23% 50.98%
CMYK 29.23% 0.00% 17.69%
49.02%

Color #5C826B in popluar number systems.

HEX 5C 82 6B
Decimal 92 130 107
Binary 1011100 10000010 1101011
Octal 134 202 153

Shades and tints

Shades of #5C826B

#5C826B
(92,130,107)
#547762
(84,119,98)
#4C6C59
(76,108,89)
#446150
(68,97,80)
#3C5647
(60,86,71)
#344B3E
(52,75,62)
#2C4035
(44,64,53)
#24352C
(36,53,44)
#1C2A23
(28,42,35)
#141F1A
(20,31,26)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #5C826B

#5C826B
(92,130,107)
#6A8D78
(106,141,120)
#789885
(120,152,133)
#86A392
(134,163,146)
#94AE9F
(148,174,159)
#A2B9AC
(162,185,172)
#B0C4B9
(176,196,185)
#BECFC6
(190,207,198)
#CCDAD3
(204,218,211)
#DAE5E0
(218,229,224)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C826B; }

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

This text font color is #5C826B.

Background Color

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

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

This div background color is #5C826B.

Border color

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

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

This div border color is #5C826B.

Opacity

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

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

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

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

This text has shadow with #5C826B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C826B.

Preview

Color preview on black background

This text has color #5C826B on black background.


Color preview on white background

This text has color #5C826B on white background.


Black color preview on #5C826B background

This text has black color on #5C826B background.


White color preview on #5C826B background

This text has white color on #5C826B background.


Related colors

Complementary color

Complementary color for #hex is #A37D94.


I love getcolorcode.com

Triadic colors

1 #6B5C82 and #826B5C with #5C826B are triadic colors.

2 #6B825C and #825C6B with #5C826B are triadic colors.