COLOR #133411

HEX: #133411
RGB: (19,52,17)

Color info

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

RGB color model

#133411 color RGB value is (19,52,17).

  • red value is 19;
  • green value is 52;
  • blue value is 17.
RGB:
(19,52,17)
(7%,20%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 52 of 255 = 20%
B 17 of 255 = 7%

19
52
17

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

Portions of RGB colors in percentages

R + G + B =
19 + 52 + 17 = 88 (100%)
R 19 of 88 ~ 21.59%
G 52 of 88 ~ 59.09%
B 17 of 88 ~ 19.32%

%21.59
%59.09
%19.32

CMYK color model

#133411 color CMYK value is (63,0,67,80).

  • cyan value is 63.46%
  • magenta value is 0.00%
  • yellow value is 67.31%
  • key color value is 79.61%
CMYK:
(63,0,67,80)
C63M0Y67K80 
(63%,0%,67%,80%)
(0.63/0.00/0.67/0.80)	

CMYK percentages

%63.46
%0
%67.31
%79.61

Codes

Color #133411 in popluar color models

133411
RGB195217
HSL117°50.72%13.53%
HSB/HSV117°67.31%20.39%
CMYK63.46%0.00%67.31%
79.61%

Color #133411 in popluar number systems.

HEX133411
Decimal195217
Binary1001111010010001
Octal236421

Shades and tints

Shades of #133411

#133411
(19,52,17)
#123010
(18,48,16)
#112C0F
(17,44,15)
#10280E
(16,40,14)
#0F240D
(15,36,13)
#0E200C
(14,32,12)
#0D1C0B
(13,28,11)
#0C180A
(12,24,10)
#0B1409
(11,20,9)
#0A1008
(10,16,8)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #133411

#133411
(19,52,17)
#284626
(40,70,38)
#3D583B
(61,88,59)
#526A50
(82,106,80)
#677C65
(103,124,101)
#7C8E7A
(124,142,122)
#91A08F
(145,160,143)
#A6B2A4
(166,178,164)
#BBC4B9
(187,196,185)
#D0D6CE
(208,214,206)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133411 color. Also use rgb(19,52,17) instead hex code.

Text Font Color

.myTextColor { color: #133411; }

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

This text font color is #133411.


Background Color

.myBgColor { background-color: #133411; }

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

This div background color is #133411.


Border color

.myBorderColor { border: 1px solid #133411; }

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

This div border color is #133411.


Opacity

.myOpacity80 { color: #133411; opacity: 0.8; }

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

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

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

This text has shadow with #133411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133411 on black background.


Color preview on white background

This text has color #133411 on white background.



Black color preview on #133411 background

This text has black color on #133411 background.


White color preview on #133411 background

This text has white color on #133411 background.