COLOR #133424

HEX: #133424
RGB: (19,52,36)

Color info

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

RGB color model

#133424 color RGB value is (19,52,36).

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

RGB channels and saturation

R 19 of 255 = 7%
G 52 of 255 = 20%
B 36 of 255 = 14%

19
52
36

R + G + B ~ 14%. #133424 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 52 + 36 = 107 (100%)
R 19 of 107 ~ 17.76%
G 52 of 107 ~ 48.6%
B 36 of 107 ~ 33.64%

%17.76
%48.6
%33.64

CMYK color model

#133424 color CMYK value is (63,0,31,80).

  • cyan value is 63.46%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 79.61%
CMYK:
(63,0,31,80)
C63M0Y31K80 
(63%,0%,31%,80%)
(0.63/0.00/0.31/0.80)	

CMYK percentages

%63.46
%0
%30.77
%79.61

Codes

Color #133424 in popluar color models

133424
RGB195236
HSL151°46.48%13.92%
HSB/HSV151°63.46%20.39%
CMYK63.46%0.00%30.77%
79.61%

Color #133424 in popluar number systems.

HEX133424
Decimal195236
Binary10011110100100100
Octal236444

Shades and tints

Shades of #133424

#133424
(19,52,36)
#123021
(18,48,33)
#112C1E
(17,44,30)
#10281B
(16,40,27)
#0F2418
(15,36,24)
#0E2015
(14,32,21)
#0D1C12
(13,28,18)
#0C180F
(12,24,15)
#0B140C
(11,20,12)
#0A1009
(10,16,9)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #133424

#133424
(19,52,36)
#284637
(40,70,55)
#3D584A
(61,88,74)
#526A5D
(82,106,93)
#677C70
(103,124,112)
#7C8E83
(124,142,131)
#91A096
(145,160,150)
#A6B2A9
(166,178,169)
#BBC4BC
(187,196,188)
#D0D6CF
(208,214,207)
#E5E8E2
(229,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133424; }

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

This text font color is #133424.


Background Color

.myBgColor { background-color: #133424; }

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

This div background color is #133424.


Border color

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

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

This div border color is #133424.


Opacity

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

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

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

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

This text has shadow with #133424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133424 on black background.


Color preview on white background

This text has color #133424 on white background.



Black color preview on #133424 background

This text has black color on #133424 background.


White color preview on #133424 background

This text has white color on #133424 background.