COLOR #3D463A

HEX: #3D463A RGB: (61,70,58)

Color info

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

RGB color model

#3D463A color RGB value is (61,70,58).

RGB: (61,70,58) (24%, 27%, 23%)

RGB channels and saturation

R 61 of 255 = 24%
G 70 of 255 = 27%
B 58 of 255 = 23%

61
70
58

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

Portions of RGB colors in percentages

R + G + B = 61 + 70 + 58 = 189 (100%)
R 61 of 189 ~ 32.28%
G 70 of 189 ~ 37.04%
B 58 of 189 ~ 30.69'%

%32.28
%37.04
%30.69

CMYK color model

#3D463A color CMYK value is (13,0,17,73).

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 72.55%

CMYK: (13,0,17,73)
C13M0Y17K73 (13%, 0%, 17%, 73%)
(0.13 / 0.00 / 0.17 / 0.73)

CMYK percentages

%12.86
%0
%17.14
%72.55

Codes

Color #3D463A in popluar color models

3D 46 3A
RGB 61 70 58
HSL 105° 9.38% 25.10%
HSB/HSV 105° 17.14% 27.45%
CMYK 12.86% 0.00% 17.14%
72.55%

Color #3D463A in popluar number systems.

HEX 3D 46 3A
Decimal 61 70 58
Binary 111101 1000110 111010
Octal 75 106 72

Shades and tints

Shades of #3D463A

#3D463A
(61,70,58)
#384035
(56,64,53)
#333A30
(51,58,48)
#2E342B
(46,52,43)
#292E26
(41,46,38)
#242821
(36,40,33)
#1F221C
(31,34,28)
#1A1C17
(26,28,23)
#151612
(21,22,18)
#10100D
(16,16,13)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #3D463A

#3D463A
(61,70,58)
#4E564B
(78,86,75)
#5F665C
(95,102,92)
#70766D
(112,118,109)
#81867E
(129,134,126)
#92968F
(146,150,143)
#A3A6A0
(163,166,160)
#B4B6B1
(180,182,177)
#C5C6C2
(197,198,194)
#D6D6D3
(214,214,211)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D463A; }

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

This text font color is #3D463A.

Background Color

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

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

This div background color is #3D463A.

Border color

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

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

This div border color is #3D463A.

Opacity

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

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

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

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

This text has shadow with #3D463A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D463A.

Preview

Color preview on black background

This text has color #3D463A on black background.


Color preview on white background

This text has color #3D463A on white background.


Black color preview on #3D463A background

This text has black color on #3D463A background.


White color preview on #3D463A background

This text has white color on #3D463A background.


Related colors

Complementary color

Complementary color for #hex is #C2B9C5.


I love getcolorcode.com

Triadic colors

1 #3A3D46 and #463A3D with #3D463A are triadic colors.

2 #3A463D and #463D3A with #3D463A are triadic colors.