COLOR #1D480A

HEX: #1D480A
RGB: (29,72,10)

Color info

#1D480A contains mainly red and green colors. Web safe color of #1D480A is #333300 (or #330).

RGB color model

#1D480A color RGB value is (29,72,10).

  • red value is 29;
  • green value is 72;
  • blue value is 10.
RGB:
(29,72,10)
(11%,28%,4%)

RGB channels and saturation

R 29 of 255 = 11%
G 72 of 255 = 28%
B 10 of 255 = 4%

29
72
10

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

Portions of RGB colors in percentages

R + G + B =
29 + 72 + 10 = 111 (100%)
R 29 of 111 ~ 26.13%
G 72 of 111 ~ 64.86%
B 10 of 111 ~ 9.01%

%26.13
%64.86

CMYK color model

#1D480A color CMYK value is (60,0,86,72).

  • cyan value is 59.72%
  • magenta value is 0.00%
  • yellow value is 86.11%
  • key color value is 71.76%
CMYK:
(60,0,86,72)
C60M0Y86K72 
(60%,0%,86%,72%)
(0.60/0.00/0.86/0.72)	

CMYK percentages

%59.72
%0
%86.11
%71.76

Codes

Color #1D480A in popluar color models

1D480A
RGB297210
HSL102°75.61%16.08%
HSB/HSV102°86.11%28.24%
CMYK59.72%0.00%86.11%
71.76%

Color #1D480A in popluar number systems.

HEX1D480A
Decimal297210
Binary1110110010001010
Octal3511012

Shades and tints

Shades of #1D480A

#1D480A
(29,72,10)
#1B420A
(27,66,10)
#193C0A
(25,60,10)
#17360A
(23,54,10)
#15300A
(21,48,10)
#132A0A
(19,42,10)
#11240A
(17,36,10)
#0F1E0A
(15,30,10)
#0D180A
(13,24,10)
#0B120A
(11,18,10)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #1D480A

#1D480A
(29,72,10)
#315820
(49,88,32)
#456836
(69,104,54)
#59784C
(89,120,76)
#6D8862
(109,136,98)
#819878
(129,152,120)
#95A88E
(149,168,142)
#A9B8A4
(169,184,164)
#BDC8BA
(189,200,186)
#D1D8D0
(209,216,208)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D480A color. Also use rgb(29,72,10) instead hex code.

Text Font Color

.myTextColor { color: #1D480A; }

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

This text font color is #1D480A.


Background Color

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

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

This div background color is #1D480A.


Border color

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

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

This div border color is #1D480A.


Opacity

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

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

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

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

This text has shadow with #1D480A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D480A on black background.


Color preview on white background

This text has color #1D480A on white background.



Black color preview on #1D480A background

This text has black color on #1D480A background.


White color preview on #1D480A background

This text has white color on #1D480A background.