COLOR #3D473B

HEX: #3D473B
RGB: (61,71,59)

Color info

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

RGB color model

#3D473B color RGB value is (61,71,59).

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

RGB channels and saturation

R 61 of 255 = 24%
G 71 of 255 = 28%
B 59 of 255 = 23%

61
71
59

R + G + B ~ 25%. #3D473B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 71 + 59 = 191 (100%)
R 61 of 191 ~ 31.94%
G 71 of 191 ~ 37.17%
B 59 of 191 ~ 30.89%

%31.94
%37.17
%30.89

CMYK color model

#3D473B color CMYK value is (14,0,17,72).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(14,0,17,72)
C14M0Y17K72 
(14%,0%,17%,72%)
(0.14/0.00/0.17/0.72)	

CMYK percentages

%14.08
%0
%16.9
%72.16

Codes

Color #3D473B in popluar color models

3D473B
RGB617159
HSL110°9.23%25.49%
HSB/HSV110°16.90%27.84%
CMYK14.08%0.00%16.90%
72.16%

Color #3D473B in popluar number systems.

HEX3D473B
Decimal617159
Binary1111011000111111011
Octal7510773

Shades and tints

Shades of #3D473B

#3D473B
(61,71,59)
#384136
(56,65,54)
#333B31
(51,59,49)
#2E352C
(46,53,44)
#292F27
(41,47,39)
#242922
(36,41,34)
#1F231D
(31,35,29)
#1A1D18
(26,29,24)
#151713
(21,23,19)
#10110E
(16,17,14)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #3D473B

#3D473B
(61,71,59)
#4E574C
(78,87,76)
#5F675D
(95,103,93)
#70776E
(112,119,110)
#81877F
(129,135,127)
#929790
(146,151,144)
#A3A7A1
(163,167,161)
#B4B7B2
(180,183,178)
#C5C7C3
(197,199,195)
#D6D7D4
(214,215,212)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D473B; }

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

This text font color is #3D473B.


Background Color

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

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

This div background color is #3D473B.


Border color

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

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

This div border color is #3D473B.


Opacity

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

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

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

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

This text has shadow with #3D473B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D473B on black background.


Color preview on white background

This text has color #3D473B on white background.



Black color preview on #3D473B background

This text has black color on #3D473B background.


White color preview on #3D473B background

This text has white color on #3D473B background.