COLOR #750D45

HEX: #750D45
RGB: (117,13,69)

Color info

#750D45 contains mainly red and blue colors. Web safe color of #750D45 is #660033 (or #603).

RGB color model

#750D45 color RGB value is (117,13,69).

  • red value is 117;
  • green value is 13;
  • blue value is 69.
RGB:
(117,13,69)
(46%,5%,27%)

RGB channels and saturation

R 117 of 255 = 46%
G 13 of 255 = 5%
B 69 of 255 = 27%

117
13
69

R + G + B ~ 26%. #750D45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 13 + 69 = 199 (100%)
R 117 of 199 ~ 58.79%
G 13 of 199 ~ 6.53%
B 69 of 199 ~ 34.67%

%58.79
%34.67

CMYK color model

#750D45 color CMYK value is (0,89,41,54).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 41.03%
  • key color value is 54.12%
CMYK:
(0,89,41,54)
C0M89Y41K54 
(0%,89%,41%,54%)
(0.00/0.89/0.41/0.54)	

CMYK percentages

%0
%88.89
%41.03
%54.12

Codes

Color #750D45 in popluar color models

750D45
RGB1171369
HSL328°80.00%25.49%
HSB/HSV328°88.89%45.88%
CMYK0.00%88.89%41.03%
54.12%

Color #750D45 in popluar number systems.

HEX750D45
Decimal1171369
Binary111010111011000101
Octal16515105

Shades and tints

Shades of #750D45

#750D45
(117,13,69)
#6B0C3F
(107,12,63)
#610B39
(97,11,57)
#570A33
(87,10,51)
#4D092D
(77,9,45)
#430827
(67,8,39)
#390721
(57,7,33)
#2F061B
(47,6,27)
#250515
(37,5,21)
#1B040F
(27,4,15)
#110309
(17,3,9)
#000000
(0,0,0)

Tints of #750D45

#750D45
(117,13,69)
#812355
(129,35,85)
#8D3965
(141,57,101)
#994F75
(153,79,117)
#A56585
(165,101,133)
#B17B95
(177,123,149)
#BD91A5
(189,145,165)
#C9A7B5
(201,167,181)
#D5BDC5
(213,189,197)
#E1D3D5
(225,211,213)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750D45 color. Also use rgb(117,13,69) instead hex code.

Text Font Color

.myTextColor { color: #750D45; }

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

This text font color is #750D45.


Background Color

.myBgColor { background-color: #750D45; }

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

This div background color is #750D45.


Border color

.myBorderColor { border: 1px solid #750D45; }

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

This div border color is #750D45.


Opacity

.myOpacity80 { color: #750D45; opacity: 0.8; }

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

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

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

This text has shadow with #750D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750D45 on black background.


Color preview on white background

This text has color #750D45 on white background.



Black color preview on #750D45 background

This text has black color on #750D45 background.


White color preview on #750D45 background

This text has white color on #750D45 background.