COLOR #3D472C

HEX: #3D472C
RGB: (61,71,44)

Color info

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

RGB color model

#3D472C color RGB value is (61,71,44).

  • red value is 61;
  • green value is 71;
  • blue value is 44.
RGB:
(61,71,44)
(24%,28%,17%)

RGB channels and saturation

R 61 of 255 = 24%
G 71 of 255 = 28%
B 44 of 255 = 17%

61
71
44

R + G + B ~ 23%. #3D472C is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 71 + 44 = 176 (100%)
R 61 of 176 ~ 34.66%
G 71 of 176 ~ 40.34%
B 44 of 176 ~ 25%

%34.66
%40.34
%25

CMYK color model

#3D472C color CMYK value is (14,0,38,72).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(14,0,38,72)
C14M0Y38K72 
(14%,0%,38%,72%)
(0.14/0.00/0.38/0.72)	

CMYK percentages

%14.08
%0
%38.03
%72.16

Codes

Color #3D472C in popluar color models

3D472C
RGB617144
HSL82°23.48%22.55%
HSB/HSV82°38.03%27.84%
CMYK14.08%0.00%38.03%
72.16%

Color #3D472C in popluar number systems.

HEX3D472C
Decimal617144
Binary1111011000111101100
Octal7510754

Shades and tints

Shades of #3D472C

#3D472C
(61,71,44)
#384128
(56,65,40)
#333B24
(51,59,36)
#2E3520
(46,53,32)
#292F1C
(41,47,28)
#242918
(36,41,24)
#1F2314
(31,35,20)
#1A1D10
(26,29,16)
#15170C
(21,23,12)
#101108
(16,17,8)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #3D472C

#3D472C
(61,71,44)
#4E573F
(78,87,63)
#5F6752
(95,103,82)
#707765
(112,119,101)
#818778
(129,135,120)
#92978B
(146,151,139)
#A3A79E
(163,167,158)
#B4B7B1
(180,183,177)
#C5C7C4
(197,199,196)
#D6D7D7
(214,215,215)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D472C color. Also use rgb(61,71,44) instead hex code.

Text Font Color

.myTextColor { color: #3D472C; }

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

This text font color is #3D472C.


Background Color

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

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

This div background color is #3D472C.


Border color

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

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

This div border color is #3D472C.


Opacity

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

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

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

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

This text has shadow with #3D472C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D472C on black background.


Color preview on white background

This text has color #3D472C on white background.



Black color preview on #3D472C background

This text has black color on #3D472C background.


White color preview on #3D472C background

This text has white color on #3D472C background.