COLOR #4A072F

HEX: #4A072F RGB: (74,7,47)

Color info

#4A072F contains mainly red and blue colors. Web safe color of #4A072F is #330033 (or #303).

RGB color model

#4A072F color RGB value is (74,7,47).

RGB: (74,7,47) (29%, 3%, 18%)

RGB channels and saturation

R 74 of 255 = 29%
G 7 of 255 = 3%
B 47 of 255 = 18%

74
7
47

R + G + B ~ 17%. #4A072F is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 7 + 47 = 128 (100%)
R 74 of 128 ~ 57.81%
G 7 of 128 ~ 5.47%
B 47 of 128 ~ 36.72'%

%57.81
%36.72

CMYK color model

#4A072F color CMYK value is (0,91,36,71).

  • cyan value is 0.00%
  • magenta value is 90.54%
  • yellow value is 36.49%
  • key color value is 70.98%

CMYK: (0,91,36,71)
C0M91Y36K71 (0%, 91%, 36%, 71%)
(0.00 / 0.91 / 0.36 / 0.71)

CMYK percentages

%0
%90.54
%36.49
%70.98

Codes

Color #4A072F in popluar color models

4A 07 2F
RGB 74 7 47
HSL 324° 82.72% 15.88%
HSB/HSV 324° 90.54% 29.02%
CMYK 0.00% 90.54% 36.49%
70.98%

Color #4A072F in popluar number systems.

HEX 4A 07 2F
Decimal 74 7 47
Binary 1001010 111 101111
Octal 112 7 57

Shades and tints

Shades of #4A072F

#4A072F
(74,7,47)
#44072B
(68,7,43)
#3E0727
(62,7,39)
#380723
(56,7,35)
#32071F
(50,7,31)
#2C071B
(44,7,27)
#260717
(38,7,23)
#200713
(32,7,19)
#1A070F
(26,7,15)
#14070B
(20,7,11)
#0E0707
(14,7,7)
#000000
(0,0,0)

Tints of #4A072F

#4A072F
(74,7,47)
#5A1D41
(90,29,65)
#6A3353
(106,51,83)
#7A4965
(122,73,101)
#8A5F77
(138,95,119)
#9A7589
(154,117,137)
#AA8B9B
(170,139,155)
#BAA1AD
(186,161,173)
#CAB7BF
(202,183,191)
#DACDD1
(218,205,209)
#EAE3E3
(234,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A072F color. Also use rgb(74,7,47) instead hex code.

Text Font Color

.myTextColor { color: #4A072F; }

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

This text font color is #4A072F.

Background Color

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

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

This div background color is #4A072F.

Border color

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

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

This div border color is #4A072F.

Opacity

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

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

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

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

This text has shadow with #4A072F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A072F.

Preview

Color preview on black background

This text has color #4A072F on black background.


Color preview on white background

This text has color #4A072F on white background.


Black color preview on #4A072F background

This text has black color on #4A072F background.


White color preview on #4A072F background

This text has white color on #4A072F background.


Related colors

Complementary color

Complementary color for #hex is #B5F8D0.


I love getcolorcode.com

Triadic colors

1 #2F4A07 and #072F4A with #4A072F are triadic colors.

2 #2F074A and #074A2F with #4A072F are triadic colors.