COLOR #131D08

HEX: #131D08
RGB: (19,29,8)

Color info

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

RGB color model

#131D08 color RGB value is (19,29,8).

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

RGB channels and saturation

R 19 of 255 = 7%
G 29 of 255 = 11%
B 8 of 255 = 3%

19
29
8

R + G + B ~ 7%. #131D08 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 29 + 8 = 56 (100%)
R 19 of 56 ~ 33.93%
G 29 of 56 ~ 51.79%
B 8 of 56 ~ 14.29%

%33.93
%51.79
%14.29

CMYK color model

#131D08 color CMYK value is (34,0,72,89).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 72.41%
  • key color value is 88.63%
CMYK:
(34,0,72,89)
C34M0Y72K89 
(34%,0%,72%,89%)
(0.34/0.00/0.72/0.89)	

CMYK percentages

%34.48
%0
%72.41
%88.63

Codes

Color #131D08 in popluar color models

131D08
RGB19298
HSL89°56.76%7.25%
HSB/HSV89°72.41%11.37%
CMYK34.48%0.00%72.41%
88.63%

Color #131D08 in popluar number systems.

HEX131D08
Decimal19298
Binary10011111011000
Octal233510

Shades and tints

Shades of #131D08

#131D08
(19,29,8)
#121B08
(18,27,8)
#111908
(17,25,8)
#101708
(16,23,8)
#0F1508
(15,21,8)
#0E1308
(14,19,8)
#0D1108
(13,17,8)
#0C0F08
(12,15,8)
#0B0D08
(11,13,8)
#0A0B08
(10,11,8)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #131D08

#131D08
(19,29,8)
#28311E
(40,49,30)
#3D4534
(61,69,52)
#52594A
(82,89,74)
#676D60
(103,109,96)
#7C8176
(124,129,118)
#91958C
(145,149,140)
#A6A9A2
(166,169,162)
#BBBDB8
(187,189,184)
#D0D1CE
(208,209,206)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131D08; }

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

This text font color is #131D08.


Background Color

.myBgColor { background-color: #131D08; }

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

This div background color is #131D08.


Border color

.myBorderColor { border: 1px solid #131D08; }

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

This div border color is #131D08.


Opacity

.myOpacity80 { color: #131D08; opacity: 0.8; }

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

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

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

This text has shadow with #131D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131D08 on black background.


Color preview on white background

This text has color #131D08 on white background.



Black color preview on #131D08 background

This text has black color on #131D08 background.


White color preview on #131D08 background

This text has white color on #131D08 background.