COLOR #132518

HEX: #132518
RGB: (19,37,24)

Color info

#132518 contains red, green and blue colors in about the same proportion. Web safe color of #132518 is #003300 (or #030).

RGB color model

#132518 color RGB value is (19,37,24).

  • red value is 19;
  • green value is 37;
  • blue value is 24.
RGB:
(19,37,24)
(7%,15%,9%)

RGB channels and saturation

R 19 of 255 = 7%
G 37 of 255 = 15%
B 24 of 255 = 9%

19
37
24

R + G + B ~ 10%. #132518 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 37 + 24 = 80 (100%)
R 19 of 80 ~ 23.75%
G 37 of 80 ~ 46.25%
B 24 of 80 ~ 30%

%23.75
%46.25
%30

CMYK color model

#132518 color CMYK value is (49,0,35,85).

  • cyan value is 48.65%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 85.49%
CMYK:
(49,0,35,85)
C49M0Y35K85 
(49%,0%,35%,85%)
(0.49/0.00/0.35/0.85)	

CMYK percentages

%48.65
%0
%35.14
%85.49

Codes

Color #132518 in popluar color models

132518
RGB193724
HSL137°32.14%10.98%
HSB/HSV137°48.65%14.51%
CMYK48.65%0.00%35.14%
85.49%

Color #132518 in popluar number systems.

HEX132518
Decimal193724
Binary1001110010111000
Octal234530

Shades and tints

Shades of #132518

#132518
(19,37,24)
#122216
(18,34,22)
#111F14
(17,31,20)
#101C12
(16,28,18)
#0F1910
(15,25,16)
#0E160E
(14,22,14)
#0D130C
(13,19,12)
#0C100A
(12,16,10)
#0B0D08
(11,13,8)
#0A0A06
(10,10,6)
#090704
(9,7,4)
#000000
(0,0,0)

Tints of #132518

#132518
(19,37,24)
#28382D
(40,56,45)
#3D4B42
(61,75,66)
#525E57
(82,94,87)
#67716C
(103,113,108)
#7C8481
(124,132,129)
#919796
(145,151,150)
#A6AAAB
(166,170,171)
#BBBDC0
(187,189,192)
#D0D0D5
(208,208,213)
#E5E3EA
(229,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132518 color. Also use rgb(19,37,24) instead hex code.

Text Font Color

.myTextColor { color: #132518; }

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

This text font color is #132518.


Background Color

.myBgColor { background-color: #132518; }

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

This div background color is #132518.


Border color

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

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

This div border color is #132518.


Opacity

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

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

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

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

This text has shadow with #132518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132518 on black background.


Color preview on white background

This text has color #132518 on white background.



Black color preview on #132518 background

This text has black color on #132518 background.


White color preview on #132518 background

This text has white color on #132518 background.