COLOR #3D481B

HEX: #3D481B
RGB: (61,72,27)

Color info

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

RGB color model

#3D481B color RGB value is (61,72,27).

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

RGB channels and saturation

R 61 of 255 = 24%
G 72 of 255 = 28%
B 27 of 255 = 11%

61
72
27

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

Portions of RGB colors in percentages

R + G + B =
61 + 72 + 27 = 160 (100%)
R 61 of 160 ~ 38.13%
G 72 of 160 ~ 45%
B 27 of 160 ~ 16.88%

%38.13
%45
%16.88

CMYK color model

#3D481B color CMYK value is (15,0,63,72).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 71.76%
CMYK:
(15,0,63,72)
C15M0Y63K72 
(15%,0%,63%,72%)
(0.15/0.00/0.63/0.72)	

CMYK percentages

%15.28
%0
%62.5
%71.76

Codes

Color #3D481B in popluar color models

3D481B
RGB617227
HSL75°45.45%19.41%
HSB/HSV75°62.50%28.24%
CMYK15.28%0.00%62.50%
71.76%

Color #3D481B in popluar number systems.

HEX3D481B
Decimal617227
Binary111101100100011011
Octal7511033

Shades and tints

Shades of #3D481B

#3D481B
(61,72,27)
#384219
(56,66,25)
#333C17
(51,60,23)
#2E3615
(46,54,21)
#293013
(41,48,19)
#242A11
(36,42,17)
#1F240F
(31,36,15)
#1A1E0D
(26,30,13)
#15180B
(21,24,11)
#101209
(16,18,9)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #3D481B

#3D481B
(61,72,27)
#4E582F
(78,88,47)
#5F6843
(95,104,67)
#707857
(112,120,87)
#81886B
(129,136,107)
#92987F
(146,152,127)
#A3A893
(163,168,147)
#B4B8A7
(180,184,167)
#C5C8BB
(197,200,187)
#D6D8CF
(214,216,207)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D481B; }

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

This text font color is #3D481B.


Background Color

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

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

This div background color is #3D481B.


Border color

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

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

This div border color is #3D481B.


Opacity

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

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

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

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

This text has shadow with #3D481B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D481B on black background.


Color preview on white background

This text has color #3D481B on white background.



Black color preview on #3D481B background

This text has black color on #3D481B background.


White color preview on #3D481B background

This text has white color on #3D481B background.