COLOR #3A463C

HEX: #3A463C RGB: (58,70,60)

Color info

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

RGB color model

#3A463C color RGB value is (58,70,60).

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

RGB channels and saturation

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

58
70
60

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

Portions of RGB colors in percentages

R + G + B = 58 + 70 + 60 = 188 (100%)
R 58 of 188 ~ 30.85%
G 70 of 188 ~ 37.23%
B 60 of 188 ~ 31.91'%

%30.85
%37.23
%31.91

CMYK color model

#3A463C color CMYK value is (17,0,14,73).

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

CMYK: (17,0,14,73)
C17M0Y14K73 (17%, 0%, 14%, 73%)
(0.17 / 0.00 / 0.14 / 0.73)

CMYK percentages

%17.14
%0
%14.29
%72.55

Codes

Color #3A463C in popluar color models

3A 46 3C
RGB 58 70 60
HSL 130° 9.38% 25.10%
HSB/HSV 130° 17.14% 27.45%
CMYK 17.14% 0.00% 14.29%
72.55%

Color #3A463C in popluar number systems.

HEX 3A 46 3C
Decimal 58 70 60
Binary 111010 1000110 111100
Octal 72 106 74

Shades and tints

Shades of #3A463C

#3A463C
(58,70,60)
#354037
(53,64,55)
#303A32
(48,58,50)
#2B342D
(43,52,45)
#262E28
(38,46,40)
#212823
(33,40,35)
#1C221E
(28,34,30)
#171C19
(23,28,25)
#121614
(18,22,20)
#0D100F
(13,16,15)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #3A463C

#3A463C
(58,70,60)
#4B564D
(75,86,77)
#5C665E
(92,102,94)
#6D766F
(109,118,111)
#7E8680
(126,134,128)
#8F9691
(143,150,145)
#A0A6A2
(160,166,162)
#B1B6B3
(177,182,179)
#C2C6C4
(194,198,196)
#D3D6D5
(211,214,213)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A463C; }

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

This text font color is #3A463C.

Background Color

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

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

This div background color is #3A463C.

Border color

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

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

This div border color is #3A463C.

Opacity

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

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

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

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

This text has shadow with #3A463C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A463C.

Preview

Color preview on black background

This text has color #3A463C on black background.


Color preview on white background

This text has color #3A463C on white background.


Black color preview on #3A463C background

This text has black color on #3A463C background.


White color preview on #3A463C background

This text has white color on #3A463C background.


Related colors

Complementary color

Complementary color for #hex is #C5B9C3.


I love getcolorcode.com

Triadic colors

1 #3C3A46 and #463C3A with #3A463C are triadic colors.

2 #3C463A and #463A3C with #3A463C are triadic colors.