COLOR #4A062E

HEX: #4A062E
RGB: (74,6,46)

Color info

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

RGB color model

#4A062E color RGB value is (74,6,46).

  • red value is 74;
  • green value is 6;
  • blue value is 46.
RGB:
(74,6,46)
(29%,2%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 6 of 255 = 2%
B 46 of 255 = 18%

74
6
46

R + G + B ~ 16%. #4A062E is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 6 + 46 = 126 (100%)
R 74 of 126 ~ 58.73%
G 6 of 126 ~ 4.76%
B 46 of 126 ~ 36.51%

%58.73
%36.51

CMYK color model

#4A062E color CMYK value is (0,92,38,71).

  • cyan value is 0.00%
  • magenta value is 91.89%
  • yellow value is 37.84%
  • key color value is 70.98%
CMYK:
(0,92,38,71)
C0M92Y38K71 
(0%,92%,38%,71%)
(0.00/0.92/0.38/0.71)	

CMYK percentages

%0
%91.89
%37.84
%70.98

Codes

Color #4A062E in popluar color models

4A062E
RGB74646
HSL325°85.00%15.69%
HSB/HSV325°91.89%29.02%
CMYK0.00%91.89%37.84%
70.98%

Color #4A062E in popluar number systems.

HEX4A062E
Decimal74646
Binary1001010110101110
Octal112656

Shades and tints

Shades of #4A062E

#4A062E
(74,6,46)
#44062A
(68,6,42)
#3E0626
(62,6,38)
#380622
(56,6,34)
#32061E
(50,6,30)
#2C061A
(44,6,26)
#260616
(38,6,22)
#200612
(32,6,18)
#1A060E
(26,6,14)
#14060A
(20,6,10)
#0E0606
(14,6,6)
#000000
(0,0,0)

Tints of #4A062E

#4A062E
(74,6,46)
#5A1C41
(90,28,65)
#6A3254
(106,50,84)
#7A4867
(122,72,103)
#8A5E7A
(138,94,122)
#9A748D
(154,116,141)
#AA8AA0
(170,138,160)
#BAA0B3
(186,160,179)
#CAB6C6
(202,182,198)
#DACCD9
(218,204,217)
#EAE2EC
(234,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A062E; }

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

This text font color is #4A062E.


Background Color

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

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

This div background color is #4A062E.


Border color

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

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

This div border color is #4A062E.


Opacity

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

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

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

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

This text has shadow with #4A062E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A062E on black background.


Color preview on white background

This text has color #4A062E on white background.



Black color preview on #4A062E background

This text has black color on #4A062E background.


White color preview on #4A062E background

This text has white color on #4A062E background.