COLOR #132324

HEX: #132324
RGB: (19,35,36)

Color info

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

RGB color model

#132324 color RGB value is (19,35,36).

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

RGB channels and saturation

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

19
35
36

R + G + B ~ 12%. #132324 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 35 + 36 = 90 (100%)
R 19 of 90 ~ 21.11%
G 35 of 90 ~ 38.89%
B 36 of 90 ~ 40%

%21.11
%38.89
%40

CMYK color model

#132324 color CMYK value is (47,3,0,86).

  • cyan value is 47.22%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(47,3,0,86)
C47M3Y0K86 
(47%,3%,0%,86%)
(0.47/0.03/0.00/0.86)	

CMYK percentages

%47.22
%2.78
%0
%85.88

Codes

Color #132324 in popluar color models

132324
RGB193536
HSL184°30.91%10.78%
HSB/HSV184°47.22%14.12%
CMYK47.22%2.78%0.00%
85.88%

Color #132324 in popluar number systems.

HEX132324
Decimal193536
Binary10011100011100100
Octal234344

Shades and tints

Shades of #132324

#132324
(19,35,36)
#122021
(18,32,33)
#111D1E
(17,29,30)
#101A1B
(16,26,27)
#0F1718
(15,23,24)
#0E1415
(14,20,21)
#0D1112
(13,17,18)
#0C0E0F
(12,14,15)
#0B0B0C
(11,11,12)
#0A0809
(10,8,9)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #132324

#132324
(19,35,36)
#283737
(40,55,55)
#3D4B4A
(61,75,74)
#525F5D
(82,95,93)
#677370
(103,115,112)
#7C8783
(124,135,131)
#919B96
(145,155,150)
#A6AFA9
(166,175,169)
#BBC3BC
(187,195,188)
#D0D7CF
(208,215,207)
#E5EBE2
(229,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132324; }

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

This text font color is #132324.


Background Color

.myBgColor { background-color: #132324; }

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

This div background color is #132324.


Border color

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

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

This div border color is #132324.


Opacity

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

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

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

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

This text has shadow with #132324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132324 on black background.


Color preview on white background

This text has color #132324 on white background.



Black color preview on #132324 background

This text has black color on #132324 background.


White color preview on #132324 background

This text has white color on #132324 background.