COLOR #5C837A

HEX: #5C837A RGB: (92,131,122)

Color info

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

RGB color model

#5C837A color RGB value is (92,131,122).

RGB: (92,131,122) (36%, 51%, 48%)

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 122 of 255 = 48%

92
131
122

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

Portions of RGB colors in percentages

R + G + B = 92 + 131 + 122 = 345 (100%)
R 92 of 345 ~ 26.67%
G 131 of 345 ~ 37.97%
B 122 of 345 ~ 35.36'%

%26.67
%37.97
%35.36

CMYK color model

#5C837A color CMYK value is (30,0,7,49).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 48.63%

CMYK: (30,0,7,49)
C30M0Y7K49 (30%, 0%, 7%, 49%)
(0.30 / 0.00 / 0.07 / 0.49)

CMYK percentages

%29.77
%0
%6.87
%48.63

Codes

Color #5C837A in popluar color models

5C 83 7A
RGB 92 131 122
HSL 166° 17.49% 43.73%
HSB/HSV 166° 29.77% 51.37%
CMYK 29.77% 0.00% 6.87%
48.63%

Color #5C837A in popluar number systems.

HEX 5C 83 7A
Decimal 92 131 122
Binary 1011100 10000011 1111010
Octal 134 203 172

Shades and tints

Shades of #5C837A

#5C837A
(92,131,122)
#54786F
(84,120,111)
#4C6D64
(76,109,100)
#446259
(68,98,89)
#3C574E
(60,87,78)
#344C43
(52,76,67)
#2C4138
(44,65,56)
#24362D
(36,54,45)
#1C2B22
(28,43,34)
#142017
(20,32,23)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #5C837A

#5C837A
(92,131,122)
#6A8E86
(106,142,134)
#789992
(120,153,146)
#86A49E
(134,164,158)
#94AFAA
(148,175,170)
#A2BAB6
(162,186,182)
#B0C5C2
(176,197,194)
#BED0CE
(190,208,206)
#CCDBDA
(204,219,218)
#DAE6E6
(218,230,230)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C837A color. Also use rgb(92,131,122) instead hex code.

Text Font Color

.myTextColor { color: #5C837A; }

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

This text font color is #5C837A.

Background Color

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

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

This div background color is #5C837A.

Border color

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

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

This div border color is #5C837A.

Opacity

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

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

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

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

This text has shadow with #5C837A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C837A.

Preview

Color preview on black background

This text has color #5C837A on black background.


Color preview on white background

This text has color #5C837A on white background.


Black color preview on #5C837A background

This text has black color on #5C837A background.


White color preview on #5C837A background

This text has white color on #5C837A background.


Related colors

Complementary color

Complementary color for #hex is #A37C85.


I love getcolorcode.com

Triadic colors

1 #7A5C83 and #837A5C with #5C837A are triadic colors.

2 #7A835C and #835C7A with #5C837A are triadic colors.