COLOR #750C1E

HEX: #750C1E RGB: (117,12,30)

Color info

#750C1E contains mainly red color. Web safe color of #750C1E is #660033 (or #603).

RGB color model

#750C1E color RGB value is (117,12,30).

RGB: (117,12,30) (46%, 5%, 12%)

RGB channels and saturation

R 117 of 255 = 46%
G 12 of 255 = 5%
B 30 of 255 = 12%

117
12
30

R + G + B ~ 21%. #750C1E is dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 12 + 30 = 159 (100%)
R 117 of 159 ~ 73.58%
G 12 of 159 ~ 7.55%
B 30 of 159 ~ 18.87'%

%73.58
%18.87

CMYK color model

#750C1E color CMYK value is (0,90,74,54).

  • cyan value is 0.00%
  • magenta value is 89.74%
  • yellow value is 74.36%
  • key color value is 54.12%

CMYK: (0,90,74,54)
C0M90Y74K54 (0%, 90%, 74%, 54%)
(0.00 / 0.90 / 0.74 / 0.54)

CMYK percentages

%0
%89.74
%74.36
%54.12

Codes

Color #750C1E in popluar color models

75 0C 1E
RGB 117 12 30
HSL 350° 81.40% 25.29%
HSB/HSV 350° 89.74% 45.88%
CMYK 0.00% 89.74% 74.36%
54.12%

Color #750C1E in popluar number systems.

HEX 75 0C 1E
Decimal 117 12 30
Binary 1110101 1100 11110
Octal 165 14 36

Shades and tints

Shades of #750C1E

#750C1E
(117,12,30)
#6B0B1C
(107,11,28)
#610A1A
(97,10,26)
#570918
(87,9,24)
#4D0816
(77,8,22)
#430714
(67,7,20)
#390612
(57,6,18)
#2F0510
(47,5,16)
#25040E
(37,4,14)
#1B030C
(27,3,12)
#11020A
(17,2,10)
#000000
(0,0,0)

Tints of #750C1E

#750C1E
(117,12,30)
#812232
(129,34,50)
#8D3846
(141,56,70)
#994E5A
(153,78,90)
#A5646E
(165,100,110)
#B17A82
(177,122,130)
#BD9096
(189,144,150)
#C9A6AA
(201,166,170)
#D5BCBE
(213,188,190)
#E1D2D2
(225,210,210)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #750C1E; }

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

This text font color is #750C1E.

Background Color

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

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

This div background color is #750C1E.

Border color

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

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

This div border color is #750C1E.

Opacity

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

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

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

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

This text has shadow with #750C1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #750C1E.

Preview

Color preview on black background

This text has color #750C1E on black background.


Color preview on white background

This text has color #750C1E on white background.


Black color preview on #750C1E background

This text has black color on #750C1E background.


White color preview on #750C1E background

This text has white color on #750C1E background.


Related colors

Complementary color

Complementary color for #hex is #8AF3E1.


I love getcolorcode.com

Gradients

Color #750C1E is used in Antique Ruby gradient.

Antique Ruby


Triadic colors

1 #1E750C and #0C1E75 with #750C1E are triadic colors.

2 #1E0C75 and #0C751E with #750C1E are triadic colors.