COLOR #750336

HEX: #750336
RGB: (117,3,54)

Color info

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

RGB color model

#750336 color RGB value is (117,3,54).

  • red value is 117;
  • green value is 3;
  • blue value is 54.
RGB:
(117,3,54)
(46%,1%,21%)

RGB channels and saturation

R 117 of 255 = 46%
G 3 of 255 = 1%
B 54 of 255 = 21%

117
3
54

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

Portions of RGB colors in percentages

R + G + B =
117 + 3 + 54 = 174 (100%)
R 117 of 174 ~ 67.24%
G 3 of 174 ~ 1.72%
B 54 of 174 ~ 31.03%

%67.24
%31.03

CMYK color model

#750336 color CMYK value is (0,97,54,54).

  • cyan value is 0.00%
  • magenta value is 97.44%
  • yellow value is 53.85%
  • key color value is 54.12%
CMYK:
(0,97,54,54)
C0M97Y54K54 
(0%,97%,54%,54%)
(0.00/0.97/0.54/0.54)	

CMYK percentages

%0
%97.44
%53.85
%54.12

Codes

Color #750336 in popluar color models

750336
RGB117354
HSL333°95.00%23.53%
HSB/HSV333°97.44%45.88%
CMYK0.00%97.44%53.85%
54.12%

Color #750336 in popluar number systems.

HEX750336
Decimal117354
Binary111010111110110
Octal165366

Shades and tints

Shades of #750336

#750336
(117,3,54)
#6B0332
(107,3,50)
#61032E
(97,3,46)
#57032A
(87,3,42)
#4D0326
(77,3,38)
#430322
(67,3,34)
#39031E
(57,3,30)
#2F031A
(47,3,26)
#250316
(37,3,22)
#1B0312
(27,3,18)
#11030E
(17,3,14)
#000000
(0,0,0)

Tints of #750336

#750336
(117,3,54)
#811948
(129,25,72)
#8D2F5A
(141,47,90)
#99456C
(153,69,108)
#A55B7E
(165,91,126)
#B17190
(177,113,144)
#BD87A2
(189,135,162)
#C99DB4
(201,157,180)
#D5B3C6
(213,179,198)
#E1C9D8
(225,201,216)
#EDDFEA
(237,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750336 color. Also use rgb(117,3,54) instead hex code.

Text Font Color

.myTextColor { color: #750336; }

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

This text font color is #750336.


Background Color

.myBgColor { background-color: #750336; }

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

This div background color is #750336.


Border color

.myBorderColor { border: 1px solid #750336; }

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

This div border color is #750336.


Opacity

.myOpacity80 { color: #750336; opacity: 0.8; }

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

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

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

This text has shadow with #750336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750336 on black background.


Color preview on white background

This text has color #750336 on white background.



Black color preview on #750336 background

This text has black color on #750336 background.


White color preview on #750336 background

This text has white color on #750336 background.