COLOR #133F2F

HEX: #133F2F
RGB: (19,63,47)

Color info

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

RGB color model

#133F2F color RGB value is (19,63,47).

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

RGB channels and saturation

R 19 of 255 = 7%
G 63 of 255 = 25%
B 47 of 255 = 18%

19
63
47

R + G + B ~ 17%. #133F2F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 63 + 47 = 129 (100%)
R 19 of 129 ~ 14.73%
G 63 of 129 ~ 48.84%
B 47 of 129 ~ 36.43%

%14.73
%48.84
%36.43

CMYK color model

#133F2F color CMYK value is (70,0,25,75).

  • cyan value is 69.84%
  • magenta value is 0.00%
  • yellow value is 25.40%
  • key color value is 75.29%
CMYK:
(70,0,25,75)
C70M0Y25K75 
(70%,0%,25%,75%)
(0.70/0.00/0.25/0.75)	

CMYK percentages

%69.84
%0
%25.4
%75.29

Codes

Color #133F2F in popluar color models

133F2F
RGB196347
HSL158°53.66%16.08%
HSB/HSV158°69.84%24.71%
CMYK69.84%0.00%25.40%
75.29%

Color #133F2F in popluar number systems.

HEX133F2F
Decimal196347
Binary10011111111101111
Octal237757

Shades and tints

Shades of #133F2F

#133F2F
(19,63,47)
#123A2B
(18,58,43)
#113527
(17,53,39)
#103023
(16,48,35)
#0F2B1F
(15,43,31)
#0E261B
(14,38,27)
#0D2117
(13,33,23)
#0C1C13
(12,28,19)
#0B170F
(11,23,15)
#0A120B
(10,18,11)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #133F2F

#133F2F
(19,63,47)
#285041
(40,80,65)
#3D6153
(61,97,83)
#527265
(82,114,101)
#678377
(103,131,119)
#7C9489
(124,148,137)
#91A59B
(145,165,155)
#A6B6AD
(166,182,173)
#BBC7BF
(187,199,191)
#D0D8D1
(208,216,209)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133F2F; }

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

This text font color is #133F2F.


Background Color

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

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

This div background color is #133F2F.


Border color

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

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

This div border color is #133F2F.


Opacity

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

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

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

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

This text has shadow with #133F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133F2F on black background.


Color preview on white background

This text has color #133F2F on white background.



Black color preview on #133F2F background

This text has black color on #133F2F background.


White color preview on #133F2F background

This text has white color on #133F2F background.