COLOR #5C9270

HEX: #5C9270 RGB: (92,146,112)

Color info

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

RGB color model

#5C9270 color RGB value is (92,146,112).

RGB: (92,146,112) (36%, 57%, 44%)

RGB channels and saturation

R 92 of 255 = 36%
G 146 of 255 = 57%
B 112 of 255 = 44%

92
146
112

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

Portions of RGB colors in percentages

R + G + B = 92 + 146 + 112 = 350 (100%)
R 92 of 350 ~ 26.29%
G 146 of 350 ~ 41.71%
B 112 of 350 ~ 32'%

%26.29
%41.71
%32

CMYK color model

#5C9270 color CMYK value is (37,0,23,43).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 23.29%
  • key color value is 42.75%

CMYK: (37,0,23,43)
C37M0Y23K43 (37%, 0%, 23%, 43%)
(0.37 / 0.00 / 0.23 / 0.43)

CMYK percentages

%36.99
%0
%23.29
%42.75

Codes

Color #5C9270 in popluar color models

5C 92 70
RGB 92 146 112
HSL 142° 22.69% 46.67%
HSB/HSV 142° 36.99% 57.25%
CMYK 36.99% 0.00% 23.29%
42.75%

Color #5C9270 in popluar number systems.

HEX 5C 92 70
Decimal 92 146 112
Binary 1011100 10010010 1110000
Octal 134 222 160

Shades and tints

Shades of #5C9270

#5C9270
(92,146,112)
#548566
(84,133,102)
#4C785C
(76,120,92)
#446B52
(68,107,82)
#3C5E48
(60,94,72)
#34513E
(52,81,62)
#2C4434
(44,68,52)
#24372A
(36,55,42)
#1C2A20
(28,42,32)
#141D16
(20,29,22)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #5C9270

#5C9270
(92,146,112)
#6A9B7D
(106,155,125)
#78A48A
(120,164,138)
#86AD97
(134,173,151)
#94B6A4
(148,182,164)
#A2BFB1
(162,191,177)
#B0C8BE
(176,200,190)
#BED1CB
(190,209,203)
#CCDAD8
(204,218,216)
#DAE3E5
(218,227,229)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9270 color. Also use rgb(92,146,112) instead hex code.

Text Font Color

.myTextColor { color: #5C9270; }

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

This text font color is #5C9270.

Background Color

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

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

This div background color is #5C9270.

Border color

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

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

This div border color is #5C9270.

Opacity

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

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

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

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

This text has shadow with #5C9270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9270.

Preview

Color preview on black background

This text has color #5C9270 on black background.


Color preview on white background

This text has color #5C9270 on white background.


Black color preview on #5C9270 background

This text has black color on #5C9270 background.


White color preview on #5C9270 background

This text has white color on #5C9270 background.


Related colors

Complementary color

Complementary color for #hex is #A36D8F.


I love getcolorcode.com

Triadic colors

1 #705C92 and #92705C with #5C9270 are triadic colors.

2 #70925C and #925C70 with #5C9270 are triadic colors.