COLOR #4A2D35

HEX: #4A2D35
RGB: (74,45,53)

Color info

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

RGB color model

#4A2D35 color RGB value is (74,45,53).

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

RGB channels and saturation

R 74 of 255 = 29%
G 45 of 255 = 18%
B 53 of 255 = 21%

74
45
53

R + G + B ~ 23%. #4A2D35 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 45 + 53 = 172 (100%)
R 74 of 172 ~ 43.02%
G 45 of 172 ~ 26.16%
B 53 of 172 ~ 30.81%

%43.02
%26.16
%30.81

CMYK color model

#4A2D35 color CMYK value is (0,39,28,71).

  • cyan value is 0.00%
  • magenta value is 39.19%
  • yellow value is 28.38%
  • key color value is 70.98%
CMYK:
(0,39,28,71)
C0M39Y28K71 
(0%,39%,28%,71%)
(0.00/0.39/0.28/0.71)	

CMYK percentages

%0
%39.19
%28.38
%70.98

Codes

Color #4A2D35 in popluar color models

4A2D35
RGB744553
HSL343°24.37%23.33%
HSB/HSV343°39.19%29.02%
CMYK0.00%39.19%28.38%
70.98%

Color #4A2D35 in popluar number systems.

HEX4A2D35
Decimal744553
Binary1001010101101110101
Octal1125565

Shades and tints

Shades of #4A2D35

#4A2D35
(74,45,53)
#442931
(68,41,49)
#3E252D
(62,37,45)
#382129
(56,33,41)
#321D25
(50,29,37)
#2C1921
(44,25,33)
#26151D
(38,21,29)
#201119
(32,17,25)
#1A0D15
(26,13,21)
#140911
(20,9,17)
#0E050D
(14,5,13)
#000000
(0,0,0)

Tints of #4A2D35

#4A2D35
(74,45,53)
#5A4047
(90,64,71)
#6A5359
(106,83,89)
#7A666B
(122,102,107)
#8A797D
(138,121,125)
#9A8C8F
(154,140,143)
#AA9FA1
(170,159,161)
#BAB2B3
(186,178,179)
#CAC5C5
(202,197,197)
#DAD8D7
(218,216,215)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2D35; }

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

This text font color is #4A2D35.


Background Color

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

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

This div background color is #4A2D35.


Border color

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

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

This div border color is #4A2D35.


Opacity

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

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

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

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

This text has shadow with #4A2D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2D35 on black background.


Color preview on white background

This text has color #4A2D35 on white background.



Black color preview on #4A2D35 background

This text has black color on #4A2D35 background.


White color preview on #4A2D35 background

This text has white color on #4A2D35 background.