COLOR #750D0D

HEX: #750D0D
RGB: (117,13,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
13
13

R + G + B ~ 19%. #750D0D is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 13 + 13 = 143 (100%)
R 117 of 143 ~ 81.82%
G 13 of 143 ~ 9.09%
B 13 of 143 ~ 9.09%

%81.82

CMYK color model

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

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

CMYK percentages

%0
%88.89
%88.89
%54.12

Codes

Color #750D0D in popluar color models

750D0D
RGB1171313
HSL80.00%25.49%
HSB/HSV88.89%45.88%
CMYK0.00%88.89%88.89%
54.12%

Color #750D0D in popluar number systems.

HEX750D0D
Decimal1171313
Binary111010111011101
Octal1651515

Shades and tints

Shades of #750D0D

#750D0D
(117,13,13)
#6B0C0C
(107,12,12)
#610B0B
(97,11,11)
#570A0A
(87,10,10)
#4D0909
(77,9,9)
#430808
(67,8,8)
#390707
(57,7,7)
#2F0606
(47,6,6)
#250505
(37,5,5)
#1B0404
(27,4,4)
#110303
(17,3,3)
#000000
(0,0,0)

Tints of #750D0D

#750D0D
(117,13,13)
#812323
(129,35,35)
#8D3939
(141,57,57)
#994F4F
(153,79,79)
#A56565
(165,101,101)
#B17B7B
(177,123,123)
#BD9191
(189,145,145)
#C9A7A7
(201,167,167)
#D5BDBD
(213,189,189)
#E1D3D3
(225,211,211)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #750D0D; }

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

This text font color is #750D0D.


Background Color

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

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

This div background color is #750D0D.


Border color

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

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

This div border color is #750D0D.


Opacity

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

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

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

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

This text has shadow with #750D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750D0D on black background.


Color preview on white background

This text has color #750D0D on white background.



Black color preview on #750D0D background

This text has black color on #750D0D background.


White color preview on #750D0D background

This text has white color on #750D0D background.