COLOR #4A3635

HEX: #4A3635
RGB: (74,54,53)

Color info

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

RGB color model

#4A3635 color RGB value is (74,54,53).

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

RGB channels and saturation

R 74 of 255 = 29%
G 54 of 255 = 21%
B 53 of 255 = 21%

74
54
53

R + G + B ~ 24%. #4A3635 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 54 + 53 = 181 (100%)
R 74 of 181 ~ 40.88%
G 54 of 181 ~ 29.83%
B 53 of 181 ~ 29.28%

%40.88
%29.83
%29.28

CMYK color model

#4A3635 color CMYK value is (0,27,28,71).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 28.38%
  • key color value is 70.98%
CMYK:
(0,27,28,71)
C0M27Y28K71 
(0%,27%,28%,71%)
(0.00/0.27/0.28/0.71)	

CMYK percentages

%0
%27.03
%28.38
%70.98

Codes

Color #4A3635 in popluar color models

4A3635
RGB745453
HSL16.54%24.90%
HSB/HSV28.38%29.02%
CMYK0.00%27.03%28.38%
70.98%

Color #4A3635 in popluar number systems.

HEX4A3635
Decimal745453
Binary1001010110110110101
Octal1126665

Shades and tints

Shades of #4A3635

#4A3635
(74,54,53)
#443231
(68,50,49)
#3E2E2D
(62,46,45)
#382A29
(56,42,41)
#322625
(50,38,37)
#2C2221
(44,34,33)
#261E1D
(38,30,29)
#201A19
(32,26,25)
#1A1615
(26,22,21)
#141211
(20,18,17)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #4A3635

#4A3635
(74,54,53)
#5A4847
(90,72,71)
#6A5A59
(106,90,89)
#7A6C6B
(122,108,107)
#8A7E7D
(138,126,125)
#9A908F
(154,144,143)
#AAA2A1
(170,162,161)
#BAB4B3
(186,180,179)
#CAC6C5
(202,198,197)
#DAD8D7
(218,216,215)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3635; }

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

This text font color is #4A3635.


Background Color

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

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

This div background color is #4A3635.


Border color

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

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

This div border color is #4A3635.


Opacity

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

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

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

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

This text has shadow with #4A3635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3635 on black background.


Color preview on white background

This text has color #4A3635 on white background.



Black color preview on #4A3635 background

This text has black color on #4A3635 background.


White color preview on #4A3635 background

This text has white color on #4A3635 background.