COLOR #132908

HEX: #132908
RGB: (19,41,8)

Color info

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

RGB color model

#132908 color RGB value is (19,41,8).

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

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 8 of 255 = 3%

19
41
8

R + G + B ~ 9%. #132908 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 41 + 8 = 68 (100%)
R 19 of 68 ~ 27.94%
G 41 of 68 ~ 60.29%
B 8 of 68 ~ 11.76%

%27.94
%60.29
%11.76

CMYK color model

#132908 color CMYK value is (54,0,80,84).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 80.49%
  • key color value is 83.92%
CMYK:
(54,0,80,84)
C54M0Y80K84 
(54%,0%,80%,84%)
(0.54/0.00/0.80/0.84)	

CMYK percentages

%53.66
%0
%80.49
%83.92

Codes

Color #132908 in popluar color models

132908
RGB19418
HSL100°67.35%9.61%
HSB/HSV100°80.49%16.08%
CMYK53.66%0.00%80.49%
83.92%

Color #132908 in popluar number systems.

HEX132908
Decimal19418
Binary100111010011000
Octal235110

Shades and tints

Shades of #132908

#132908
(19,41,8)
#122608
(18,38,8)
#112308
(17,35,8)
#102008
(16,32,8)
#0F1D08
(15,29,8)
#0E1A08
(14,26,8)
#0D1708
(13,23,8)
#0C1408
(12,20,8)
#0B1108
(11,17,8)
#0A0E08
(10,14,8)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #132908

#132908
(19,41,8)
#283C1E
(40,60,30)
#3D4F34
(61,79,52)
#52624A
(82,98,74)
#677560
(103,117,96)
#7C8876
(124,136,118)
#919B8C
(145,155,140)
#A6AEA2
(166,174,162)
#BBC1B8
(187,193,184)
#D0D4CE
(208,212,206)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132908; }

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

This text font color is #132908.


Background Color

.myBgColor { background-color: #132908; }

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

This div background color is #132908.


Border color

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

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

This div border color is #132908.


Opacity

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

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

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

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

This text has shadow with #132908 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132908 on black background.


Color preview on white background

This text has color #132908 on white background.



Black color preview on #132908 background

This text has black color on #132908 background.


White color preview on #132908 background

This text has white color on #132908 background.