COLOR #4A061F

HEX: #4A061F RGB: (74,6,31)

Color info

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

RGB color model

#4A061F color RGB value is (74,6,31).

RGB: (74,6,31) (29%, 2%, 12%)

RGB channels and saturation

R 74 of 255 = 29%
G 6 of 255 = 2%
B 31 of 255 = 12%

74
6
31

R + G + B ~ 14%. #4A061F is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 6 + 31 = 111 (100%)
R 74 of 111 ~ 66.67%
G 6 of 111 ~ 5.41%
B 31 of 111 ~ 27.93'%

%66.67
%27.93

CMYK color model

#4A061F color CMYK value is (0,92,58,71).

  • cyan value is 0.00%
  • magenta value is 91.89%
  • yellow value is 58.11%
  • key color value is 70.98%

CMYK: (0,92,58,71)
C0M92Y58K71 (0%, 92%, 58%, 71%)
(0.00 / 0.92 / 0.58 / 0.71)

CMYK percentages

%0
%91.89
%58.11
%70.98

Codes

Color #4A061F in popluar color models

4A 06 1F
RGB 74 6 31
HSL 338° 85.00% 15.69%
HSB/HSV 338° 91.89% 29.02%
CMYK 0.00% 91.89% 58.11%
70.98%

Color #4A061F in popluar number systems.

HEX 4A 06 1F
Decimal 74 6 31
Binary 1001010 110 11111
Octal 112 6 37

Shades and tints

Shades of #4A061F

#4A061F
(74,6,31)
#44061D
(68,6,29)
#3E061B
(62,6,27)
#380619
(56,6,25)
#320617
(50,6,23)
#2C0615
(44,6,21)
#260613
(38,6,19)
#200611
(32,6,17)
#1A060F
(26,6,15)
#14060D
(20,6,13)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #4A061F

#4A061F
(74,6,31)
#5A1C33
(90,28,51)
#6A3247
(106,50,71)
#7A485B
(122,72,91)
#8A5E6F
(138,94,111)
#9A7483
(154,116,131)
#AA8A97
(170,138,151)
#BAA0AB
(186,160,171)
#CAB6BF
(202,182,191)
#DACCD3
(218,204,211)
#EAE2E7
(234,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A061F color. Also use rgb(74,6,31) instead hex code.

Text Font Color

.myTextColor { color: #4A061F; }

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

This text font color is #4A061F.

Background Color

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

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

This div background color is #4A061F.

Border color

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

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

This div border color is #4A061F.

Opacity

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

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

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

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

This text has shadow with #4A061F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A061F.

Preview

Color preview on black background

This text has color #4A061F on black background.


Color preview on white background

This text has color #4A061F on white background.


Black color preview on #4A061F background

This text has black color on #4A061F background.


White color preview on #4A061F background

This text has white color on #4A061F background.


Related colors

Complementary color

Complementary color for #hex is #B5F9E0.


I love getcolorcode.com

Triadic colors

1 #1F4A06 and #061F4A with #4A061F are triadic colors.

2 #1F064A and #064A1F with #4A061F are triadic colors.