COLOR #3D481F

HEX: #3D481F
RGB: (61,72,31)

Color info

#3D481F contains red, green and blue colors in about the same proportion. Web safe color of #3D481F is #333333 (or #333).

RGB color model

#3D481F color RGB value is (61,72,31).

  • red value is 61;
  • green value is 72;
  • blue value is 31.
RGB:
(61,72,31)
(24%,28%,12%)

RGB channels and saturation

R 61 of 255 = 24%
G 72 of 255 = 28%
B 31 of 255 = 12%

61
72
31

R + G + B ~ 21%. #3D481F is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 72 + 31 = 164 (100%)
R 61 of 164 ~ 37.2%
G 72 of 164 ~ 43.9%
B 31 of 164 ~ 18.9%

%37.2
%43.9
%18.9

CMYK color model

#3D481F color CMYK value is (15,0,57,72).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 56.94%
  • key color value is 71.76%
CMYK:
(15,0,57,72)
C15M0Y57K72 
(15%,0%,57%,72%)
(0.15/0.00/0.57/0.72)	

CMYK percentages

%15.28
%0
%56.94
%71.76

Codes

Color #3D481F in popluar color models

3D481F
RGB617231
HSL76°39.81%20.20%
HSB/HSV76°56.94%28.24%
CMYK15.28%0.00%56.94%
71.76%

Color #3D481F in popluar number systems.

HEX3D481F
Decimal617231
Binary111101100100011111
Octal7511037

Shades and tints

Shades of #3D481F

#3D481F
(61,72,31)
#38421D
(56,66,29)
#333C1B
(51,60,27)
#2E3619
(46,54,25)
#293017
(41,48,23)
#242A15
(36,42,21)
#1F2413
(31,36,19)
#1A1E11
(26,30,17)
#15180F
(21,24,15)
#10120D
(16,18,13)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #3D481F

#3D481F
(61,72,31)
#4E5833
(78,88,51)
#5F6847
(95,104,71)
#70785B
(112,120,91)
#81886F
(129,136,111)
#929883
(146,152,131)
#A3A897
(163,168,151)
#B4B8AB
(180,184,171)
#C5C8BF
(197,200,191)
#D6D8D3
(214,216,211)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D481F color. Also use rgb(61,72,31) instead hex code.

Text Font Color

.myTextColor { color: #3D481F; }

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

This text font color is #3D481F.


Background Color

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

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

This div background color is #3D481F.


Border color

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

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

This div border color is #3D481F.


Opacity

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

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

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

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

This text has shadow with #3D481F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D481F on black background.


Color preview on white background

This text has color #3D481F on white background.



Black color preview on #3D481F background

This text has black color on #3D481F background.


White color preview on #3D481F background

This text has white color on #3D481F background.