COLOR #133106

HEX: #133106
RGB: (19,49,6)

Color info

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

RGB color model

#133106 color RGB value is (19,49,6).

  • red value is 19;
  • green value is 49;
  • blue value is 6.
RGB:
(19,49,6)
(7%,19%,2%)

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 6 of 255 = 2%

19
49
6

R + G + B ~ 9%. #133106 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 6 = 74 (100%)
R 19 of 74 ~ 25.68%
G 49 of 74 ~ 66.22%
B 6 of 74 ~ 8.11%

%25.68
%66.22

CMYK color model

#133106 color CMYK value is (61,0,88,81).

  • cyan value is 61.22%
  • magenta value is 0.00%
  • yellow value is 87.76%
  • key color value is 80.78%
CMYK:
(61,0,88,81)
C61M0Y88K81 
(61%,0%,88%,81%)
(0.61/0.00/0.88/0.81)	

CMYK percentages

%61.22
%0
%87.76
%80.78

Codes

Color #133106 in popluar color models

133106
RGB19496
HSL102°78.18%10.78%
HSB/HSV102°87.76%19.22%
CMYK61.22%0.00%87.76%
80.78%

Color #133106 in popluar number systems.

HEX133106
Decimal19496
Binary10011110001110
Octal23616

Shades and tints

Shades of #133106

#133106
(19,49,6)
#122D06
(18,45,6)
#112906
(17,41,6)
#102506
(16,37,6)
#0F2106
(15,33,6)
#0E1D06
(14,29,6)
#0D1906
(13,25,6)
#0C1506
(12,21,6)
#0B1106
(11,17,6)
#0A0D06
(10,13,6)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #133106

#133106
(19,49,6)
#28431C
(40,67,28)
#3D5532
(61,85,50)
#526748
(82,103,72)
#67795E
(103,121,94)
#7C8B74
(124,139,116)
#919D8A
(145,157,138)
#A6AFA0
(166,175,160)
#BBC1B6
(187,193,182)
#D0D3CC
(208,211,204)
#E5E5E2
(229,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133106 color. Also use rgb(19,49,6) instead hex code.

Text Font Color

.myTextColor { color: #133106; }

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

This text font color is #133106.


Background Color

.myBgColor { background-color: #133106; }

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

This div background color is #133106.


Border color

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

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

This div border color is #133106.


Opacity

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

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

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

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

This text has shadow with #133106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133106 on black background.


Color preview on white background

This text has color #133106 on white background.



Black color preview on #133106 background

This text has black color on #133106 background.


White color preview on #133106 background

This text has white color on #133106 background.