COLOR #3D490F

HEX: #3D490F
RGB: (61,73,15)

Color info

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

RGB color model

#3D490F color RGB value is (61,73,15).

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

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 15 of 255 = 6%

61
73
15

R + G + B ~ 20%. #3D490F is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 73 + 15 = 149 (100%)
R 61 of 149 ~ 40.94%
G 73 of 149 ~ 48.99%
B 15 of 149 ~ 10.07%

%40.94
%48.99
%10.07

CMYK color model

#3D490F color CMYK value is (16,0,79,71).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 79.45%
  • key color value is 71.37%
CMYK:
(16,0,79,71)
C16M0Y79K71 
(16%,0%,79%,71%)
(0.16/0.00/0.79/0.71)	

CMYK percentages

%16.44
%0
%79.45
%71.37

Codes

Color #3D490F in popluar color models

3D490F
RGB617315
HSL72°65.91%17.25%
HSB/HSV72°79.45%28.63%
CMYK16.44%0.00%79.45%
71.37%

Color #3D490F in popluar number systems.

HEX3D490F
Decimal617315
Binary11110110010011111
Octal7511117

Shades and tints

Shades of #3D490F

#3D490F
(61,73,15)
#38430E
(56,67,14)
#333D0D
(51,61,13)
#2E370C
(46,55,12)
#29310B
(41,49,11)
#242B0A
(36,43,10)
#1F2509
(31,37,9)
#1A1F08
(26,31,8)
#151907
(21,25,7)
#101306
(16,19,6)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #3D490F

#3D490F
(61,73,15)
#4E5924
(78,89,36)
#5F6939
(95,105,57)
#70794E
(112,121,78)
#818963
(129,137,99)
#929978
(146,153,120)
#A3A98D
(163,169,141)
#B4B9A2
(180,185,162)
#C5C9B7
(197,201,183)
#D6D9CC
(214,217,204)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D490F; }

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

This text font color is #3D490F.


Background Color

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

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

This div background color is #3D490F.


Border color

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

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

This div border color is #3D490F.


Opacity

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

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

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

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

This text has shadow with #3D490F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D490F on black background.


Color preview on white background

This text has color #3D490F on white background.



Black color preview on #3D490F background

This text has black color on #3D490F background.


White color preview on #3D490F background

This text has white color on #3D490F background.