COLOR #4A4535

HEX: #4A4535
RGB: (74,69,53)

Color info

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

RGB color model

#4A4535 color RGB value is (74,69,53).

  • red value is 74;
  • green value is 69;
  • blue value is 53.
RGB:
(74,69,53)
(29%,27%,21%)

RGB channels and saturation

R 74 of 255 = 29%
G 69 of 255 = 27%
B 53 of 255 = 21%

74
69
53

R + G + B ~ 26%. #4A4535 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 69 + 53 = 196 (100%)
R 74 of 196 ~ 37.76%
G 69 of 196 ~ 35.2%
B 53 of 196 ~ 27.04%

%37.76
%35.2
%27.04

CMYK color model

#4A4535 color CMYK value is (0,7,28,71).

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 28.38%
  • key color value is 70.98%
CMYK:
(0,7,28,71)
C0M7Y28K71 
(0%,7%,28%,71%)
(0.00/0.07/0.28/0.71)	

CMYK percentages

%0
%6.76
%28.38
%70.98

Codes

Color #4A4535 in popluar color models

4A4535
RGB746953
HSL46°16.54%24.90%
HSB/HSV46°28.38%29.02%
CMYK0.00%6.76%28.38%
70.98%

Color #4A4535 in popluar number systems.

HEX4A4535
Decimal746953
Binary10010101000101110101
Octal11210565

Shades and tints

Shades of #4A4535

#4A4535
(74,69,53)
#443F31
(68,63,49)
#3E392D
(62,57,45)
#383329
(56,51,41)
#322D25
(50,45,37)
#2C2721
(44,39,33)
#26211D
(38,33,29)
#201B19
(32,27,25)
#1A1515
(26,21,21)
#140F11
(20,15,17)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #4A4535

#4A4535
(74,69,53)
#5A5547
(90,85,71)
#6A6559
(106,101,89)
#7A756B
(122,117,107)
#8A857D
(138,133,125)
#9A958F
(154,149,143)
#AAA5A1
(170,165,161)
#BAB5B3
(186,181,179)
#CAC5C5
(202,197,197)
#DAD5D7
(218,213,215)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4535; }

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

This text font color is #4A4535.


Background Color

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

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

This div background color is #4A4535.


Border color

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

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

This div border color is #4A4535.


Opacity

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

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

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

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

This text has shadow with #4A4535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4535 on black background.


Color preview on white background

This text has color #4A4535 on white background.



Black color preview on #4A4535 background

This text has black color on #4A4535 background.


White color preview on #4A4535 background

This text has white color on #4A4535 background.