COLOR #133F28

HEX: #133F28 RGB: (19,63,40)

Color info

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

RGB color model

#133F28 color RGB value is (19,63,40).

RGB: (19,63,40) (7%, 25%, 16%)

RGB channels and saturation

R 19 of 255 = 7%
G 63 of 255 = 25%
B 40 of 255 = 16%

19
63
40

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

Portions of RGB colors in percentages

R + G + B = 19 + 63 + 40 = 122 (100%)
R 19 of 122 ~ 15.57%
G 63 of 122 ~ 51.64%
B 40 of 122 ~ 32.79'%

%15.57
%51.64
%32.79

CMYK color model

#133F28 color CMYK value is (70,0,37,75).

  • cyan value is 69.84%
  • magenta value is 0.00%
  • yellow value is 36.51%
  • key color value is 75.29%

CMYK: (70,0,37,75)
C70M0Y37K75 (70%, 0%, 37%, 75%)
(0.70 / 0.00 / 0.37 / 0.75)

CMYK percentages

%69.84
%0
%36.51
%75.29

Codes

Color #133F28 in popluar color models

13 3F 28
RGB 19 63 40
HSL 149° 53.66% 16.08%
HSB/HSV 149° 69.84% 24.71%
CMYK 69.84% 0.00% 36.51%
75.29%

Color #133F28 in popluar number systems.

HEX 13 3F 28
Decimal 19 63 40
Binary 10011 111111 101000
Octal 23 77 50

Shades and tints

Shades of #133F28

#133F28
(19,63,40)
#123A25
(18,58,37)
#113522
(17,53,34)
#10301F
(16,48,31)
#0F2B1C
(15,43,28)
#0E2619
(14,38,25)
#0D2116
(13,33,22)
#0C1C13
(12,28,19)
#0B1710
(11,23,16)
#0A120D
(10,18,13)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #133F28

#133F28
(19,63,40)
#28503B
(40,80,59)
#3D614E
(61,97,78)
#527261
(82,114,97)
#678374
(103,131,116)
#7C9487
(124,148,135)
#91A59A
(145,165,154)
#A6B6AD
(166,182,173)
#BBC7C0
(187,199,192)
#D0D8D3
(208,216,211)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133F28; }

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

This text font color is #133F28.

Background Color

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

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

This div background color is #133F28.

Border color

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

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

This div border color is #133F28.

Opacity

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

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

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

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

This text has shadow with #133F28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133F28.

Preview

Color preview on black background

This text has color #133F28 on black background.


Color preview on white background

This text has color #133F28 on white background.


Black color preview on #133F28 background

This text has black color on #133F28 background.


White color preview on #133F28 background

This text has white color on #133F28 background.


Related colors

Complementary color

Complementary color for #hex is #ECC0D7.


I love getcolorcode.com

Triadic colors

1 #28133F and #3F2813 with #133F28 are triadic colors.

2 #283F13 and #3F1328 with #133F28 are triadic colors.