COLOR #1D480B

HEX: #1D480B RGB: (29,72,11)

Color info

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

RGB color model

#1D480B color RGB value is (29,72,11).

RGB: (29,72,11) (11%, 28%, 4%)

RGB channels and saturation

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

29
72
11

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

Portions of RGB colors in percentages

R + G + B = 29 + 72 + 11 = 112 (100%)
R 29 of 112 ~ 25.89%
G 72 of 112 ~ 64.29%
B 11 of 112 ~ 9.82'%

%25.89
%64.29

CMYK color model

#1D480B color CMYK value is (60,0,85,72).

  • cyan value is 59.72%
  • magenta value is 0.00%
  • yellow value is 84.72%
  • key color value is 71.76%

CMYK: (60,0,85,72)
C60M0Y85K72 (60%, 0%, 85%, 72%)
(0.60 / 0.00 / 0.85 / 0.72)

CMYK percentages

%59.72
%0
%84.72
%71.76

Codes

Color #1D480B in popluar color models

1D 48 0B
RGB 29 72 11
HSL 102° 73.49% 16.27%
HSB/HSV 102° 84.72% 28.24%
CMYK 59.72% 0.00% 84.72%
71.76%

Color #1D480B in popluar number systems.

HEX 1D 48 0B
Decimal 29 72 11
Binary 11101 1001000 1011
Octal 35 110 13

Shades and tints

Shades of #1D480B

#1D480B
(29,72,11)
#1B420A
(27,66,10)
#193C09
(25,60,9)
#173608
(23,54,8)
#153007
(21,48,7)
#132A06
(19,42,6)
#112405
(17,36,5)
#0F1E04
(15,30,4)
#0D1803
(13,24,3)
#0B1202
(11,18,2)
#090C01
(9,12,1)
#000000
(0,0,0)

Tints of #1D480B

#1D480B
(29,72,11)
#315821
(49,88,33)
#456837
(69,104,55)
#59784D
(89,120,77)
#6D8863
(109,136,99)
#819879
(129,152,121)
#95A88F
(149,168,143)
#A9B8A5
(169,184,165)
#BDC8BB
(189,200,187)
#D1D8D1
(209,216,209)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D480B; }

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

This text font color is #1D480B.

Background Color

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

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

This div background color is #1D480B.

Border color

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

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

This div border color is #1D480B.

Opacity

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

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

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

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

This text has shadow with #1D480B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D480B.

Preview

Color preview on black background

This text has color #1D480B on black background.


Color preview on white background

This text has color #1D480B on white background.


Black color preview on #1D480B background

This text has black color on #1D480B background.


White color preview on #1D480B background

This text has white color on #1D480B background.


Related colors

Complementary color

Complementary color for #hex is #E2B7F4.


I love getcolorcode.com

Triadic colors

1 #0B1D48 and #480B1D with #1D480B are triadic colors.

2 #0B481D and #481D0B with #1D480B are triadic colors.