COLOR #3D473A

HEX: #3D473A
RGB: (61,71,58)

Color info

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

RGB color model

#3D473A color RGB value is (61,71,58).

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

RGB channels and saturation

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

61
71
58

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

Portions of RGB colors in percentages

R + G + B =
61 + 71 + 58 = 190 (100%)
R 61 of 190 ~ 32.11%
G 71 of 190 ~ 37.37%
B 58 of 190 ~ 30.53%

%32.11
%37.37
%30.53

CMYK color model

#3D473A color CMYK value is (14,0,18,72).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(14,0,18,72)
C14M0Y18K72 
(14%,0%,18%,72%)
(0.14/0.00/0.18/0.72)	

CMYK percentages

%14.08
%0
%18.31
%72.16

Codes

Color #3D473A in popluar color models

3D473A
RGB617158
HSL106°10.08%25.29%
HSB/HSV106°18.31%27.84%
CMYK14.08%0.00%18.31%
72.16%

Color #3D473A in popluar number systems.

HEX3D473A
Decimal617158
Binary1111011000111111010
Octal7510772

Shades and tints

Shades of #3D473A

#3D473A
(61,71,58)
#384135
(56,65,53)
#333B30
(51,59,48)
#2E352B
(46,53,43)
#292F26
(41,47,38)
#242921
(36,41,33)
#1F231C
(31,35,28)
#1A1D17
(26,29,23)
#151712
(21,23,18)
#10110D
(16,17,13)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #3D473A

#3D473A
(61,71,58)
#4E574B
(78,87,75)
#5F675C
(95,103,92)
#70776D
(112,119,109)
#81877E
(129,135,126)
#92978F
(146,151,143)
#A3A7A0
(163,167,160)
#B4B7B1
(180,183,177)
#C5C7C2
(197,199,194)
#D6D7D3
(214,215,211)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D473A; }

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

This text font color is #3D473A.


Background Color

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

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

This div background color is #3D473A.


Border color

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

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

This div border color is #3D473A.


Opacity

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

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

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

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

This text has shadow with #3D473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D473A on black background.


Color preview on white background

This text has color #3D473A on white background.



Black color preview on #3D473A background

This text has black color on #3D473A background.


White color preview on #3D473A background

This text has white color on #3D473A background.