COLOR #3D462E

HEX: #3D462E
RGB: (61,70,46)

Color info

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

RGB color model

#3D462E color RGB value is (61,70,46).

  • red value is 61;
  • green value is 70;
  • blue value is 46.
RGB:
(61,70,46)
(24%,27%,18%)

RGB channels and saturation

R 61 of 255 = 24%
G 70 of 255 = 27%
B 46 of 255 = 18%

61
70
46

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

Portions of RGB colors in percentages

R + G + B =
61 + 70 + 46 = 177 (100%)
R 61 of 177 ~ 34.46%
G 70 of 177 ~ 39.55%
B 46 of 177 ~ 25.99%

%34.46
%39.55
%25.99

CMYK color model

#3D462E color CMYK value is (13,0,34,73).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 72.55%
CMYK:
(13,0,34,73)
C13M0Y34K73 
(13%,0%,34%,73%)
(0.13/0.00/0.34/0.73)	

CMYK percentages

%12.86
%0
%34.29
%72.55

Codes

Color #3D462E in popluar color models

3D462E
RGB617046
HSL83°20.69%22.75%
HSB/HSV83°34.29%27.45%
CMYK12.86%0.00%34.29%
72.55%

Color #3D462E in popluar number systems.

HEX3D462E
Decimal617046
Binary1111011000110101110
Octal7510656

Shades and tints

Shades of #3D462E

#3D462E
(61,70,46)
#38402A
(56,64,42)
#333A26
(51,58,38)
#2E3422
(46,52,34)
#292E1E
(41,46,30)
#24281A
(36,40,26)
#1F2216
(31,34,22)
#1A1C12
(26,28,18)
#15160E
(21,22,14)
#10100A
(16,16,10)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #3D462E

#3D462E
(61,70,46)
#4E5641
(78,86,65)
#5F6654
(95,102,84)
#707667
(112,118,103)
#81867A
(129,134,122)
#92968D
(146,150,141)
#A3A6A0
(163,166,160)
#B4B6B3
(180,182,179)
#C5C6C6
(197,198,198)
#D6D6D9
(214,214,217)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D462E color. Also use rgb(61,70,46) instead hex code.

Text Font Color

.myTextColor { color: #3D462E; }

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

This text font color is #3D462E.


Background Color

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

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

This div background color is #3D462E.


Border color

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

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

This div border color is #3D462E.


Opacity

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

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

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

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

This text has shadow with #3D462E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D462E on black background.


Color preview on white background

This text has color #3D462E on white background.



Black color preview on #3D462E background

This text has black color on #3D462E background.


White color preview on #3D462E background

This text has white color on #3D462E background.