COLOR #5CB263

HEX: #5CB263
RGB: (92,178,99)

Color info

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

RGB color model

#5CB263 color RGB value is (92,178,99).

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

RGB channels and saturation

R 92 of 255 = 36%
G 178 of 255 = 70%
B 99 of 255 = 39%

92
178
99

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

Portions of RGB colors in percentages

R + G + B =
92 + 178 + 99 = 369 (100%)
R 92 of 369 ~ 24.93%
G 178 of 369 ~ 48.24%
B 99 of 369 ~ 26.83%

%24.93
%48.24
%26.83

CMYK color model

#5CB263 color CMYK value is (48,0,44,30).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 30.20%
CMYK:
(48,0,44,30)
C48M0Y44K30 
(48%,0%,44%,30%)
(0.48/0.00/0.44/0.30)	

CMYK percentages

%48.31
%0
%44.38
%30.2

Codes

Color #5CB263 in popluar color models

5CB263
RGB9217899
HSL125°35.83%52.94%
HSB/HSV125°48.31%69.80%
CMYK48.31%0.00%44.38%
30.20%

Color #5CB263 in popluar number systems.

HEX5CB263
Decimal9217899
Binary1011100101100101100011
Octal134262143

Shades and tints

Shades of #5CB263

#5CB263
(92,178,99)
#54A25A
(84,162,90)
#4C9251
(76,146,81)
#448248
(68,130,72)
#3C723F
(60,114,63)
#346236
(52,98,54)
#2C522D
(44,82,45)
#244224
(36,66,36)
#1C321B
(28,50,27)
#142212
(20,34,18)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #5CB263

#5CB263
(92,178,99)
#6AB971
(106,185,113)
#78C07F
(120,192,127)
#86C78D
(134,199,141)
#94CE9B
(148,206,155)
#A2D5A9
(162,213,169)
#B0DCB7
(176,220,183)
#BEE3C5
(190,227,197)
#CCEAD3
(204,234,211)
#DAF1E1
(218,241,225)
#E8F8EF
(232,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CB263; }

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

This text font color is #5CB263.


Background Color

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

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

This div background color is #5CB263.


Border color

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

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

This div border color is #5CB263.


Opacity

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

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

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

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

This text has shadow with #5CB263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB263 on black background.


Color preview on white background

This text has color #5CB263 on white background.



Black color preview on #5CB263 background

This text has black color on #5CB263 background.


White color preview on #5CB263 background

This text has white color on #5CB263 background.