COLOR #2D490D

HEX: #2D490D
RGB: (45,73,13)

Color info

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

RGB color model

#2D490D color RGB value is (45,73,13).

  • red value is 45;
  • green value is 73;
  • blue value is 13.
RGB:
(45,73,13)
(18%,29%,5%)

RGB channels and saturation

R 45 of 255 = 18%
G 73 of 255 = 29%
B 13 of 255 = 5%

45
73
13

R + G + B ~ 17%. #2D490D is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 73 + 13 = 131 (100%)
R 45 of 131 ~ 34.35%
G 73 of 131 ~ 55.73%
B 13 of 131 ~ 9.92%

%34.35
%55.73
%9.92

CMYK color model

#2D490D color CMYK value is (38,0,82,71).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 82.19%
  • key color value is 71.37%
CMYK:
(38,0,82,71)
C38M0Y82K71 
(38%,0%,82%,71%)
(0.38/0.00/0.82/0.71)	

CMYK percentages

%38.36
%0
%82.19
%71.37

Codes

Color #2D490D in popluar color models

2D490D
RGB457313
HSL88°69.77%16.86%
HSB/HSV88°82.19%28.63%
CMYK38.36%0.00%82.19%
71.37%

Color #2D490D in popluar number systems.

HEX2D490D
Decimal457313
Binary10110110010011101
Octal5511115

Shades and tints

Shades of #2D490D

#2D490D
(45,73,13)
#29430C
(41,67,12)
#253D0B
(37,61,11)
#21370A
(33,55,10)
#1D3109
(29,49,9)
#192B08
(25,43,8)
#152507
(21,37,7)
#111F06
(17,31,6)
#0D1905
(13,25,5)
#091304
(9,19,4)
#050D03
(5,13,3)
#000000
(0,0,0)

Tints of #2D490D

#2D490D
(45,73,13)
#405923
(64,89,35)
#536939
(83,105,57)
#66794F
(102,121,79)
#798965
(121,137,101)
#8C997B
(140,153,123)
#9FA991
(159,169,145)
#B2B9A7
(178,185,167)
#C5C9BD
(197,201,189)
#D8D9D3
(216,217,211)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D490D color. Also use rgb(45,73,13) instead hex code.

Text Font Color

.myTextColor { color: #2D490D; }

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

This text font color is #2D490D.


Background Color

.myBgColor { background-color: #2D490D; }

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

This div background color is #2D490D.


Border color

.myBorderColor { border: 1px solid #2D490D; }

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

This div border color is #2D490D.


Opacity

.myOpacity80 { color: #2D490D; opacity: 0.8; }

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

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

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

This text has shadow with #2D490D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D490D on black background.


Color preview on white background

This text has color #2D490D on white background.



Black color preview on #2D490D background

This text has black color on #2D490D background.


White color preview on #2D490D background

This text has white color on #2D490D background.