COLOR #132926

HEX: #132926
RGB: (19,41,38)

Color info

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

RGB color model

#132926 color RGB value is (19,41,38).

  • red value is 19;
  • green value is 41;
  • blue value is 38.
RGB:
(19,41,38)
(7%,16%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 38 of 255 = 15%

19
41
38

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

Portions of RGB colors in percentages

R + G + B =
19 + 41 + 38 = 98 (100%)
R 19 of 98 ~ 19.39%
G 41 of 98 ~ 41.84%
B 38 of 98 ~ 38.78%

%19.39
%41.84
%38.78

CMYK color model

#132926 color CMYK value is (54,0,7,84).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 83.92%
CMYK:
(54,0,7,84)
C54M0Y7K84 
(54%,0%,7%,84%)
(0.54/0.00/0.07/0.84)	

CMYK percentages

%53.66
%0
%7.32
%83.92

Codes

Color #132926 in popluar color models

132926
RGB194138
HSL172°36.67%11.76%
HSB/HSV172°53.66%16.08%
CMYK53.66%0.00%7.32%
83.92%

Color #132926 in popluar number systems.

HEX132926
Decimal194138
Binary10011101001100110
Octal235146

Shades and tints

Shades of #132926

#132926
(19,41,38)
#122623
(18,38,35)
#112320
(17,35,32)
#10201D
(16,32,29)
#0F1D1A
(15,29,26)
#0E1A17
(14,26,23)
#0D1714
(13,23,20)
#0C1411
(12,20,17)
#0B110E
(11,17,14)
#0A0E0B
(10,14,11)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #132926

#132926
(19,41,38)
#283C39
(40,60,57)
#3D4F4C
(61,79,76)
#52625F
(82,98,95)
#677572
(103,117,114)
#7C8885
(124,136,133)
#919B98
(145,155,152)
#A6AEAB
(166,174,171)
#BBC1BE
(187,193,190)
#D0D4D1
(208,212,209)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132926 color. Also use rgb(19,41,38) instead hex code.

Text Font Color

.myTextColor { color: #132926; }

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

This text font color is #132926.


Background Color

.myBgColor { background-color: #132926; }

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

This div background color is #132926.


Border color

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

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

This div border color is #132926.


Opacity

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

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

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

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

This text has shadow with #132926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132926 on black background.


Color preview on white background

This text has color #132926 on white background.



Black color preview on #132926 background

This text has black color on #132926 background.


White color preview on #132926 background

This text has white color on #132926 background.