COLOR #750227

HEX: #750227
RGB: (117,2,39)

Color info

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

RGB color model

#750227 color RGB value is (117,2,39).

  • red value is 117;
  • green value is 2;
  • blue value is 39.
RGB:
(117,2,39)
(46%,1%,15%)

RGB channels and saturation

R 117 of 255 = 46%
G 2 of 255 = 1%
B 39 of 255 = 15%

117
2
39

R + G + B ~ 21%. #750227 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 2 + 39 = 158 (100%)
R 117 of 158 ~ 74.05%
G 2 of 158 ~ 1.27%
B 39 of 158 ~ 24.68%

%74.05
%24.68

CMYK color model

#750227 color CMYK value is (0,98,67,54).

  • cyan value is 0.00%
  • magenta value is 98.29%
  • yellow value is 66.67%
  • key color value is 54.12%
CMYK:
(0,98,67,54)
C0M98Y67K54 
(0%,98%,67%,54%)
(0.00/0.98/0.67/0.54)	

CMYK percentages

%0
%98.29
%66.67
%54.12

Codes

Color #750227 in popluar color models

750227
RGB117239
HSL341°96.64%23.33%
HSB/HSV341°98.29%45.88%
CMYK0.00%98.29%66.67%
54.12%

Color #750227 in popluar number systems.

HEX750227
Decimal117239
Binary111010110100111
Octal165247

Shades and tints

Shades of #750227

#750227
(117,2,39)
#6B0224
(107,2,36)
#610221
(97,2,33)
#57021E
(87,2,30)
#4D021B
(77,2,27)
#430218
(67,2,24)
#390215
(57,2,21)
#2F0212
(47,2,18)
#25020F
(37,2,15)
#1B020C
(27,2,12)
#110209
(17,2,9)
#000000
(0,0,0)

Tints of #750227

#750227
(117,2,39)
#81193A
(129,25,58)
#8D304D
(141,48,77)
#994760
(153,71,96)
#A55E73
(165,94,115)
#B17586
(177,117,134)
#BD8C99
(189,140,153)
#C9A3AC
(201,163,172)
#D5BABF
(213,186,191)
#E1D1D2
(225,209,210)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750227 color. Also use rgb(117,2,39) instead hex code.

Text Font Color

.myTextColor { color: #750227; }

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

This text font color is #750227.


Background Color

.myBgColor { background-color: #750227; }

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

This div background color is #750227.


Border color

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

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

This div border color is #750227.


Opacity

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

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

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

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

This text has shadow with #750227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750227 on black background.


Color preview on white background

This text has color #750227 on white background.



Black color preview on #750227 background

This text has black color on #750227 background.


White color preview on #750227 background

This text has white color on #750227 background.