COLOR #3A463F

HEX: #3A463F RGB: (58,70,63)

Color info

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

RGB color model

#3A463F color RGB value is (58,70,63).

RGB: (58,70,63) (23%, 27%, 25%)

RGB channels and saturation

R 58 of 255 = 23%
G 70 of 255 = 27%
B 63 of 255 = 25%

58
70
63

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

Portions of RGB colors in percentages

R + G + B = 58 + 70 + 63 = 191 (100%)
R 58 of 191 ~ 30.37%
G 70 of 191 ~ 36.65%
B 63 of 191 ~ 32.98'%

%30.37
%36.65
%32.98

CMYK color model

#3A463F color CMYK value is (17,0,10,73).

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

CMYK: (17,0,10,73)
C17M0Y10K73 (17%, 0%, 10%, 73%)
(0.17 / 0.00 / 0.10 / 0.73)

CMYK percentages

%17.14
%0
%10
%72.55

Codes

Color #3A463F in popluar color models

3A 46 3F
RGB 58 70 63
HSL 145° 9.38% 25.10%
HSB/HSV 145° 17.14% 27.45%
CMYK 17.14% 0.00% 10.00%
72.55%

Color #3A463F in popluar number systems.

HEX 3A 46 3F
Decimal 58 70 63
Binary 111010 1000110 111111
Octal 72 106 77

Shades and tints

Shades of #3A463F

#3A463F
(58,70,63)
#35403A
(53,64,58)
#303A35
(48,58,53)
#2B3430
(43,52,48)
#262E2B
(38,46,43)
#212826
(33,40,38)
#1C2221
(28,34,33)
#171C1C
(23,28,28)
#121617
(18,22,23)
#0D1012
(13,16,18)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #3A463F

#3A463F
(58,70,63)
#4B5650
(75,86,80)
#5C6661
(92,102,97)
#6D7672
(109,118,114)
#7E8683
(126,134,131)
#8F9694
(143,150,148)
#A0A6A5
(160,166,165)
#B1B6B6
(177,182,182)
#C2C6C7
(194,198,199)
#D3D6D8
(211,214,216)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A463F; }

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

This text font color is #3A463F.

Background Color

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

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

This div background color is #3A463F.

Border color

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

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

This div border color is #3A463F.

Opacity

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

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

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

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

This text has shadow with #3A463F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A463F.

Preview

Color preview on black background

This text has color #3A463F on black background.


Color preview on white background

This text has color #3A463F on white background.


Black color preview on #3A463F background

This text has black color on #3A463F background.


White color preview on #3A463F background

This text has white color on #3A463F background.


Related colors

Complementary color

Complementary color for #hex is #C5B9C0.


I love getcolorcode.com

Triadic colors

1 #3F3A46 and #463F3A with #3A463F are triadic colors.

2 #3F463A and #463A3F with #3A463F are triadic colors.