COLOR #750401

HEX: #750401
RGB: (117,4,1)

Color info

#750401 contains mainly red color. Web safe color of #750401 is #660000 (or #600).

RGB color model

#750401 color RGB value is (117,4,1).

  • red value is 117;
  • green value is 4;
  • blue value is 1.
RGB:
(117,4,1)
(46%,2%,0%)

RGB channels and saturation

R 117 of 255 = 46%
G 4 of 255 = 2%
B 1 of 255 = 0%

117
4
1

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

Portions of RGB colors in percentages

R + G + B =
117 + 4 + 1 = 122 (100%)
R 117 of 122 ~ 95.9%
G 4 of 122 ~ 3.28%
B 1 of 122 ~ 0.82%

%95.9

CMYK color model

#750401 color CMYK value is (0,97,99,54).

  • cyan value is 0.00%
  • magenta value is 96.58%
  • yellow value is 99.15%
  • key color value is 54.12%
CMYK:
(0,97,99,54)
C0M97Y99K54 
(0%,97%,99%,54%)
(0.00/0.97/0.99/0.54)	

CMYK percentages

%0
%96.58
%99.15
%54.12

Codes

Color #750401 in popluar color models

750401
RGB11741
HSL98.31%23.14%
HSB/HSV99.15%45.88%
CMYK0.00%96.58%99.15%
54.12%

Color #750401 in popluar number systems.

HEX750401
Decimal11741
Binary11101011001
Octal16541

Shades and tints

Shades of #750401

#750401
(117,4,1)
#6B0401
(107,4,1)
#610401
(97,4,1)
#570401
(87,4,1)
#4D0401
(77,4,1)
#430401
(67,4,1)
#390401
(57,4,1)
#2F0401
(47,4,1)
#250401
(37,4,1)
#1B0401
(27,4,1)
#110401
(17,4,1)
#000000
(0,0,0)

Tints of #750401

#750401
(117,4,1)
#811A18
(129,26,24)
#8D302F
(141,48,47)
#994646
(153,70,70)
#A55C5D
(165,92,93)
#B17274
(177,114,116)
#BD888B
(189,136,139)
#C99EA2
(201,158,162)
#D5B4B9
(213,180,185)
#E1CAD0
(225,202,208)
#EDE0E7
(237,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750401 color. Also use rgb(117,4,1) instead hex code.

Text Font Color

.myTextColor { color: #750401; }

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

This text font color is #750401.


Background Color

.myBgColor { background-color: #750401; }

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

This div background color is #750401.


Border color

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

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

This div border color is #750401.


Opacity

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

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

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

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

This text has shadow with #750401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750401 on black background.


Color preview on white background

This text has color #750401 on white background.



Black color preview on #750401 background

This text has black color on #750401 background.


White color preview on #750401 background

This text has white color on #750401 background.