COLOR #133F2B

HEX: #133F2B
RGB: (19,63,43)

Color info

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

RGB color model

#133F2B color RGB value is (19,63,43).

  • red value is 19;
  • green value is 63;
  • blue value is 43.
RGB:
(19,63,43)
(7%,25%,17%)

RGB channels and saturation

R 19 of 255 = 7%
G 63 of 255 = 25%
B 43 of 255 = 17%

19
63
43

R + G + B ~ 16%. #133F2B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 63 + 43 = 125 (100%)
R 19 of 125 ~ 15.2%
G 63 of 125 ~ 50.4%
B 43 of 125 ~ 34.4%

%15.2
%50.4
%34.4

CMYK color model

#133F2B color CMYK value is (70,0,32,75).

  • cyan value is 69.84%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 75.29%
CMYK:
(70,0,32,75)
C70M0Y32K75 
(70%,0%,32%,75%)
(0.70/0.00/0.32/0.75)	

CMYK percentages

%69.84
%0
%31.75
%75.29

Codes

Color #133F2B in popluar color models

133F2B
RGB196343
HSL153°53.66%16.08%
HSB/HSV153°69.84%24.71%
CMYK69.84%0.00%31.75%
75.29%

Color #133F2B in popluar number systems.

HEX133F2B
Decimal196343
Binary10011111111101011
Octal237753

Shades and tints

Shades of #133F2B

#133F2B
(19,63,43)
#123A28
(18,58,40)
#113525
(17,53,37)
#103022
(16,48,34)
#0F2B1F
(15,43,31)
#0E261C
(14,38,28)
#0D2119
(13,33,25)
#0C1C16
(12,28,22)
#0B1713
(11,23,19)
#0A1210
(10,18,16)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #133F2B

#133F2B
(19,63,43)
#28503E
(40,80,62)
#3D6151
(61,97,81)
#527264
(82,114,100)
#678377
(103,131,119)
#7C948A
(124,148,138)
#91A59D
(145,165,157)
#A6B6B0
(166,182,176)
#BBC7C3
(187,199,195)
#D0D8D6
(208,216,214)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133F2B color. Also use rgb(19,63,43) instead hex code.

Text Font Color

.myTextColor { color: #133F2B; }

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

This text font color is #133F2B.


Background Color

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

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

This div background color is #133F2B.


Border color

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

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

This div border color is #133F2B.


Opacity

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

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

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

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

This text has shadow with #133F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133F2B on black background.


Color preview on white background

This text has color #133F2B on white background.



Black color preview on #133F2B background

This text has black color on #133F2B background.


White color preview on #133F2B background

This text has white color on #133F2B background.