COLOR #13B651

HEX: #13B651
RGB: (19,182,81)

Color info

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

RGB color model

#13B651 color RGB value is (19,182,81).

  • red value is 19;
  • green value is 182;
  • blue value is 81.
RGB:
(19,182,81)
(7%,71%,32%)

RGB channels and saturation

R 19 of 255 = 7%
G 182 of 255 = 71%
B 81 of 255 = 32%

19
182
81

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

Portions of RGB colors in percentages

R + G + B =
19 + 182 + 81 = 282 (100%)
R 19 of 282 ~ 6.74%
G 182 of 282 ~ 64.54%
B 81 of 282 ~ 28.72%

%64.54
%28.72

CMYK color model

#13B651 color CMYK value is (90,0,55,29).

  • cyan value is 89.56%
  • magenta value is 0.00%
  • yellow value is 55.49%
  • key color value is 28.63%
CMYK:
(90,0,55,29)
C90M0Y55K29 
(90%,0%,55%,29%)
(0.90/0.00/0.55/0.29)	

CMYK percentages

%89.56
%0
%55.49
%28.63

Codes

Color #13B651 in popluar color models

13B651
RGB1918281
HSL143°81.09%39.41%
HSB/HSV143°89.56%71.37%
CMYK89.56%0.00%55.49%
28.63%

Color #13B651 in popluar number systems.

HEX13B651
Decimal1918281
Binary10011101101101010001
Octal23266121

Shades and tints

Shades of #13B651

#13B651
(19,182,81)
#12A64A
(18,166,74)
#119643
(17,150,67)
#10863C
(16,134,60)
#0F7635
(15,118,53)
#0E662E
(14,102,46)
#0D5627
(13,86,39)
#0C4620
(12,70,32)
#0B3619
(11,54,25)
#0A2612
(10,38,18)
#09160B
(9,22,11)
#000000
(0,0,0)

Tints of #13B651

#13B651
(19,182,81)
#28BC60
(40,188,96)
#3DC26F
(61,194,111)
#52C87E
(82,200,126)
#67CE8D
(103,206,141)
#7CD49C
(124,212,156)
#91DAAB
(145,218,171)
#A6E0BA
(166,224,186)
#BBE6C9
(187,230,201)
#D0ECD8
(208,236,216)
#E5F2E7
(229,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13B651 color. Also use rgb(19,182,81) instead hex code.

Text Font Color

.myTextColor { color: #13B651; }

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

This text font color is #13B651.


Background Color

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

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

This div background color is #13B651.


Border color

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

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

This div border color is #13B651.


Opacity

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

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

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

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

This text has shadow with #13B651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13B651 on black background.


Color preview on white background

This text has color #13B651 on white background.



Black color preview on #13B651 background

This text has black color on #13B651 background.


White color preview on #13B651 background

This text has white color on #13B651 background.