COLOR #5CBA63

HEX: #5CBA63 RGB: (92,186,99)

Color info

#5CBA63 contains mainly green color. Web safe color of #5CBA63 is #66CC66 (or #6C6).

RGB color model

#5CBA63 color RGB value is (92,186,99).

RGB: (92,186,99) (36%, 73%, 39%)

RGB channels and saturation

R 92 of 255 = 36%
G 186 of 255 = 73%
B 99 of 255 = 39%

92
186
99

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

Portions of RGB colors in percentages

R + G + B = 92 + 186 + 99 = 377 (100%)
R 92 of 377 ~ 24.4%
G 186 of 377 ~ 49.34%
B 99 of 377 ~ 26.26'%

%24.4
%49.34
%26.26

CMYK color model

#5CBA63 color CMYK value is (51,0,47,27).

  • cyan value is 50.54%
  • magenta value is 0.00%
  • yellow value is 46.77%
  • key color value is 27.06%

CMYK: (51,0,47,27)
C51M0Y47K27 (51%, 0%, 47%, 27%)
(0.51 / 0.00 / 0.47 / 0.27)

CMYK percentages

%50.54
%0
%46.77
%27.06

Codes

Color #5CBA63 in popluar color models

5C BA 63
RGB 92 186 99
HSL 124° 40.52% 54.51%
HSB/HSV 124° 50.54% 72.94%
CMYK 50.54% 0.00% 46.77%
27.06%

Color #5CBA63 in popluar number systems.

HEX 5C BA 63
Decimal 92 186 99
Binary 1011100 10111010 1100011
Octal 134 272 143

Shades and tints

Shades of #5CBA63

#5CBA63
(92,186,99)
#54AA5A
(84,170,90)
#4C9A51
(76,154,81)
#448A48
(68,138,72)
#3C7A3F
(60,122,63)
#346A36
(52,106,54)
#2C5A2D
(44,90,45)
#244A24
(36,74,36)
#1C3A1B
(28,58,27)
#142A12
(20,42,18)
#0C1A09
(12,26,9)
#000000
(0,0,0)

Tints of #5CBA63

#5CBA63
(92,186,99)
#6AC071
(106,192,113)
#78C67F
(120,198,127)
#86CC8D
(134,204,141)
#94D29B
(148,210,155)
#A2D8A9
(162,216,169)
#B0DEB7
(176,222,183)
#BEE4C5
(190,228,197)
#CCEAD3
(204,234,211)
#DAF0E1
(218,240,225)
#E8F6EF
(232,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CBA63; }

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

This text font color is #5CBA63.

Background Color

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

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

This div background color is #5CBA63.

Border color

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

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

This div border color is #5CBA63.

Opacity

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

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

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

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

This text has shadow with #5CBA63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CBA63.

Preview

Color preview on black background

This text has color #5CBA63 on black background.


Color preview on white background

This text has color #5CBA63 on white background.


Black color preview on #5CBA63 background

This text has black color on #5CBA63 background.


White color preview on #5CBA63 background

This text has white color on #5CBA63 background.


Related colors

Complementary color

Complementary color for #hex is #A3459C.


I love getcolorcode.com

Triadic colors

1 #635CBA and #BA635C with #5CBA63 are triadic colors.

2 #63BA5C and #BA5C63 with #5CBA63 are triadic colors.