COLOR #13A958

HEX: #13A958
RGB: (19,169,88)

Color info

#13A958 contains mainly green color. Web safe color of #13A958 is #009966 (or #096).

RGB color model

#13A958 color RGB value is (19,169,88).

  • red value is 19;
  • green value is 169;
  • blue value is 88.
RGB:
(19,169,88)
(7%,66%,35%)

RGB channels and saturation

R 19 of 255 = 7%
G 169 of 255 = 66%
B 88 of 255 = 35%

19
169
88

R + G + B ~ 36%. #13A958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 169 + 88 = 276 (100%)
R 19 of 276 ~ 6.88%
G 169 of 276 ~ 61.23%
B 88 of 276 ~ 31.88%

%61.23
%31.88

CMYK color model

#13A958 color CMYK value is (89,0,48,34).

  • cyan value is 88.76%
  • magenta value is 0.00%
  • yellow value is 47.93%
  • key color value is 33.73%
CMYK:
(89,0,48,34)
C89M0Y48K34 
(89%,0%,48%,34%)
(0.89/0.00/0.48/0.34)	

CMYK percentages

%88.76
%0
%47.93
%33.73

Codes

Color #13A958 in popluar color models

13A958
RGB1916988
HSL148°79.79%36.86%
HSB/HSV148°88.76%66.27%
CMYK88.76%0.00%47.93%
33.73%

Color #13A958 in popluar number systems.

HEX13A958
Decimal1916988
Binary10011101010011011000
Octal23251130

Shades and tints

Shades of #13A958

#13A958
(19,169,88)
#129A50
(18,154,80)
#118B48
(17,139,72)
#107C40
(16,124,64)
#0F6D38
(15,109,56)
#0E5E30
(14,94,48)
#0D4F28
(13,79,40)
#0C4020
(12,64,32)
#0B3118
(11,49,24)
#0A2210
(10,34,16)
#091308
(9,19,8)
#000000
(0,0,0)

Tints of #13A958

#13A958
(19,169,88)
#28B067
(40,176,103)
#3DB776
(61,183,118)
#52BE85
(82,190,133)
#67C594
(103,197,148)
#7CCCA3
(124,204,163)
#91D3B2
(145,211,178)
#A6DAC1
(166,218,193)
#BBE1D0
(187,225,208)
#D0E8DF
(208,232,223)
#E5EFEE
(229,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13A958 color. Also use rgb(19,169,88) instead hex code.

Text Font Color

.myTextColor { color: #13A958; }

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

This text font color is #13A958.


Background Color

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

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

This div background color is #13A958.


Border color

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

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

This div border color is #13A958.


Opacity

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

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

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

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

This text has shadow with #13A958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13A958 on black background.


Color preview on white background

This text has color #13A958 on white background.



Black color preview on #13A958 background

This text has black color on #13A958 background.


White color preview on #13A958 background

This text has white color on #13A958 background.