COLOR #13C57B

HEX: #13C57B
RGB: (19,197,123)

Color info

#13C57B contains mainly green color. Web safe color of #13C57B is #00CC66 (or #0C6).

RGB color model

#13C57B color RGB value is (19,197,123).

  • red value is 19;
  • green value is 197;
  • blue value is 123.
RGB:
(19,197,123)
(7%,77%,48%)

RGB channels and saturation

R 19 of 255 = 7%
G 197 of 255 = 77%
B 123 of 255 = 48%

19
197
123

R + G + B ~ 44%. #13C57B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
19 + 197 + 123 = 339 (100%)
R 19 of 339 ~ 5.6%
G 197 of 339 ~ 58.11%
B 123 of 339 ~ 36.28%

%58.11
%36.28

CMYK color model

#13C57B color CMYK value is (90,0,38,23).

  • cyan value is 90.36%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 22.75%
CMYK:
(90,0,38,23)
C90M0Y38K23 
(90%,0%,38%,23%)
(0.90/0.00/0.38/0.23)	

CMYK percentages

%90.36
%0
%37.56
%22.75

Codes

Color #13C57B in popluar color models

13C57B
RGB19197123
HSL155°82.41%42.35%
HSB/HSV155°90.36%77.25%
CMYK90.36%0.00%37.56%
22.75%

Color #13C57B in popluar number systems.

HEX13C57B
Decimal19197123
Binary10011110001011111011
Octal23305173

Shades and tints

Shades of #13C57B

#13C57B
(19,197,123)
#12B470
(18,180,112)
#11A365
(17,163,101)
#10925A
(16,146,90)
#0F814F
(15,129,79)
#0E7044
(14,112,68)
#0D5F39
(13,95,57)
#0C4E2E
(12,78,46)
#0B3D23
(11,61,35)
#0A2C18
(10,44,24)
#091B0D
(9,27,13)
#000000
(0,0,0)

Tints of #13C57B

#13C57B
(19,197,123)
#28CA87
(40,202,135)
#3DCF93
(61,207,147)
#52D49F
(82,212,159)
#67D9AB
(103,217,171)
#7CDEB7
(124,222,183)
#91E3C3
(145,227,195)
#A6E8CF
(166,232,207)
#BBEDDB
(187,237,219)
#D0F2E7
(208,242,231)
#E5F7F3
(229,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13C57B color. Also use rgb(19,197,123) instead hex code.

Text Font Color

.myTextColor { color: #13C57B; }

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

This text font color is #13C57B.


Background Color

.myBgColor { background-color: #13C57B; }

<div style="background-color:#13C57B">Inner text</div>

This div background color is #13C57B.


Border color

.myBorderColor { border: 1px solid #13C57B; }

<div style="border:3px solid #13C57B">Div</div>

This div border color is #13C57B.


Opacity

.myOpacity80 { color: #13C57B; opacity: 0.8; }

<p style="color:#13C57B;opacity:0.8;">80%</p>

Text with #13C57B 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 #13C57B;}

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

This text has shadow with #13C57B color.

.textShadow {text-shadow: 3px 3px 1px #13C57B, 3px 3px 1px red;}

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

This text has shadow with #13C57B primary color and red secondary color.


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

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

This text has shadow with #13C57B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13C57B on black background.


Color preview on white background

This text has color #13C57B on white background.



Black color preview on #13C57B background

This text has black color on #13C57B background.


White color preview on #13C57B background

This text has white color on #13C57B background.