COLOR #133F24

HEX: #133F24 RGB: (19,63,36)

Color info

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

RGB color model

#133F24 color RGB value is (19,63,36).

RGB: (19,63,36) (7%, 25%, 14%)

RGB channels and saturation

R 19 of 255 = 7%
G 63 of 255 = 25%
B 36 of 255 = 14%

19
63
36

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

Portions of RGB colors in percentages

R + G + B = 19 + 63 + 36 = 118 (100%)
R 19 of 118 ~ 16.1%
G 63 of 118 ~ 53.39%
B 36 of 118 ~ 30.51'%

%16.1
%53.39
%30.51

CMYK color model

#133F24 color CMYK value is (70,0,43,75).

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

CMYK: (70,0,43,75)
C70M0Y43K75 (70%, 0%, 43%, 75%)
(0.70 / 0.00 / 0.43 / 0.75)

CMYK percentages

%69.84
%0
%42.86
%75.29

Codes

Color #133F24 in popluar color models

13 3F 24
RGB 19 63 36
HSL 143° 53.66% 16.08%
HSB/HSV 143° 69.84% 24.71%
CMYK 69.84% 0.00% 42.86%
75.29%

Color #133F24 in popluar number systems.

HEX 13 3F 24
Decimal 19 63 36
Binary 10011 111111 100100
Octal 23 77 44

Shades and tints

Shades of #133F24

#133F24
(19,63,36)
#123A21
(18,58,33)
#11351E
(17,53,30)
#10301B
(16,48,27)
#0F2B18
(15,43,24)
#0E2615
(14,38,21)
#0D2112
(13,33,18)
#0C1C0F
(12,28,15)
#0B170C
(11,23,12)
#0A1209
(10,18,9)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #133F24

#133F24
(19,63,36)
#285037
(40,80,55)
#3D614A
(61,97,74)
#52725D
(82,114,93)
#678370
(103,131,112)
#7C9483
(124,148,131)
#91A596
(145,165,150)
#A6B6A9
(166,182,169)
#BBC7BC
(187,199,188)
#D0D8CF
(208,216,207)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133F24; }

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

This text font color is #133F24.

Background Color

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

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

This div background color is #133F24.

Border color

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

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

This div border color is #133F24.

Opacity

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

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

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

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

This text has shadow with #133F24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133F24.

Preview

Color preview on black background

This text has color #133F24 on black background.


Color preview on white background

This text has color #133F24 on white background.


Black color preview on #133F24 background

This text has black color on #133F24 background.


White color preview on #133F24 background

This text has white color on #133F24 background.


Related colors

Complementary color

Complementary color for #hex is #ECC0DB.


I love getcolorcode.com

Triadic colors

1 #24133F and #3F2413 with #133F24 are triadic colors.

2 #243F13 and #3F1324 with #133F24 are triadic colors.