COLOR #4A1225

HEX: #4A1225
RGB: (74,18,37)

Color info

#4A1225 contains red, green and blue colors in about the same proportion. Web safe color of #4A1225 is #330033 (or #303).

RGB color model

#4A1225 color RGB value is (74,18,37).

  • red value is 74;
  • green value is 18;
  • blue value is 37.
RGB:
(74,18,37)
(29%,7%,15%)

RGB channels and saturation

R 74 of 255 = 29%
G 18 of 255 = 7%
B 37 of 255 = 15%

74
18
37

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

Portions of RGB colors in percentages

R + G + B =
74 + 18 + 37 = 129 (100%)
R 74 of 129 ~ 57.36%
G 18 of 129 ~ 13.95%
B 37 of 129 ~ 28.68%

%57.36
%13.95
%28.68

CMYK color model

#4A1225 color CMYK value is (0,76,50,71).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 50.00%
  • key color value is 70.98%
CMYK:
(0,76,50,71)
C0M76Y50K71 
(0%,76%,50%,71%)
(0.00/0.76/0.50/0.71)	

CMYK percentages

%0
%75.68
%50
%70.98

Codes

Color #4A1225 in popluar color models

4A1225
RGB741837
HSL340°60.87%18.04%
HSB/HSV340°75.68%29.02%
CMYK0.00%75.68%50.00%
70.98%

Color #4A1225 in popluar number systems.

HEX4A1225
Decimal741837
Binary100101010010100101
Octal1122245

Shades and tints

Shades of #4A1225

#4A1225
(74,18,37)
#441122
(68,17,34)
#3E101F
(62,16,31)
#380F1C
(56,15,28)
#320E19
(50,14,25)
#2C0D16
(44,13,22)
#260C13
(38,12,19)
#200B10
(32,11,16)
#1A0A0D
(26,10,13)
#14090A
(20,9,10)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #4A1225

#4A1225
(74,18,37)
#5A2738
(90,39,56)
#6A3C4B
(106,60,75)
#7A515E
(122,81,94)
#8A6671
(138,102,113)
#9A7B84
(154,123,132)
#AA9097
(170,144,151)
#BAA5AA
(186,165,170)
#CABABD
(202,186,189)
#DACFD0
(218,207,208)
#EAE4E3
(234,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1225; }

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

This text font color is #4A1225.


Background Color

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

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

This div background color is #4A1225.


Border color

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

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

This div border color is #4A1225.


Opacity

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

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

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

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

This text has shadow with #4A1225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1225 on black background.


Color preview on white background

This text has color #4A1225 on white background.



Black color preview on #4A1225 background

This text has black color on #4A1225 background.


White color preview on #4A1225 background

This text has white color on #4A1225 background.