COLOR #750E1B

HEX: #750E1B
RGB: (117,14,27)

Color info

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

RGB color model

#750E1B color RGB value is (117,14,27).

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

RGB channels and saturation

R 117 of 255 = 46%
G 14 of 255 = 5%
B 27 of 255 = 11%

117
14
27

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

Portions of RGB colors in percentages

R + G + B =
117 + 14 + 27 = 158 (100%)
R 117 of 158 ~ 74.05%
G 14 of 158 ~ 8.86%
B 27 of 158 ~ 17.09%

%74.05
%17.09

CMYK color model

#750E1B color CMYK value is (0,88,77,54).

  • cyan value is 0.00%
  • magenta value is 88.03%
  • yellow value is 76.92%
  • key color value is 54.12%
CMYK:
(0,88,77,54)
C0M88Y77K54 
(0%,88%,77%,54%)
(0.00/0.88/0.77/0.54)	

CMYK percentages

%0
%88.03
%76.92
%54.12

Codes

Color #750E1B in popluar color models

750E1B
RGB1171427
HSL352°78.63%25.69%
HSB/HSV352°88.03%45.88%
CMYK0.00%88.03%76.92%
54.12%

Color #750E1B in popluar number systems.

HEX750E1B
Decimal1171427
Binary1110101111011011
Octal1651633

Shades and tints

Shades of #750E1B

#750E1B
(117,14,27)
#6B0D19
(107,13,25)
#610C17
(97,12,23)
#570B15
(87,11,21)
#4D0A13
(77,10,19)
#430911
(67,9,17)
#39080F
(57,8,15)
#2F070D
(47,7,13)
#25060B
(37,6,11)
#1B0509
(27,5,9)
#110407
(17,4,7)
#000000
(0,0,0)

Tints of #750E1B

#750E1B
(117,14,27)
#81232F
(129,35,47)
#8D3843
(141,56,67)
#994D57
(153,77,87)
#A5626B
(165,98,107)
#B1777F
(177,119,127)
#BD8C93
(189,140,147)
#C9A1A7
(201,161,167)
#D5B6BB
(213,182,187)
#E1CBCF
(225,203,207)
#EDE0E3
(237,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750E1B color. Also use rgb(117,14,27) instead hex code.

Text Font Color

.myTextColor { color: #750E1B; }

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

This text font color is #750E1B.


Background Color

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

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

This div background color is #750E1B.


Border color

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

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

This div border color is #750E1B.


Opacity

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

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

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

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

This text has shadow with #750E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750E1B on black background.


Color preview on white background

This text has color #750E1B on white background.



Black color preview on #750E1B background

This text has black color on #750E1B background.


White color preview on #750E1B background

This text has white color on #750E1B background.