COLOR #133C0F

HEX: #133C0F
RGB: (19,60,15)

Color info

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

RGB color model

#133C0F color RGB value is (19,60,15).

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

RGB channels and saturation

R 19 of 255 = 7%
G 60 of 255 = 24%
B 15 of 255 = 6%

19
60
15

R + G + B ~ 12%. #133C0F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 60 + 15 = 94 (100%)
R 19 of 94 ~ 20.21%
G 60 of 94 ~ 63.83%
B 15 of 94 ~ 15.96%

%20.21
%63.83
%15.96

CMYK color model

#133C0F color CMYK value is (68,0,75,76).

  • cyan value is 68.33%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 76.47%
CMYK:
(68,0,75,76)
C68M0Y75K76 
(68%,0%,75%,76%)
(0.68/0.00/0.75/0.76)	

CMYK percentages

%68.33
%0
%75
%76.47

Codes

Color #133C0F in popluar color models

133C0F
RGB196015
HSL115°60.00%14.71%
HSB/HSV115°75.00%23.53%
CMYK68.33%0.00%75.00%
76.47%

Color #133C0F in popluar number systems.

HEX133C0F
Decimal196015
Binary100111111001111
Octal237417

Shades and tints

Shades of #133C0F

#133C0F
(19,60,15)
#12370E
(18,55,14)
#11320D
(17,50,13)
#102D0C
(16,45,12)
#0F280B
(15,40,11)
#0E230A
(14,35,10)
#0D1E09
(13,30,9)
#0C1908
(12,25,8)
#0B1407
(11,20,7)
#0A0F06
(10,15,6)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #133C0F

#133C0F
(19,60,15)
#284D24
(40,77,36)
#3D5E39
(61,94,57)
#526F4E
(82,111,78)
#678063
(103,128,99)
#7C9178
(124,145,120)
#91A28D
(145,162,141)
#A6B3A2
(166,179,162)
#BBC4B7
(187,196,183)
#D0D5CC
(208,213,204)
#E5E6E1
(229,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133C0F; }

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

This text font color is #133C0F.


Background Color

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

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

This div background color is #133C0F.


Border color

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

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

This div border color is #133C0F.


Opacity

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

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

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

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

This text has shadow with #133C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133C0F on black background.


Color preview on white background

This text has color #133C0F on white background.



Black color preview on #133C0F background

This text has black color on #133C0F background.


White color preview on #133C0F background

This text has white color on #133C0F background.