COLOR #133C08

HEX: #133C08
RGB: (19,60,8)

Color info

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

RGB color model

#133C08 color RGB value is (19,60,8).

  • red value is 19;
  • green value is 60;
  • blue value is 8.
RGB:
(19,60,8)
(7%,24%,3%)

RGB channels and saturation

R 19 of 255 = 7%
G 60 of 255 = 24%
B 8 of 255 = 3%

19
60
8

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

Portions of RGB colors in percentages

R + G + B =
19 + 60 + 8 = 87 (100%)
R 19 of 87 ~ 21.84%
G 60 of 87 ~ 68.97%
B 8 of 87 ~ 9.2%

%21.84
%68.97

CMYK color model

#133C08 color CMYK value is (68,0,87,76).

  • cyan value is 68.33%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 76.47%
CMYK:
(68,0,87,76)
C68M0Y87K76 
(68%,0%,87%,76%)
(0.68/0.00/0.87/0.76)	

CMYK percentages

%68.33
%0
%86.67
%76.47

Codes

Color #133C08 in popluar color models

133C08
RGB19608
HSL107°76.47%13.33%
HSB/HSV107°86.67%23.53%
CMYK68.33%0.00%86.67%
76.47%

Color #133C08 in popluar number systems.

HEX133C08
Decimal19608
Binary100111111001000
Octal237410

Shades and tints

Shades of #133C08

#133C08
(19,60,8)
#123708
(18,55,8)
#113208
(17,50,8)
#102D08
(16,45,8)
#0F2808
(15,40,8)
#0E2308
(14,35,8)
#0D1E08
(13,30,8)
#0C1908
(12,25,8)
#0B1408
(11,20,8)
#0A0F08
(10,15,8)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #133C08

#133C08
(19,60,8)
#284D1E
(40,77,30)
#3D5E34
(61,94,52)
#526F4A
(82,111,74)
#678060
(103,128,96)
#7C9176
(124,145,118)
#91A28C
(145,162,140)
#A6B3A2
(166,179,162)
#BBC4B8
(187,196,184)
#D0D5CE
(208,213,206)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133C08 color. Also use rgb(19,60,8) instead hex code.

Text Font Color

.myTextColor { color: #133C08; }

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

This text font color is #133C08.


Background Color

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

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

This div background color is #133C08.


Border color

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

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

This div border color is #133C08.


Opacity

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

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

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

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

This text has shadow with #133C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133C08 on black background.


Color preview on white background

This text has color #133C08 on white background.



Black color preview on #133C08 background

This text has black color on #133C08 background.


White color preview on #133C08 background

This text has white color on #133C08 background.