COLOR #750D18

HEX: #750D18
RGB: (117,13,24)

Color info

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

RGB color model

#750D18 color RGB value is (117,13,24).

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

RGB channels and saturation

R 117 of 255 = 46%
G 13 of 255 = 5%
B 24 of 255 = 9%

117
13
24

R + G + B ~ 20%. #750D18 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 13 + 24 = 154 (100%)
R 117 of 154 ~ 75.97%
G 13 of 154 ~ 8.44%
B 24 of 154 ~ 15.58%

%75.97
%15.58

CMYK color model

#750D18 color CMYK value is (0,89,79,54).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 79.49%
  • key color value is 54.12%
CMYK:
(0,89,79,54)
C0M89Y79K54 
(0%,89%,79%,54%)
(0.00/0.89/0.79/0.54)	

CMYK percentages

%0
%88.89
%79.49
%54.12

Codes

Color #750D18 in popluar color models

750D18
RGB1171324
HSL354°80.00%25.49%
HSB/HSV354°88.89%45.88%
CMYK0.00%88.89%79.49%
54.12%

Color #750D18 in popluar number systems.

HEX750D18
Decimal1171324
Binary1110101110111000
Octal1651530

Shades and tints

Shades of #750D18

#750D18
(117,13,24)
#6B0C16
(107,12,22)
#610B14
(97,11,20)
#570A12
(87,10,18)
#4D0910
(77,9,16)
#43080E
(67,8,14)
#39070C
(57,7,12)
#2F060A
(47,6,10)
#250508
(37,5,8)
#1B0406
(27,4,6)
#110304
(17,3,4)
#000000
(0,0,0)

Tints of #750D18

#750D18
(117,13,24)
#81232D
(129,35,45)
#8D3942
(141,57,66)
#994F57
(153,79,87)
#A5656C
(165,101,108)
#B17B81
(177,123,129)
#BD9196
(189,145,150)
#C9A7AB
(201,167,171)
#D5BDC0
(213,189,192)
#E1D3D5
(225,211,213)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #750D18; }

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

This text font color is #750D18.


Background Color

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

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

This div background color is #750D18.


Border color

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

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

This div border color is #750D18.


Opacity

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

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

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

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

This text has shadow with #750D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750D18 on black background.


Color preview on white background

This text has color #750D18 on white background.



Black color preview on #750D18 background

This text has black color on #750D18 background.


White color preview on #750D18 background

This text has white color on #750D18 background.