COLOR #13A667

HEX: #13A667
RGB: (19,166,103)

Color info

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

RGB color model

#13A667 color RGB value is (19,166,103).

  • red value is 19;
  • green value is 166;
  • blue value is 103.
RGB:
(19,166,103)
(7%,65%,40%)

RGB channels and saturation

R 19 of 255 = 7%
G 166 of 255 = 65%
B 103 of 255 = 40%

19
166
103

R + G + B ~ 37%. #13A667 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 166 + 103 = 288 (100%)
R 19 of 288 ~ 6.6%
G 166 of 288 ~ 57.64%
B 103 of 288 ~ 35.76%

%57.64
%35.76

CMYK color model

#13A667 color CMYK value is (89,0,38,35).

  • cyan value is 88.55%
  • magenta value is 0.00%
  • yellow value is 37.95%
  • key color value is 34.90%
CMYK:
(89,0,38,35)
C89M0Y38K35 
(89%,0%,38%,35%)
(0.89/0.00/0.38/0.35)	

CMYK percentages

%88.55
%0
%37.95
%34.9

Codes

Color #13A667 in popluar color models

13A667
RGB19166103
HSL154°79.46%36.27%
HSB/HSV154°88.55%65.10%
CMYK88.55%0.00%37.95%
34.90%

Color #13A667 in popluar number systems.

HEX13A667
Decimal19166103
Binary10011101001101100111
Octal23246147

Shades and tints

Shades of #13A667

#13A667
(19,166,103)
#12975E
(18,151,94)
#118855
(17,136,85)
#10794C
(16,121,76)
#0F6A43
(15,106,67)
#0E5B3A
(14,91,58)
#0D4C31
(13,76,49)
#0C3D28
(12,61,40)
#0B2E1F
(11,46,31)
#0A1F16
(10,31,22)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #13A667

#13A667
(19,166,103)
#28AE74
(40,174,116)
#3DB681
(61,182,129)
#52BE8E
(82,190,142)
#67C69B
(103,198,155)
#7CCEA8
(124,206,168)
#91D6B5
(145,214,181)
#A6DEC2
(166,222,194)
#BBE6CF
(187,230,207)
#D0EEDC
(208,238,220)
#E5F6E9
(229,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13A667 color. Also use rgb(19,166,103) instead hex code.

Text Font Color

.myTextColor { color: #13A667; }

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

This text font color is #13A667.


Background Color

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

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

This div background color is #13A667.


Border color

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

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

This div border color is #13A667.


Opacity

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

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

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

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

This text has shadow with #13A667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13A667 on black background.


Color preview on white background

This text has color #13A667 on white background.



Black color preview on #13A667 background

This text has black color on #13A667 background.


White color preview on #13A667 background

This text has white color on #13A667 background.