COLOR #13A704

HEX: #13A704
RGB: (19,167,4)

Color info

#13A704 contains mainly green color. Web safe color of #13A704 is #009900 (or #090).

RGB color model

#13A704 color RGB value is (19,167,4).

  • red value is 19;
  • green value is 167;
  • blue value is 4.
RGB:
(19,167,4)
(7%,65%,2%)

RGB channels and saturation

R 19 of 255 = 7%
G 167 of 255 = 65%
B 4 of 255 = 2%

19
167
4

R + G + B ~ 25%. #13A704 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 167 + 4 = 190 (100%)
R 19 of 190 ~ 10%
G 167 of 190 ~ 87.89%
B 4 of 190 ~ 2.11%

%10
%87.89

CMYK color model

#13A704 color CMYK value is (89,0,98,35).

  • cyan value is 88.62%
  • magenta value is 0.00%
  • yellow value is 97.60%
  • key color value is 34.51%
CMYK:
(89,0,98,35)
C89M0Y98K35 
(89%,0%,98%,35%)
(0.89/0.00/0.98/0.35)	

CMYK percentages

%88.62
%0
%97.6
%34.51

Codes

Color #13A704 in popluar color models

13A704
RGB191674
HSL114°95.32%33.53%
HSB/HSV114°97.60%65.49%
CMYK88.62%0.00%97.60%
34.51%

Color #13A704 in popluar number systems.

HEX13A704
Decimal191674
Binary1001110100111100
Octal232474

Shades and tints

Shades of #13A704

#13A704
(19,167,4)
#129804
(18,152,4)
#118904
(17,137,4)
#107A04
(16,122,4)
#0F6B04
(15,107,4)
#0E5C04
(14,92,4)
#0D4D04
(13,77,4)
#0C3E04
(12,62,4)
#0B2F04
(11,47,4)
#0A2004
(10,32,4)
#091104
(9,17,4)
#000000
(0,0,0)

Tints of #13A704

#13A704
(19,167,4)
#28AF1A
(40,175,26)
#3DB730
(61,183,48)
#52BF46
(82,191,70)
#67C75C
(103,199,92)
#7CCF72
(124,207,114)
#91D788
(145,215,136)
#A6DF9E
(166,223,158)
#BBE7B4
(187,231,180)
#D0EFCA
(208,239,202)
#E5F7E0
(229,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13A704 color. Also use rgb(19,167,4) instead hex code.

Text Font Color

.myTextColor { color: #13A704; }

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

This text font color is #13A704.


Background Color

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

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

This div background color is #13A704.


Border color

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

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

This div border color is #13A704.


Opacity

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

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

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

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

This text has shadow with #13A704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13A704 on black background.


Color preview on white background

This text has color #13A704 on white background.



Black color preview on #13A704 background

This text has black color on #13A704 background.


White color preview on #13A704 background

This text has white color on #13A704 background.