COLOR #4A3C35

HEX: #4A3C35 RGB: (74,60,53)

Color info

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

RGB color model

#4A3C35 color RGB value is (74,60,53).

RGB: (74,60,53) (29%, 24%, 21%)

RGB channels and saturation

R 74 of 255 = 29%
G 60 of 255 = 24%
B 53 of 255 = 21%

74
60
53

R + G + B ~ 25%. #4A3C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 60 + 53 = 187 (100%)
R 74 of 187 ~ 39.57%
G 60 of 187 ~ 32.09%
B 53 of 187 ~ 28.34'%

%39.57
%32.09
%28.34

CMYK color model

#4A3C35 color CMYK value is (0,19,28,71).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 28.38%
  • key color value is 70.98%

CMYK: (0,19,28,71)
C0M19Y28K71 (0%, 19%, 28%, 71%)
(0.00 / 0.19 / 0.28 / 0.71)

CMYK percentages

%0
%18.92
%28.38
%70.98

Codes

Color #4A3C35 in popluar color models

4A 3C 35
RGB 74 60 53
HSL 20° 16.54% 24.90%
HSB/HSV 20° 28.38% 29.02%
CMYK 0.00% 18.92% 28.38%
70.98%

Color #4A3C35 in popluar number systems.

HEX 4A 3C 35
Decimal 74 60 53
Binary 1001010 111100 110101
Octal 112 74 65

Shades and tints

Shades of #4A3C35

#4A3C35
(74,60,53)
#443731
(68,55,49)
#3E322D
(62,50,45)
#382D29
(56,45,41)
#322825
(50,40,37)
#2C2321
(44,35,33)
#261E1D
(38,30,29)
#201919
(32,25,25)
#1A1415
(26,20,21)
#140F11
(20,15,17)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #4A3C35

#4A3C35
(74,60,53)
#5A4D47
(90,77,71)
#6A5E59
(106,94,89)
#7A6F6B
(122,111,107)
#8A807D
(138,128,125)
#9A918F
(154,145,143)
#AAA2A1
(170,162,161)
#BAB3B3
(186,179,179)
#CAC4C5
(202,196,197)
#DAD5D7
(218,213,215)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3C35; }

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

This text font color is #4A3C35.

Background Color

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

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

This div background color is #4A3C35.

Border color

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

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

This div border color is #4A3C35.

Opacity

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

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

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

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

This text has shadow with #4A3C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3C35.

Preview

Color preview on black background

This text has color #4A3C35 on black background.


Color preview on white background

This text has color #4A3C35 on white background.


Black color preview on #4A3C35 background

This text has black color on #4A3C35 background.


White color preview on #4A3C35 background

This text has white color on #4A3C35 background.


Related colors

Complementary color

Complementary color for #hex is #B5C3CA.


I love getcolorcode.com

Triadic colors

1 #354A3C and #3C354A with #4A3C35 are triadic colors.

2 #353C4A and #3C4A35 with #4A3C35 are triadic colors.