COLOR #132704

HEX: #132704
RGB: (19,39,4)

Color info

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

RGB color model

#132704 color RGB value is (19,39,4).

  • red value is 19;
  • green value is 39;
  • blue value is 4.
RGB:
(19,39,4)
(7%,15%,2%)

RGB channels and saturation

R 19 of 255 = 7%
G 39 of 255 = 15%
B 4 of 255 = 2%

19
39
4

R + G + B ~ 8%. #132704 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 39 + 4 = 62 (100%)
R 19 of 62 ~ 30.65%
G 39 of 62 ~ 62.9%
B 4 of 62 ~ 6.45%

%30.65
%62.9

CMYK color model

#132704 color CMYK value is (51,0,90,85).

  • cyan value is 51.28%
  • magenta value is 0.00%
  • yellow value is 89.74%
  • key color value is 84.71%
CMYK:
(51,0,90,85)
C51M0Y90K85 
(51%,0%,90%,85%)
(0.51/0.00/0.90/0.85)	

CMYK percentages

%51.28
%0
%89.74
%84.71

Codes

Color #132704 in popluar color models

132704
RGB19394
HSL94°81.40%8.43%
HSB/HSV94°89.74%15.29%
CMYK51.28%0.00%89.74%
84.71%

Color #132704 in popluar number systems.

HEX132704
Decimal19394
Binary10011100111100
Octal23474

Shades and tints

Shades of #132704

#132704
(19,39,4)
#122404
(18,36,4)
#112104
(17,33,4)
#101E04
(16,30,4)
#0F1B04
(15,27,4)
#0E1804
(14,24,4)
#0D1504
(13,21,4)
#0C1204
(12,18,4)
#0B0F04
(11,15,4)
#0A0C04
(10,12,4)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #132704

#132704
(19,39,4)
#283A1A
(40,58,26)
#3D4D30
(61,77,48)
#526046
(82,96,70)
#67735C
(103,115,92)
#7C8672
(124,134,114)
#919988
(145,153,136)
#A6AC9E
(166,172,158)
#BBBFB4
(187,191,180)
#D0D2CA
(208,210,202)
#E5E5E0
(229,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132704 color. Also use rgb(19,39,4) instead hex code.

Text Font Color

.myTextColor { color: #132704; }

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

This text font color is #132704.


Background Color

.myBgColor { background-color: #132704; }

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

This div background color is #132704.


Border color

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

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

This div border color is #132704.


Opacity

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

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

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

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

This text has shadow with #132704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132704 on black background.


Color preview on white background

This text has color #132704 on white background.



Black color preview on #132704 background

This text has black color on #132704 background.


White color preview on #132704 background

This text has white color on #132704 background.