COLOR #401130

HEX: #401130
RGB: (64,17,48)

Color info

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

RGB color model

#401130 color RGB value is (64,17,48).

  • red value is 64;
  • green value is 17;
  • blue value is 48.
RGB:
(64,17,48)
(25%,7%,19%)

RGB channels and saturation

R 64 of 255 = 25%
G 17 of 255 = 7%
B 48 of 255 = 19%

64
17
48

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

Portions of RGB colors in percentages

R + G + B =
64 + 17 + 48 = 129 (100%)
R 64 of 129 ~ 49.61%
G 17 of 129 ~ 13.18%
B 48 of 129 ~ 37.21%

%49.61
%13.18
%37.21

CMYK color model

#401130 color CMYK value is (0,73,25,75).

  • cyan value is 0.00%
  • magenta value is 73.44%
  • yellow value is 25.00%
  • key color value is 74.90%
CMYK:
(0,73,25,75)
C0M73Y25K75 
(0%,73%,25%,75%)
(0.00/0.73/0.25/0.75)	

CMYK percentages

%0
%73.44
%25
%74.9

Codes

Color #401130 in popluar color models

401130
RGB641748
HSL320°58.02%15.88%
HSB/HSV320°73.44%25.10%
CMYK0.00%73.44%25.00%
74.90%

Color #401130 in popluar number systems.

HEX401130
Decimal641748
Binary100000010001110000
Octal1002160

Shades and tints

Shades of #401130

#401130
(64,17,48)
#3B102C
(59,16,44)
#360F28
(54,15,40)
#310E24
(49,14,36)
#2C0D20
(44,13,32)
#270C1C
(39,12,28)
#220B18
(34,11,24)
#1D0A14
(29,10,20)
#180910
(24,9,16)
#13080C
(19,8,12)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #401130

#401130
(64,17,48)
#512642
(81,38,66)
#623B54
(98,59,84)
#735066
(115,80,102)
#846578
(132,101,120)
#957A8A
(149,122,138)
#A68F9C
(166,143,156)
#B7A4AE
(183,164,174)
#C8B9C0
(200,185,192)
#D9CED2
(217,206,210)
#EAE3E4
(234,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401130 color. Also use rgb(64,17,48) instead hex code.

Text Font Color

.myTextColor { color: #401130; }

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

This text font color is #401130.


Background Color

.myBgColor { background-color: #401130; }

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

This div background color is #401130.


Border color

.myBorderColor { border: 1px solid #401130; }

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

This div border color is #401130.


Opacity

.myOpacity80 { color: #401130; opacity: 0.8; }

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

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

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

This text has shadow with #401130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401130 on black background.


Color preview on white background

This text has color #401130 on white background.



Black color preview on #401130 background

This text has black color on #401130 background.


White color preview on #401130 background

This text has white color on #401130 background.