COLOR #133D20

HEX: #133D20
RGB: (19,61,32)

Color info

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

RGB color model

#133D20 color RGB value is (19,61,32).

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

RGB channels and saturation

R 19 of 255 = 7%
G 61 of 255 = 24%
B 32 of 255 = 13%

19
61
32

R + G + B ~ 15%. #133D20 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 61 + 32 = 112 (100%)
R 19 of 112 ~ 16.96%
G 61 of 112 ~ 54.46%
B 32 of 112 ~ 28.57%

%16.96
%54.46
%28.57

CMYK color model

#133D20 color CMYK value is (69,0,48,76).

  • cyan value is 68.85%
  • magenta value is 0.00%
  • yellow value is 47.54%
  • key color value is 76.08%
CMYK:
(69,0,48,76)
C69M0Y48K76 
(69%,0%,48%,76%)
(0.69/0.00/0.48/0.76)	

CMYK percentages

%68.85
%0
%47.54
%76.08

Codes

Color #133D20 in popluar color models

133D20
RGB196132
HSL139°52.50%15.69%
HSB/HSV139°68.85%23.92%
CMYK68.85%0.00%47.54%
76.08%

Color #133D20 in popluar number systems.

HEX133D20
Decimal196132
Binary10011111101100000
Octal237540

Shades and tints

Shades of #133D20

#133D20
(19,61,32)
#12381E
(18,56,30)
#11331C
(17,51,28)
#102E1A
(16,46,26)
#0F2918
(15,41,24)
#0E2416
(14,36,22)
#0D1F14
(13,31,20)
#0C1A12
(12,26,18)
#0B1510
(11,21,16)
#0A100E
(10,16,14)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #133D20

#133D20
(19,61,32)
#284E34
(40,78,52)
#3D5F48
(61,95,72)
#52705C
(82,112,92)
#678170
(103,129,112)
#7C9284
(124,146,132)
#91A398
(145,163,152)
#A6B4AC
(166,180,172)
#BBC5C0
(187,197,192)
#D0D6D4
(208,214,212)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133D20; }

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

This text font color is #133D20.


Background Color

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

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

This div background color is #133D20.


Border color

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

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

This div border color is #133D20.


Opacity

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

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

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

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

This text has shadow with #133D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133D20 on black background.


Color preview on white background

This text has color #133D20 on white background.



Black color preview on #133D20 background

This text has black color on #133D20 background.


White color preview on #133D20 background

This text has white color on #133D20 background.