COLOR #3D473E

HEX: #3D473E RGB: (61,71,62)

Color info

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

RGB color model

#3D473E color RGB value is (61,71,62).

RGB: (61,71,62) (24%, 28%, 24%)

RGB channels and saturation

R 61 of 255 = 24%
G 71 of 255 = 28%
B 62 of 255 = 24%

61
71
62

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

Portions of RGB colors in percentages

R + G + B = 61 + 71 + 62 = 194 (100%)
R 61 of 194 ~ 31.44%
G 71 of 194 ~ 36.6%
B 62 of 194 ~ 31.96'%

%31.44
%36.6
%31.96

CMYK color model

#3D473E color CMYK value is (14,0,13,72).

  • cyan value is 14.08%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 72.16%

CMYK: (14,0,13,72)
C14M0Y13K72 (14%, 0%, 13%, 72%)
(0.14 / 0.00 / 0.13 / 0.72)

CMYK percentages

%14.08
%0
%12.68
%72.16

Codes

Color #3D473E in popluar color models

3D 47 3E
RGB 61 71 62
HSL 126° 7.58% 25.88%
HSB/HSV 126° 14.08% 27.84%
CMYK 14.08% 0.00% 12.68%
72.16%

Color #3D473E in popluar number systems.

HEX 3D 47 3E
Decimal 61 71 62
Binary 111101 1000111 111110
Octal 75 107 76

Shades and tints

Shades of #3D473E

#3D473E
(61,71,62)
#384139
(56,65,57)
#333B34
(51,59,52)
#2E352F
(46,53,47)
#292F2A
(41,47,42)
#242925
(36,41,37)
#1F2320
(31,35,32)
#1A1D1B
(26,29,27)
#151716
(21,23,22)
#101111
(16,17,17)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #3D473E

#3D473E
(61,71,62)
#4E574F
(78,87,79)
#5F6760
(95,103,96)
#707771
(112,119,113)
#818782
(129,135,130)
#929793
(146,151,147)
#A3A7A4
(163,167,164)
#B4B7B5
(180,183,181)
#C5C7C6
(197,199,198)
#D6D7D7
(214,215,215)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D473E; }

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

This text font color is #3D473E.

Background Color

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

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

This div background color is #3D473E.

Border color

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

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

This div border color is #3D473E.

Opacity

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

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

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

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

This text has shadow with #3D473E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D473E.

Preview

Color preview on black background

This text has color #3D473E on black background.


Color preview on white background

This text has color #3D473E on white background.


Black color preview on #3D473E background

This text has black color on #3D473E background.


White color preview on #3D473E background

This text has white color on #3D473E background.


Related colors

Complementary color

Complementary color for #hex is #C2B8C1.


I love getcolorcode.com

Triadic colors

1 #3E3D47 and #473E3D with #3D473E are triadic colors.

2 #3E473D and #473D3E with #3D473E are triadic colors.