COLOR #133D1F

HEX: #133D1F
RGB: (19,61,31)

Color info

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

RGB color model

#133D1F color RGB value is (19,61,31).

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

RGB channels and saturation

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

19
61
31

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

Portions of RGB colors in percentages

R + G + B =
19 + 61 + 31 = 111 (100%)
R 19 of 111 ~ 17.12%
G 61 of 111 ~ 54.95%
B 31 of 111 ~ 27.93%

%17.12
%54.95
%27.93

CMYK color model

#133D1F color CMYK value is (69,0,49,76).

  • cyan value is 68.85%
  • magenta value is 0.00%
  • yellow value is 49.18%
  • key color value is 76.08%
CMYK:
(69,0,49,76)
C69M0Y49K76 
(69%,0%,49%,76%)
(0.69/0.00/0.49/0.76)	

CMYK percentages

%68.85
%0
%49.18
%76.08

Codes

Color #133D1F in popluar color models

133D1F
RGB196131
HSL137°52.50%15.69%
HSB/HSV137°68.85%23.92%
CMYK68.85%0.00%49.18%
76.08%

Color #133D1F in popluar number systems.

HEX133D1F
Decimal196131
Binary1001111110111111
Octal237537

Shades and tints

Shades of #133D1F

#133D1F
(19,61,31)
#12381D
(18,56,29)
#11331B
(17,51,27)
#102E19
(16,46,25)
#0F2917
(15,41,23)
#0E2415
(14,36,21)
#0D1F13
(13,31,19)
#0C1A11
(12,26,17)
#0B150F
(11,21,15)
#0A100D
(10,16,13)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #133D1F

#133D1F
(19,61,31)
#284E33
(40,78,51)
#3D5F47
(61,95,71)
#52705B
(82,112,91)
#67816F
(103,129,111)
#7C9283
(124,146,131)
#91A397
(145,163,151)
#A6B4AB
(166,180,171)
#BBC5BF
(187,197,191)
#D0D6D3
(208,214,211)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133D1F; }

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

This text font color is #133D1F.


Background Color

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

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

This div background color is #133D1F.


Border color

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

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

This div border color is #133D1F.


Opacity

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

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

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

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

This text has shadow with #133D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133D1F on black background.


Color preview on white background

This text has color #133D1F on white background.



Black color preview on #133D1F background

This text has black color on #133D1F background.


White color preview on #133D1F background

This text has white color on #133D1F background.