COLOR #5CB063

HEX: #5CB063 RGB: (92,176,99)

Color info

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

RGB color model

#5CB063 color RGB value is (92,176,99).

RGB: (92,176,99) (36%, 69%, 39%)

RGB channels and saturation

R 92 of 255 = 36%
G 176 of 255 = 69%
B 99 of 255 = 39%

92
176
99

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

Portions of RGB colors in percentages

R + G + B = 92 + 176 + 99 = 367 (100%)
R 92 of 367 ~ 25.07%
G 176 of 367 ~ 47.96%
B 99 of 367 ~ 26.98'%

%25.07
%47.96
%26.98

CMYK color model

#5CB063 color CMYK value is (48,0,44,31).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 30.98%
CMYK: (48,0,44,31) C48M0Y44K31 (48%,0%,44%,31%) (0.48/0.00/0.44/0.31) 

CMYK percentages

%47.73
%0
%43.75
%30.98

Codes

Color #5CB063 in popluar color models

5C B0 63
RGB 92 176 99
HSL 125° 34.71% 52.55%
HSB/HSV 125° 47.73% 69.02%
CMYK 47.73% 0.00% 43.75%
30.98%

Color #5CB063 in popluar number systems.

HEX 5C B0 63
Decimal 92 176 99
Binary 1011100 10110000 1100011
Octal 134 260 143

Shades and tints

Shades of #5CB063

#5CB063
(92,176,99)
#54A05A
(84,160,90)
#4C9051
(76,144,81)
#448048
(68,128,72)
#3C703F
(60,112,63)
#346036
(52,96,54)
#2C502D
(44,80,45)
#244024
(36,64,36)
#1C301B
(28,48,27)
#142012
(20,32,18)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #5CB063

#5CB063
(92,176,99)
#6AB771
(106,183,113)
#78BE7F
(120,190,127)
#86C58D
(134,197,141)
#94CC9B
(148,204,155)
#A2D3A9
(162,211,169)
#B0DAB7
(176,218,183)
#BEE1C5
(190,225,197)
#CCE8D3
(204,232,211)
#DAEFE1
(218,239,225)
#E8F6EF
(232,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CB063; }

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

This text font color is #5CB063.

Background Color

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

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

This div background color is #5CB063.

Border color

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

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

This div border color is #5CB063.

Opacity

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

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

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

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

This text has shadow with #5CB063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CB063.

Preview

Color preview on black background

This text has color #5CB063 on black background.


Color preview on white background

This text has color #5CB063 on white background.


Black color preview on #5CB063 background

This text has black color on #5CB063 background.


White color preview on #5CB063 background

This text has white color on #5CB063 background.


Related colors

Complementary color

Complementary color for #hex is #A34F9C.


I love getcolorcode.com

Triadic colors

1 #635CB0 and #B0635C with #5CB063 are triadic colors.

2 #63B05C and #B05C63 with #5CB063 are triadic colors.