COLOR #133C16

HEX: #133C16
RGB: (19,60,22)

Color info

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

RGB color model

#133C16 color RGB value is (19,60,22).

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

RGB channels and saturation

R 19 of 255 = 7%
G 60 of 255 = 24%
B 22 of 255 = 9%

19
60
22

R + G + B ~ 13%. #133C16 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 60 + 22 = 101 (100%)
R 19 of 101 ~ 18.81%
G 60 of 101 ~ 59.41%
B 22 of 101 ~ 21.78%

%18.81
%59.41
%21.78

CMYK color model

#133C16 color CMYK value is (68,0,63,76).

  • cyan value is 68.33%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 76.47%
CMYK:
(68,0,63,76)
C68M0Y63K76 
(68%,0%,63%,76%)
(0.68/0.00/0.63/0.76)	

CMYK percentages

%68.33
%0
%63.33
%76.47

Codes

Color #133C16 in popluar color models

133C16
RGB196022
HSL124°51.90%15.49%
HSB/HSV124°68.33%23.53%
CMYK68.33%0.00%63.33%
76.47%

Color #133C16 in popluar number systems.

HEX133C16
Decimal196022
Binary1001111110010110
Octal237426

Shades and tints

Shades of #133C16

#133C16
(19,60,22)
#123714
(18,55,20)
#113212
(17,50,18)
#102D10
(16,45,16)
#0F280E
(15,40,14)
#0E230C
(14,35,12)
#0D1E0A
(13,30,10)
#0C1908
(12,25,8)
#0B1406
(11,20,6)
#0A0F04
(10,15,4)
#090A02
(9,10,2)
#000000
(0,0,0)

Tints of #133C16

#133C16
(19,60,22)
#284D2B
(40,77,43)
#3D5E40
(61,94,64)
#526F55
(82,111,85)
#67806A
(103,128,106)
#7C917F
(124,145,127)
#91A294
(145,162,148)
#A6B3A9
(166,179,169)
#BBC4BE
(187,196,190)
#D0D5D3
(208,213,211)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133C16; }

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

This text font color is #133C16.


Background Color

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

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

This div background color is #133C16.


Border color

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

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

This div border color is #133C16.


Opacity

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

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

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

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

This text has shadow with #133C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133C16 on black background.


Color preview on white background

This text has color #133C16 on white background.



Black color preview on #133C16 background

This text has black color on #133C16 background.


White color preview on #133C16 background

This text has white color on #133C16 background.