COLOR #5CB273

HEX: #5CB273
RGB: (92,178,115)

Color info

#5CB273 contains mainly green color. Web safe color of #5CB273 is #669966 (or #696).

RGB color model

#5CB273 color RGB value is (92,178,115).

  • red value is 92;
  • green value is 178;
  • blue value is 115.
RGB:
(92,178,115)
(36%,70%,45%)

RGB channels and saturation

R 92 of 255 = 36%
G 178 of 255 = 70%
B 115 of 255 = 45%

92
178
115

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

Portions of RGB colors in percentages

R + G + B =
92 + 178 + 115 = 385 (100%)
R 92 of 385 ~ 23.9%
G 178 of 385 ~ 46.23%
B 115 of 385 ~ 29.87%

%23.9
%46.23
%29.87

CMYK color model

#5CB273 color CMYK value is (48,0,35,30).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 35.39%
  • key color value is 30.20%
CMYK:
(48,0,35,30)
C48M0Y35K30 
(48%,0%,35%,30%)
(0.48/0.00/0.35/0.30)	

CMYK percentages

%48.31
%0
%35.39
%30.2

Codes

Color #5CB273 in popluar color models

5CB273
RGB92178115
HSL136°35.83%52.94%
HSB/HSV136°48.31%69.80%
CMYK48.31%0.00%35.39%
30.20%

Color #5CB273 in popluar number systems.

HEX5CB273
Decimal92178115
Binary1011100101100101110011
Octal134262163

Shades and tints

Shades of #5CB273

#5CB273
(92,178,115)
#54A269
(84,162,105)
#4C925F
(76,146,95)
#448255
(68,130,85)
#3C724B
(60,114,75)
#346241
(52,98,65)
#2C5237
(44,82,55)
#24422D
(36,66,45)
#1C3223
(28,50,35)
#142219
(20,34,25)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #5CB273

#5CB273
(92,178,115)
#6AB97F
(106,185,127)
#78C08B
(120,192,139)
#86C797
(134,199,151)
#94CEA3
(148,206,163)
#A2D5AF
(162,213,175)
#B0DCBB
(176,220,187)
#BEE3C7
(190,227,199)
#CCEAD3
(204,234,211)
#DAF1DF
(218,241,223)
#E8F8EB
(232,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB273 color. Also use rgb(92,178,115) instead hex code.

Text Font Color

.myTextColor { color: #5CB273; }

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

This text font color is #5CB273.


Background Color

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

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

This div background color is #5CB273.


Border color

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

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

This div border color is #5CB273.


Opacity

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

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

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

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

This text has shadow with #5CB273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB273 on black background.


Color preview on white background

This text has color #5CB273 on white background.



Black color preview on #5CB273 background

This text has black color on #5CB273 background.


White color preview on #5CB273 background

This text has white color on #5CB273 background.