COLOR #5CB381

HEX: #5CB381
RGB: (92,179,129)

Color info

#5CB381 contains mainly green and blue colors. Web safe color of #5CB381 is #669999 (or #699).

RGB color model

#5CB381 color RGB value is (92,179,129).

  • red value is 92;
  • green value is 179;
  • blue value is 129.
RGB:
(92,179,129)
(36%,70%,51%)

RGB channels and saturation

R 92 of 255 = 36%
G 179 of 255 = 70%
B 129 of 255 = 51%

92
179
129

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

Portions of RGB colors in percentages

R + G + B =
92 + 179 + 129 = 400 (100%)
R 92 of 400 ~ 23%
G 179 of 400 ~ 44.75%
B 129 of 400 ~ 32.25%

%23
%44.75
%32.25

CMYK color model

#5CB381 color CMYK value is (49,0,28,30).

  • cyan value is 48.60%
  • magenta value is 0.00%
  • yellow value is 27.93%
  • key color value is 29.80%
CMYK:
(49,0,28,30)
C49M0Y28K30 
(49%,0%,28%,30%)
(0.49/0.00/0.28/0.30)	

CMYK percentages

%48.6
%0
%27.93
%29.8

Codes

Color #5CB381 in popluar color models

5CB381
RGB92179129
HSL146°36.40%53.14%
HSB/HSV146°48.60%70.20%
CMYK48.60%0.00%27.93%
29.80%

Color #5CB381 in popluar number systems.

HEX5CB381
Decimal92179129
Binary10111001011001110000001
Octal134263201

Shades and tints

Shades of #5CB381

#5CB381
(92,179,129)
#54A376
(84,163,118)
#4C936B
(76,147,107)
#448360
(68,131,96)
#3C7355
(60,115,85)
#34634A
(52,99,74)
#2C533F
(44,83,63)
#244334
(36,67,52)
#1C3329
(28,51,41)
#14231E
(20,35,30)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #5CB381

#5CB381
(92,179,129)
#6AB98C
(106,185,140)
#78BF97
(120,191,151)
#86C5A2
(134,197,162)
#94CBAD
(148,203,173)
#A2D1B8
(162,209,184)
#B0D7C3
(176,215,195)
#BEDDCE
(190,221,206)
#CCE3D9
(204,227,217)
#DAE9E4
(218,233,228)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB381 color. Also use rgb(92,179,129) instead hex code.

Text Font Color

.myTextColor { color: #5CB381; }

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

This text font color is #5CB381.


Background Color

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

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

This div background color is #5CB381.


Border color

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

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

This div border color is #5CB381.


Opacity

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

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

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

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

This text has shadow with #5CB381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB381 on black background.


Color preview on white background

This text has color #5CB381 on white background.



Black color preview on #5CB381 background

This text has black color on #5CB381 background.


White color preview on #5CB381 background

This text has white color on #5CB381 background.