COLOR #1D3B13

HEX: #1D3B13
RGB: (29,59,19)

Color info

#1D3B13 contains red, green and blue colors in about the same proportion. Web safe color of #1D3B13 is #333300 (or #330).

RGB color model

#1D3B13 color RGB value is (29,59,19).

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

RGB channels and saturation

R 29 of 255 = 11%
G 59 of 255 = 23%
B 19 of 255 = 7%

29
59
19

R + G + B ~ 14%. #1D3B13 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 59 + 19 = 107 (100%)
R 29 of 107 ~ 27.1%
G 59 of 107 ~ 55.14%
B 19 of 107 ~ 17.76%

%27.1
%55.14
%17.76

CMYK color model

#1D3B13 color CMYK value is (51,0,68,77).

  • cyan value is 50.85%
  • magenta value is 0.00%
  • yellow value is 67.80%
  • key color value is 76.86%
CMYK:
(51,0,68,77)
C51M0Y68K77 
(51%,0%,68%,77%)
(0.51/0.00/0.68/0.77)	

CMYK percentages

%50.85
%0
%67.8
%76.86

Codes

Color #1D3B13 in popluar color models

1D3B13
RGB295919
HSL105°51.28%15.29%
HSB/HSV105°67.80%23.14%
CMYK50.85%0.00%67.80%
76.86%

Color #1D3B13 in popluar number systems.

HEX1D3B13
Decimal295919
Binary1110111101110011
Octal357323

Shades and tints

Shades of #1D3B13

#1D3B13
(29,59,19)
#1B3612
(27,54,18)
#193111
(25,49,17)
#172C10
(23,44,16)
#15270F
(21,39,15)
#13220E
(19,34,14)
#111D0D
(17,29,13)
#0F180C
(15,24,12)
#0D130B
(13,19,11)
#0B0E0A
(11,14,10)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #1D3B13

#1D3B13
(29,59,19)
#314C28
(49,76,40)
#455D3D
(69,93,61)
#596E52
(89,110,82)
#6D7F67
(109,127,103)
#81907C
(129,144,124)
#95A191
(149,161,145)
#A9B2A6
(169,178,166)
#BDC3BB
(189,195,187)
#D1D4D0
(209,212,208)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3B13 color. Also use rgb(29,59,19) instead hex code.

Text Font Color

.myTextColor { color: #1D3B13; }

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

This text font color is #1D3B13.


Background Color

.myBgColor { background-color: #1D3B13; }

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

This div background color is #1D3B13.


Border color

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

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

This div border color is #1D3B13.


Opacity

.myOpacity80 { color: #1D3B13; opacity: 0.8; }

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

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

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

This text has shadow with #1D3B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3B13 on black background.


Color preview on white background

This text has color #1D3B13 on white background.



Black color preview on #1D3B13 background

This text has black color on #1D3B13 background.


White color preview on #1D3B13 background

This text has white color on #1D3B13 background.