COLOR #133C1F

HEX: #133C1F
RGB: (19,60,31)

Color info

#133C1F contains red, green and blue colors in about the same proportion. Web safe color of #133C1F is #003333 (or #033).

RGB color model

#133C1F color RGB value is (19,60,31).

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

RGB channels and saturation

R 19 of 255 = 7%
G 60 of 255 = 24%
B 31 of 255 = 12%

19
60
31

R + G + B ~ 14%. #133C1F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 60 + 31 = 110 (100%)
R 19 of 110 ~ 17.27%
G 60 of 110 ~ 54.55%
B 31 of 110 ~ 28.18%

%17.27
%54.55
%28.18

CMYK color model

#133C1F color CMYK value is (68,0,48,76).

  • cyan value is 68.33%
  • magenta value is 0.00%
  • yellow value is 48.33%
  • key color value is 76.47%
CMYK:
(68,0,48,76)
C68M0Y48K76 
(68%,0%,48%,76%)
(0.68/0.00/0.48/0.76)	

CMYK percentages

%68.33
%0
%48.33
%76.47

Codes

Color #133C1F in popluar color models

133C1F
RGB196031
HSL138°51.90%15.49%
HSB/HSV138°68.33%23.53%
CMYK68.33%0.00%48.33%
76.47%

Color #133C1F in popluar number systems.

HEX133C1F
Decimal196031
Binary1001111110011111
Octal237437

Shades and tints

Shades of #133C1F

#133C1F
(19,60,31)
#12371D
(18,55,29)
#11321B
(17,50,27)
#102D19
(16,45,25)
#0F2817
(15,40,23)
#0E2315
(14,35,21)
#0D1E13
(13,30,19)
#0C1911
(12,25,17)
#0B140F
(11,20,15)
#0A0F0D
(10,15,13)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #133C1F

#133C1F
(19,60,31)
#284D33
(40,77,51)
#3D5E47
(61,94,71)
#526F5B
(82,111,91)
#67806F
(103,128,111)
#7C9183
(124,145,131)
#91A297
(145,162,151)
#A6B3AB
(166,179,171)
#BBC4BF
(187,196,191)
#D0D5D3
(208,213,211)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133C1F; }

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

This text font color is #133C1F.


Background Color

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

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

This div background color is #133C1F.


Border color

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

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

This div border color is #133C1F.


Opacity

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

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

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

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

This text has shadow with #133C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133C1F on black background.


Color preview on white background

This text has color #133C1F on white background.



Black color preview on #133C1F background

This text has black color on #133C1F background.


White color preview on #133C1F background

This text has white color on #133C1F background.