COLOR #13A332

HEX: #13A332 RGB: (19,163,50)

Color info

#13A332 contains mainly green color. Web safe color of #13A332 is #009933 (or #093).

RGB color model

#13A332 color RGB value is (19,163,50).

RGB: (19,163,50) (7%, 64%, 20%)

RGB channels and saturation

R 19 of 255 = 7%
G 163 of 255 = 64%
B 50 of 255 = 20%

19
163
50

R + G + B ~ 30%. #13A332 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 163 + 50 = 232 (100%)
R 19 of 232 ~ 8.19%
G 163 of 232 ~ 70.26%
B 50 of 232 ~ 21.55'%

%70.26
%21.55

CMYK color model

#13A332 color CMYK value is (88,0,69,36).

  • cyan value is 88.34%
  • magenta value is 0.00%
  • yellow value is 69.33%
  • key color value is 36.08%

CMYK: (88,0,69,36)
C88M0Y69K36 (88%, 0%, 69%, 36%)
(0.88 / 0.00 / 0.69 / 0.36)

CMYK percentages

%88.34
%0
%69.33
%36.08

Codes

Color #13A332 in popluar color models

13 A3 32
RGB 19 163 50
HSL 133° 79.12% 35.69%
HSB/HSV 133° 88.34% 63.92%
CMYK 88.34% 0.00% 69.33%
36.08%

Color #13A332 in popluar number systems.

HEX 13 A3 32
Decimal 19 163 50
Binary 10011 10100011 110010
Octal 23 243 62

Shades and tints

Shades of #13A332

#13A332
(19,163,50)
#12952E
(18,149,46)
#11872A
(17,135,42)
#107926
(16,121,38)
#0F6B22
(15,107,34)
#0E5D1E
(14,93,30)
#0D4F1A
(13,79,26)
#0C4116
(12,65,22)
#0B3312
(11,51,18)
#0A250E
(10,37,14)
#09170A
(9,23,10)
#000000
(0,0,0)

Tints of #13A332

#13A332
(19,163,50)
#28AB44
(40,171,68)
#3DB356
(61,179,86)
#52BB68
(82,187,104)
#67C37A
(103,195,122)
#7CCB8C
(124,203,140)
#91D39E
(145,211,158)
#A6DBB0
(166,219,176)
#BBE3C2
(187,227,194)
#D0EBD4
(208,235,212)
#E5F3E6
(229,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13A332 color. Also use rgb(19,163,50) instead hex code.

Text Font Color

.myTextColor { color: #13A332; }

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

This text font color is #13A332.

Background Color

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

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

This div background color is #13A332.

Border color

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

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

This div border color is #13A332.

Opacity

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

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

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

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

This text has shadow with #13A332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13A332.

Preview

Color preview on black background

This text has color #13A332 on black background.


Color preview on white background

This text has color #13A332 on white background.


Black color preview on #13A332 background

This text has black color on #13A332 background.


White color preview on #13A332 background

This text has white color on #13A332 background.


Related colors

Complementary color

Complementary color for #13A332 is #EC5CCD.


I love getcolorcode.com

Triadic colors

1 #3213A3 and #A33213 with #13A332 are triadic colors.

2 #32A313 and #A31332 with #13A332 are triadic colors.