COLOR #4A3C4B

HEX: #4A3C4B RGB: (74,60,75)

Color info

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

RGB color model

#4A3C4B color RGB value is (74,60,75).

RGB: (74,60,75) (29%, 24%, 29%)

RGB channels and saturation

R 74 of 255 = 29%
G 60 of 255 = 24%
B 75 of 255 = 29%

74
60
75

R + G + B ~ 27%. #4A3C4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 60 + 75 = 209 (100%)
R 74 of 209 ~ 35.41%
G 60 of 209 ~ 28.71%
B 75 of 209 ~ 35.89'%

%35.41
%28.71
%35.89

CMYK color model

#4A3C4B color CMYK value is (1,20,0,71).

  • cyan value is 1.33%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK: (1,20,0,71) C1M20Y0K71 (1%,20%,0%,71%) (0.01/0.20/0.00/0.71) 

CMYK percentages

%1.33
%20
%0
%70.59

Codes

Color #4A3C4B in popluar color models

4A 3C 4B
RGB 74 60 75
HSL 296° 11.11% 26.47%
HSB/HSV 296° 20.00% 29.41%
CMYK 1.33% 20.00% 0.00%
70.59%

Color #4A3C4B in popluar number systems.

HEX 4A 3C 4B
Decimal 74 60 75
Binary 1001010 111100 1001011
Octal 112 74 113

Shades and tints

Shades of #4A3C4B

#4A3C4B
(74,60,75)
#443745
(68,55,69)
#3E323F
(62,50,63)
#382D39
(56,45,57)
#322833
(50,40,51)
#2C232D
(44,35,45)
#261E27
(38,30,39)
#201921
(32,25,33)
#1A141B
(26,20,27)
#140F15
(20,15,21)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #4A3C4B

#4A3C4B
(74,60,75)
#5A4D5B
(90,77,91)
#6A5E6B
(106,94,107)
#7A6F7B
(122,111,123)
#8A808B
(138,128,139)
#9A919B
(154,145,155)
#AAA2AB
(170,162,171)
#BAB3BB
(186,179,187)
#CAC4CB
(202,196,203)
#DAD5DB
(218,213,219)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3C4B color. Also use rgb(74,60,75) instead hex code.

Text Font Color

.myTextColor { color: #4A3C4B; }

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

This text font color is #4A3C4B.

Background Color

.myBgColor { background-color: #4A3C4B; }

<div style="background-color:#4A3C4B">Inner text</div>

This div background color is #4A3C4B.

Border color

.myBorderColor { border: 1px solid #4A3C4B; }

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

This div border color is #4A3C4B.

Opacity

.myOpacity80 { color: #4A3C4B; opacity: 0.8; }

<p style="color:#4A3C4B;opacity:0.8;">80%</p>

Text with #4A3C4B 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 #4A3C4B;}

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

This text has shadow with #4A3C4B color.


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

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

This text has shadow with #4A3C4B primary color and red secondary color.


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

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

This text has shadow with #4A3C4B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4A3C4B.

Preview

Color preview on black background

This text has color #4A3C4B on black background.


Color preview on white background

This text has color #4A3C4B on white background.


Black color preview on #4A3C4B background

This text has black color on #4A3C4B background.


White color preview on #4A3C4B background

This text has white color on #4A3C4B background.


Related colors

Complementary color

Complementary color for #hex is #B5C3B4.


I love getcolorcode.com

Triadic colors

1 #4B4A3C and #3C4B4A with #4A3C4B are triadic colors.

2 #4B3C4A and #3C4A4B with #4A3C4B are triadic colors.