COLOR #4A1333

HEX: #4A1333
RGB: (74,19,51)

Color info

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

RGB color model

#4A1333 color RGB value is (74,19,51).

  • red value is 74;
  • green value is 19;
  • blue value is 51.
RGB:
(74,19,51)
(29%,7%,20%)

RGB channels and saturation

R 74 of 255 = 29%
G 19 of 255 = 7%
B 51 of 255 = 20%

74
19
51

R + G + B ~ 19%. #4A1333 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 19 + 51 = 144 (100%)
R 74 of 144 ~ 51.39%
G 19 of 144 ~ 13.19%
B 51 of 144 ~ 35.42%

%51.39
%13.19
%35.42

CMYK color model

#4A1333 color CMYK value is (0,74,31,71).

  • cyan value is 0.00%
  • magenta value is 74.32%
  • yellow value is 31.08%
  • key color value is 70.98%
CMYK:
(0,74,31,71)
C0M74Y31K71 
(0%,74%,31%,71%)
(0.00/0.74/0.31/0.71)	

CMYK percentages

%0
%74.32
%31.08
%70.98

Codes

Color #4A1333 in popluar color models

4A1333
RGB741951
HSL325°59.14%18.24%
HSB/HSV325°74.32%29.02%
CMYK0.00%74.32%31.08%
70.98%

Color #4A1333 in popluar number systems.

HEX4A1333
Decimal741951
Binary100101010011110011
Octal1122363

Shades and tints

Shades of #4A1333

#4A1333
(74,19,51)
#44122F
(68,18,47)
#3E112B
(62,17,43)
#381027
(56,16,39)
#320F23
(50,15,35)
#2C0E1F
(44,14,31)
#260D1B
(38,13,27)
#200C17
(32,12,23)
#1A0B13
(26,11,19)
#140A0F
(20,10,15)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #4A1333

#4A1333
(74,19,51)
#5A2845
(90,40,69)
#6A3D57
(106,61,87)
#7A5269
(122,82,105)
#8A677B
(138,103,123)
#9A7C8D
(154,124,141)
#AA919F
(170,145,159)
#BAA6B1
(186,166,177)
#CABBC3
(202,187,195)
#DAD0D5
(218,208,213)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A1333 color. Also use rgb(74,19,51) instead hex code.

Text Font Color

.myTextColor { color: #4A1333; }

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

This text font color is #4A1333.


Background Color

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

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

This div background color is #4A1333.


Border color

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

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

This div border color is #4A1333.


Opacity

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

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

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

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

This text has shadow with #4A1333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1333 on black background.


Color preview on white background

This text has color #4A1333 on white background.



Black color preview on #4A1333 background

This text has black color on #4A1333 background.


White color preview on #4A1333 background

This text has white color on #4A1333 background.