COLOR #750C3F

HEX: #750C3F
RGB: (117,12,63)

Color info

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

RGB color model

#750C3F color RGB value is (117,12,63).

  • red value is 117;
  • green value is 12;
  • blue value is 63.
RGB:
(117,12,63)
(46%,5%,25%)

RGB channels and saturation

R 117 of 255 = 46%
G 12 of 255 = 5%
B 63 of 255 = 25%

117
12
63

R + G + B ~ 25%. #750C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 12 + 63 = 192 (100%)
R 117 of 192 ~ 60.94%
G 12 of 192 ~ 6.25%
B 63 of 192 ~ 32.81%

%60.94
%32.81

CMYK color model

#750C3F color CMYK value is (0,90,46,54).

  • cyan value is 0.00%
  • magenta value is 89.74%
  • yellow value is 46.15%
  • key color value is 54.12%
CMYK:
(0,90,46,54)
C0M90Y46K54 
(0%,90%,46%,54%)
(0.00/0.90/0.46/0.54)	

CMYK percentages

%0
%89.74
%46.15
%54.12

Codes

Color #750C3F in popluar color models

750C3F
RGB1171263
HSL331°81.40%25.29%
HSB/HSV331°89.74%45.88%
CMYK0.00%89.74%46.15%
54.12%

Color #750C3F in popluar number systems.

HEX750C3F
Decimal1171263
Binary11101011100111111
Octal1651477

Shades and tints

Shades of #750C3F

#750C3F
(117,12,63)
#6B0B3A
(107,11,58)
#610A35
(97,10,53)
#570930
(87,9,48)
#4D082B
(77,8,43)
#430726
(67,7,38)
#390621
(57,6,33)
#2F051C
(47,5,28)
#250417
(37,4,23)
#1B0312
(27,3,18)
#11020D
(17,2,13)
#000000
(0,0,0)

Tints of #750C3F

#750C3F
(117,12,63)
#812250
(129,34,80)
#8D3861
(141,56,97)
#994E72
(153,78,114)
#A56483
(165,100,131)
#B17A94
(177,122,148)
#BD90A5
(189,144,165)
#C9A6B6
(201,166,182)
#D5BCC7
(213,188,199)
#E1D2D8
(225,210,216)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750C3F color. Also use rgb(117,12,63) instead hex code.

Text Font Color

.myTextColor { color: #750C3F; }

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

This text font color is #750C3F.


Background Color

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

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

This div background color is #750C3F.


Border color

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

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

This div border color is #750C3F.


Opacity

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

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

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

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

This text has shadow with #750C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750C3F on black background.


Color preview on white background

This text has color #750C3F on white background.



Black color preview on #750C3F background

This text has black color on #750C3F background.


White color preview on #750C3F background

This text has white color on #750C3F background.