COLOR #13330E

HEX: #13330E
RGB: (19,51,14)

Color info

#13330E contains red, green and blue colors in about the same proportion. Web safe color of #13330E is #003300 (or #030).

RGB color model

#13330E color RGB value is (19,51,14).

  • red value is 19;
  • green value is 51;
  • blue value is 14.
RGB:
(19,51,14)
(7%,20%,5%)

RGB channels and saturation

R 19 of 255 = 7%
G 51 of 255 = 20%
B 14 of 255 = 5%

19
51
14

R + G + B ~ 11%. #13330E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 51 + 14 = 84 (100%)
R 19 of 84 ~ 22.62%
G 51 of 84 ~ 60.71%
B 14 of 84 ~ 16.67%

%22.62
%60.71
%16.67

CMYK color model

#13330E color CMYK value is (63,0,73,80).

  • cyan value is 62.75%
  • magenta value is 0.00%
  • yellow value is 72.55%
  • key color value is 80.00%
CMYK:
(63,0,73,80)
C63M0Y73K80 
(63%,0%,73%,80%)
(0.63/0.00/0.73/0.80)	

CMYK percentages

%62.75
%0
%72.55
%80

Codes

Color #13330E in popluar color models

13330E
RGB195114
HSL112°56.92%12.75%
HSB/HSV112°72.55%20.00%
CMYK62.75%0.00%72.55%
80.00%

Color #13330E in popluar number systems.

HEX13330E
Decimal195114
Binary100111100111110
Octal236316

Shades and tints

Shades of #13330E

#13330E
(19,51,14)
#122F0D
(18,47,13)
#112B0C
(17,43,12)
#10270B
(16,39,11)
#0F230A
(15,35,10)
#0E1F09
(14,31,9)
#0D1B08
(13,27,8)
#0C1707
(12,23,7)
#0B1306
(11,19,6)
#0A0F05
(10,15,5)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #13330E

#13330E
(19,51,14)
#284523
(40,69,35)
#3D5738
(61,87,56)
#52694D
(82,105,77)
#677B62
(103,123,98)
#7C8D77
(124,141,119)
#919F8C
(145,159,140)
#A6B1A1
(166,177,161)
#BBC3B6
(187,195,182)
#D0D5CB
(208,213,203)
#E5E7E0
(229,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13330E color. Also use rgb(19,51,14) instead hex code.

Text Font Color

.myTextColor { color: #13330E; }

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

This text font color is #13330E.


Background Color

.myBgColor { background-color: #13330E; }

<div style="background-color:#13330E">Inner text</div>

This div background color is #13330E.


Border color

.myBorderColor { border: 1px solid #13330E; }

<div style="border:3px solid #13330E">Div</div>

This div border color is #13330E.


Opacity

.myOpacity80 { color: #13330E; opacity: 0.8; }

<p style="color:#13330E;opacity:0.8;">80%</p>

Text with #13330E 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 #13330E;}

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

This text has shadow with #13330E color.

.textShadow {text-shadow: 3px 3px 1px #13330E, 3px 3px 1px red;}

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

This text has shadow with #13330E primary color and red secondary color.


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

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

This text has shadow with #13330E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13330E on black background.


Color preview on white background

This text has color #13330E on white background.



Black color preview on #13330E background

This text has black color on #13330E background.


White color preview on #13330E background

This text has white color on #13330E background.