COLOR #133024

HEX: #133024
RGB: (19,48,36)

Color info

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

RGB color model

#133024 color RGB value is (19,48,36).

  • red value is 19;
  • green value is 48;
  • blue value is 36.
RGB:
(19,48,36)
(7%,19%,14%)

RGB channels and saturation

R 19 of 255 = 7%
G 48 of 255 = 19%
B 36 of 255 = 14%

19
48
36

R + G + B ~ 13%. #133024 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 48 + 36 = 103 (100%)
R 19 of 103 ~ 18.45%
G 48 of 103 ~ 46.6%
B 36 of 103 ~ 34.95%

%18.45
%46.6
%34.95

CMYK color model

#133024 color CMYK value is (60,0,25,81).

  • cyan value is 60.42%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 81.18%
CMYK:
(60,0,25,81)
C60M0Y25K81 
(60%,0%,25%,81%)
(0.60/0.00/0.25/0.81)	

CMYK percentages

%60.42
%0
%25
%81.18

Codes

Color #133024 in popluar color models

133024
RGB194836
HSL155°43.28%13.14%
HSB/HSV155°60.42%18.82%
CMYK60.42%0.00%25.00%
81.18%

Color #133024 in popluar number systems.

HEX133024
Decimal194836
Binary10011110000100100
Octal236044

Shades and tints

Shades of #133024

#133024
(19,48,36)
#122C21
(18,44,33)
#11281E
(17,40,30)
#10241B
(16,36,27)
#0F2018
(15,32,24)
#0E1C15
(14,28,21)
#0D1812
(13,24,18)
#0C140F
(12,20,15)
#0B100C
(11,16,12)
#0A0C09
(10,12,9)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #133024

#133024
(19,48,36)
#284237
(40,66,55)
#3D544A
(61,84,74)
#52665D
(82,102,93)
#677870
(103,120,112)
#7C8A83
(124,138,131)
#919C96
(145,156,150)
#A6AEA9
(166,174,169)
#BBC0BC
(187,192,188)
#D0D2CF
(208,210,207)
#E5E4E2
(229,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133024; }

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

This text font color is #133024.


Background Color

.myBgColor { background-color: #133024; }

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

This div background color is #133024.


Border color

.myBorderColor { border: 1px solid #133024; }

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

This div border color is #133024.


Opacity

.myOpacity80 { color: #133024; opacity: 0.8; }

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

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

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

This text has shadow with #133024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133024 on black background.


Color preview on white background

This text has color #133024 on white background.



Black color preview on #133024 background

This text has black color on #133024 background.


White color preview on #133024 background

This text has white color on #133024 background.