COLOR #133407

HEX: #133407
RGB: (19,52,7)

Color info

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

RGB color model

#133407 color RGB value is (19,52,7).

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

RGB channels and saturation

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

19
52
7

R + G + B ~ 10%. #133407 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 52 + 7 = 78 (100%)
R 19 of 78 ~ 24.36%
G 52 of 78 ~ 66.67%
B 7 of 78 ~ 8.97%

%24.36
%66.67

CMYK color model

#133407 color CMYK value is (63,0,87,80).

  • cyan value is 63.46%
  • magenta value is 0.00%
  • yellow value is 86.54%
  • key color value is 79.61%
CMYK:
(63,0,87,80)
C63M0Y87K80 
(63%,0%,87%,80%)
(0.63/0.00/0.87/0.80)	

CMYK percentages

%63.46
%0
%86.54
%79.61

Codes

Color #133407 in popluar color models

133407
RGB19527
HSL104°76.27%11.57%
HSB/HSV104°86.54%20.39%
CMYK63.46%0.00%86.54%
79.61%

Color #133407 in popluar number systems.

HEX133407
Decimal19527
Binary10011110100111
Octal23647

Shades and tints

Shades of #133407

#133407
(19,52,7)
#123007
(18,48,7)
#112C07
(17,44,7)
#102807
(16,40,7)
#0F2407
(15,36,7)
#0E2007
(14,32,7)
#0D1C07
(13,28,7)
#0C1807
(12,24,7)
#0B1407
(11,20,7)
#0A1007
(10,16,7)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #133407

#133407
(19,52,7)
#28461D
(40,70,29)
#3D5833
(61,88,51)
#526A49
(82,106,73)
#677C5F
(103,124,95)
#7C8E75
(124,142,117)
#91A08B
(145,160,139)
#A6B2A1
(166,178,161)
#BBC4B7
(187,196,183)
#D0D6CD
(208,214,205)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133407; }

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

This text font color is #133407.


Background Color

.myBgColor { background-color: #133407; }

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

This div background color is #133407.


Border color

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

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

This div border color is #133407.


Opacity

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

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

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

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

This text has shadow with #133407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133407 on black background.


Color preview on white background

This text has color #133407 on white background.



Black color preview on #133407 background

This text has black color on #133407 background.


White color preview on #133407 background

This text has white color on #133407 background.