COLOR #4A252A

HEX: #4A252A RGB: (74,37,42)

Color info

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

RGB color model

#4A252A color RGB value is (74,37,42).

RGB: (74,37,42) (29%, 15%, 16%)

RGB channels and saturation

R 74 of 255 = 29%
G 37 of 255 = 15%
B 42 of 255 = 16%

74
37
42

R + G + B ~ 20%. #4A252A is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 37 + 42 = 153 (100%)
R 74 of 153 ~ 48.37%
G 37 of 153 ~ 24.18%
B 42 of 153 ~ 27.45'%

%48.37
%24.18
%27.45

CMYK color model

#4A252A color CMYK value is (0,50,43,71).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 43.24%
  • key color value is 70.98%

CMYK: (0,50,43,71)
C0M50Y43K71 (0%, 50%, 43%, 71%)
(0.00 / 0.50 / 0.43 / 0.71)

CMYK percentages

%0
%50
%43.24
%70.98

Codes

Color #4A252A in popluar color models

4A 25 2A
RGB 74 37 42
HSL 352° 33.33% 21.76%
HSB/HSV 352° 50.00% 29.02%
CMYK 0.00% 50.00% 43.24%
70.98%

Color #4A252A in popluar number systems.

HEX 4A 25 2A
Decimal 74 37 42
Binary 1001010 100101 101010
Octal 112 45 52

Shades and tints

Shades of #4A252A

#4A252A
(74,37,42)
#442227
(68,34,39)
#3E1F24
(62,31,36)
#381C21
(56,28,33)
#32191E
(50,25,30)
#2C161B
(44,22,27)
#261318
(38,19,24)
#201015
(32,16,21)
#1A0D12
(26,13,18)
#140A0F
(20,10,15)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #4A252A

#4A252A
(74,37,42)
#5A383D
(90,56,61)
#6A4B50
(106,75,80)
#7A5E63
(122,94,99)
#8A7176
(138,113,118)
#9A8489
(154,132,137)
#AA979C
(170,151,156)
#BAAAAF
(186,170,175)
#CABDC2
(202,189,194)
#DAD0D5
(218,208,213)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A252A color. Also use rgb(74,37,42) instead hex code.

Text Font Color

.myTextColor { color: #4A252A; }

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

This text font color is #4A252A.

Background Color

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

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

This div background color is #4A252A.

Border color

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

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

This div border color is #4A252A.

Opacity

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

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

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

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

This text has shadow with #4A252A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A252A.

Preview

Color preview on black background

This text has color #4A252A on black background.


Color preview on white background

This text has color #4A252A on white background.


Black color preview on #4A252A background

This text has black color on #4A252A background.


White color preview on #4A252A background

This text has white color on #4A252A background.


Related colors

Complementary color

Complementary color for #hex is #B5DAD5.


I love getcolorcode.com

Triadic colors

1 #2A4A25 and #252A4A with #4A252A are triadic colors.

2 #2A254A and #254A2A with #4A252A are triadic colors.