COLOR #133A05

HEX: #133A05
RGB: (19,58,5)

Color info

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

RGB color model

#133A05 color RGB value is (19,58,5).

  • red value is 19;
  • green value is 58;
  • blue value is 5.
RGB:
(19,58,5)
(7%,23%,2%)

RGB channels and saturation

R 19 of 255 = 7%
G 58 of 255 = 23%
B 5 of 255 = 2%

19
58
5

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

Portions of RGB colors in percentages

R + G + B =
19 + 58 + 5 = 82 (100%)
R 19 of 82 ~ 23.17%
G 58 of 82 ~ 70.73%
B 5 of 82 ~ 6.1%

%23.17
%70.73

CMYK color model

#133A05 color CMYK value is (67,0,91,77).

  • cyan value is 67.24%
  • magenta value is 0.00%
  • yellow value is 91.38%
  • key color value is 77.25%
CMYK:
(67,0,91,77)
C67M0Y91K77 
(67%,0%,91%,77%)
(0.67/0.00/0.91/0.77)	

CMYK percentages

%67.24
%0
%91.38
%77.25

Codes

Color #133A05 in popluar color models

133A05
RGB19585
HSL104°84.13%12.35%
HSB/HSV104°91.38%22.75%
CMYK67.24%0.00%91.38%
77.25%

Color #133A05 in popluar number systems.

HEX133A05
Decimal19585
Binary10011111010101
Octal23725

Shades and tints

Shades of #133A05

#133A05
(19,58,5)
#123505
(18,53,5)
#113005
(17,48,5)
#102B05
(16,43,5)
#0F2605
(15,38,5)
#0E2105
(14,33,5)
#0D1C05
(13,28,5)
#0C1705
(12,23,5)
#0B1205
(11,18,5)
#0A0D05
(10,13,5)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #133A05

#133A05
(19,58,5)
#284B1B
(40,75,27)
#3D5C31
(61,92,49)
#526D47
(82,109,71)
#677E5D
(103,126,93)
#7C8F73
(124,143,115)
#91A089
(145,160,137)
#A6B19F
(166,177,159)
#BBC2B5
(187,194,181)
#D0D3CB
(208,211,203)
#E5E4E1
(229,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133A05 color. Also use rgb(19,58,5) instead hex code.

Text Font Color

.myTextColor { color: #133A05; }

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

This text font color is #133A05.


Background Color

.myBgColor { background-color: #133A05; }

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

This div background color is #133A05.


Border color

.myBorderColor { border: 1px solid #133A05; }

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

This div border color is #133A05.


Opacity

.myOpacity80 { color: #133A05; opacity: 0.8; }

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

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

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

This text has shadow with #133A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133A05 on black background.


Color preview on white background

This text has color #133A05 on white background.



Black color preview on #133A05 background

This text has black color on #133A05 background.


White color preview on #133A05 background

This text has white color on #133A05 background.