COLOR #133507

HEX: #133507
RGB: (19,53,7)

Color info

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

RGB color model

#133507 color RGB value is (19,53,7).

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

RGB channels and saturation

R 19 of 255 = 7%
G 53 of 255 = 21%
B 7 of 255 = 3%

19
53
7

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

Portions of RGB colors in percentages

R + G + B =
19 + 53 + 7 = 79 (100%)
R 19 of 79 ~ 24.05%
G 53 of 79 ~ 67.09%
B 7 of 79 ~ 8.86%

%24.05
%67.09

CMYK color model

#133507 color CMYK value is (64,0,87,79).

  • cyan value is 64.15%
  • magenta value is 0.00%
  • yellow value is 86.79%
  • key color value is 79.22%
CMYK:
(64,0,87,79)
C64M0Y87K79 
(64%,0%,87%,79%)
(0.64/0.00/0.87/0.79)	

CMYK percentages

%64.15
%0
%86.79
%79.22

Codes

Color #133507 in popluar color models

133507
RGB19537
HSL104°76.67%11.76%
HSB/HSV104°86.79%20.78%
CMYK64.15%0.00%86.79%
79.22%

Color #133507 in popluar number systems.

HEX133507
Decimal19537
Binary10011110101111
Octal23657

Shades and tints

Shades of #133507

#133507
(19,53,7)
#123107
(18,49,7)
#112D07
(17,45,7)
#102907
(16,41,7)
#0F2507
(15,37,7)
#0E2107
(14,33,7)
#0D1D07
(13,29,7)
#0C1907
(12,25,7)
#0B1507
(11,21,7)
#0A1107
(10,17,7)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #133507

#133507
(19,53,7)
#28471D
(40,71,29)
#3D5933
(61,89,51)
#526B49
(82,107,73)
#677D5F
(103,125,95)
#7C8F75
(124,143,117)
#91A18B
(145,161,139)
#A6B3A1
(166,179,161)
#BBC5B7
(187,197,183)
#D0D7CD
(208,215,205)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133507; }

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

This text font color is #133507.


Background Color

.myBgColor { background-color: #133507; }

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

This div background color is #133507.


Border color

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

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

This div border color is #133507.


Opacity

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

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

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

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

This text has shadow with #133507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133507 on black background.


Color preview on white background

This text has color #133507 on white background.



Black color preview on #133507 background

This text has black color on #133507 background.


White color preview on #133507 background

This text has white color on #133507 background.