COLOR #750F3C

HEX: #750F3C
RGB: (117,15,60)

Color info

#750F3C contains mainly red and blue colors. Web safe color of #750F3C is #660033 (or #603).

RGB color model

#750F3C color RGB value is (117,15,60).

  • red value is 117;
  • green value is 15;
  • blue value is 60.
RGB:
(117,15,60)
(46%,6%,24%)

RGB channels and saturation

R 117 of 255 = 46%
G 15 of 255 = 6%
B 60 of 255 = 24%

117
15
60

R + G + B ~ 25%. #750F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 15 + 60 = 192 (100%)
R 117 of 192 ~ 60.94%
G 15 of 192 ~ 7.81%
B 60 of 192 ~ 31.25%

%60.94
%31.25

CMYK color model

#750F3C color CMYK value is (0,87,49,54).

  • cyan value is 0.00%
  • magenta value is 87.18%
  • yellow value is 48.72%
  • key color value is 54.12%
CMYK:
(0,87,49,54)
C0M87Y49K54 
(0%,87%,49%,54%)
(0.00/0.87/0.49/0.54)	

CMYK percentages

%0
%87.18
%48.72
%54.12

Codes

Color #750F3C in popluar color models

750F3C
RGB1171560
HSL334°77.27%25.88%
HSB/HSV334°87.18%45.88%
CMYK0.00%87.18%48.72%
54.12%

Color #750F3C in popluar number systems.

HEX750F3C
Decimal1171560
Binary11101011111111100
Octal1651774

Shades and tints

Shades of #750F3C

#750F3C
(117,15,60)
#6B0E37
(107,14,55)
#610D32
(97,13,50)
#570C2D
(87,12,45)
#4D0B28
(77,11,40)
#430A23
(67,10,35)
#39091E
(57,9,30)
#2F0819
(47,8,25)
#250714
(37,7,20)
#1B060F
(27,6,15)
#11050A
(17,5,10)
#000000
(0,0,0)

Tints of #750F3C

#750F3C
(117,15,60)
#81244D
(129,36,77)
#8D395E
(141,57,94)
#994E6F
(153,78,111)
#A56380
(165,99,128)
#B17891
(177,120,145)
#BD8DA2
(189,141,162)
#C9A2B3
(201,162,179)
#D5B7C4
(213,183,196)
#E1CCD5
(225,204,213)
#EDE1E6
(237,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #750F3C; }

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

This text font color is #750F3C.


Background Color

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

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

This div background color is #750F3C.


Border color

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

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

This div border color is #750F3C.


Opacity

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

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

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

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

This text has shadow with #750F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750F3C on black background.


Color preview on white background

This text has color #750F3C on white background.



Black color preview on #750F3C background

This text has black color on #750F3C background.


White color preview on #750F3C background

This text has white color on #750F3C background.