COLOR #3D490D

HEX: #3D490D
RGB: (61,73,13)

Color info

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

RGB color model

#3D490D color RGB value is (61,73,13).

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

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 13 of 255 = 5%

61
73
13

R + G + B ~ 19%. #3D490D is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 73 + 13 = 147 (100%)
R 61 of 147 ~ 41.5%
G 73 of 147 ~ 49.66%
B 13 of 147 ~ 8.84%

%41.5
%49.66

CMYK color model

#3D490D color CMYK value is (16,0,82,71).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 82.19%
  • key color value is 71.37%
CMYK:
(16,0,82,71)
C16M0Y82K71 
(16%,0%,82%,71%)
(0.16/0.00/0.82/0.71)	

CMYK percentages

%16.44
%0
%82.19
%71.37

Codes

Color #3D490D in popluar color models

3D490D
RGB617313
HSL72°69.77%16.86%
HSB/HSV72°82.19%28.63%
CMYK16.44%0.00%82.19%
71.37%

Color #3D490D in popluar number systems.

HEX3D490D
Decimal617313
Binary11110110010011101
Octal7511115

Shades and tints

Shades of #3D490D

#3D490D
(61,73,13)
#38430C
(56,67,12)
#333D0B
(51,61,11)
#2E370A
(46,55,10)
#293109
(41,49,9)
#242B08
(36,43,8)
#1F2507
(31,37,7)
#1A1F06
(26,31,6)
#151905
(21,25,5)
#101304
(16,19,4)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #3D490D

#3D490D
(61,73,13)
#4E5923
(78,89,35)
#5F6939
(95,105,57)
#70794F
(112,121,79)
#818965
(129,137,101)
#92997B
(146,153,123)
#A3A991
(163,169,145)
#B4B9A7
(180,185,167)
#C5C9BD
(197,201,189)
#D6D9D3
(214,217,211)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D490D; }

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

This text font color is #3D490D.


Background Color

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

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

This div background color is #3D490D.


Border color

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

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

This div border color is #3D490D.


Opacity

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

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

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

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

This text has shadow with #3D490D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D490D on black background.


Color preview on white background

This text has color #3D490D on white background.



Black color preview on #3D490D background

This text has black color on #3D490D background.


White color preview on #3D490D background

This text has white color on #3D490D background.