COLOR #750F2F

HEX: #750F2F RGB: (117,15,47)

Color info

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

RGB color model

#750F2F color RGB value is (117,15,47).

RGB: (117,15,47) (46%, 6%, 18%)

RGB channels and saturation

R 117 of 255 = 46%
G 15 of 255 = 6%
B 47 of 255 = 18%

117
15
47

R + G + B ~ 23%. #750F2F is dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 15 + 47 = 179 (100%)
R 117 of 179 ~ 65.36%
G 15 of 179 ~ 8.38%
B 47 of 179 ~ 26.26'%

%65.36
%26.26

CMYK color model

#750F2F color CMYK value is (0,87,60,54).

  • cyan value is 0.00%
  • magenta value is 87.18%
  • yellow value is 59.83%
  • key color value is 54.12%

CMYK: (0,87,60,54)
C0M87Y60K54 (0%, 87%, 60%, 54%)
(0.00 / 0.87 / 0.60 / 0.54)

CMYK percentages

%0
%87.18
%59.83
%54.12

Codes

Color #750F2F in popluar color models

75 0F 2F
RGB 117 15 47
HSL 341° 77.27% 25.88%
HSB/HSV 341° 87.18% 45.88%
CMYK 0.00% 87.18% 59.83%
54.12%

Color #750F2F in popluar number systems.

HEX 75 0F 2F
Decimal 117 15 47
Binary 1110101 1111 101111
Octal 165 17 57

Shades and tints

Shades of #750F2F

#750F2F
(117,15,47)
#6B0E2B
(107,14,43)
#610D27
(97,13,39)
#570C23
(87,12,35)
#4D0B1F
(77,11,31)
#430A1B
(67,10,27)
#390917
(57,9,23)
#2F0813
(47,8,19)
#25070F
(37,7,15)
#1B060B
(27,6,11)
#110507
(17,5,7)
#000000
(0,0,0)

Tints of #750F2F

#750F2F
(117,15,47)
#812441
(129,36,65)
#8D3953
(141,57,83)
#994E65
(153,78,101)
#A56377
(165,99,119)
#B17889
(177,120,137)
#BD8D9B
(189,141,155)
#C9A2AD
(201,162,173)
#D5B7BF
(213,183,191)
#E1CCD1
(225,204,209)
#EDE1E3
(237,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #750F2F; }

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

This text font color is #750F2F.

Background Color

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

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

This div background color is #750F2F.

Border color

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

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

This div border color is #750F2F.

Opacity

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

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

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

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

This text has shadow with #750F2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #750F2F.

Preview

Color preview on black background

This text has color #750F2F on black background.


Color preview on white background

This text has color #750F2F on white background.


Black color preview on #750F2F background

This text has black color on #750F2F background.


White color preview on #750F2F background

This text has white color on #750F2F background.


Related colors

Complementary color

Complementary color for #hex is #8AF0D0.


I love getcolorcode.com

Triadic colors

1 #2F750F and #0F2F75 with #750F2F are triadic colors.

2 #2F0F75 and #0F752F with #750F2F are triadic colors.