COLOR #75222C

HEX: #75222C
RGB: (117,34,44)

Color info

#75222C contains mainly red color. Web safe color of #75222C is #663333 (or #633).

RGB color model

#75222C color RGB value is (117,34,44).

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

RGB channels and saturation

R 117 of 255 = 46%
G 34 of 255 = 13%
B 44 of 255 = 17%

117
34
44

R + G + B ~ 25%. #75222C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 34 + 44 = 195 (100%)
R 117 of 195 ~ 60%
G 34 of 195 ~ 17.44%
B 44 of 195 ~ 22.56%

%60
%17.44
%22.56

CMYK color model

#75222C color CMYK value is (0,71,62,54).

  • cyan value is 0.00%
  • magenta value is 70.94%
  • yellow value is 62.39%
  • key color value is 54.12%
CMYK:
(0,71,62,54)
C0M71Y62K54 
(0%,71%,62%,54%)
(0.00/0.71/0.62/0.54)	

CMYK percentages

%0
%70.94
%62.39
%54.12

Codes

Color #75222C in popluar color models

75222C
RGB1173444
HSL353°54.97%29.61%
HSB/HSV353°70.94%45.88%
CMYK0.00%70.94%62.39%
54.12%

Color #75222C in popluar number systems.

HEX75222C
Decimal1173444
Binary1110101100010101100
Octal1654254

Shades and tints

Shades of #75222C

#75222C
(117,34,44)
#6B1F28
(107,31,40)
#611C24
(97,28,36)
#571920
(87,25,32)
#4D161C
(77,22,28)
#431318
(67,19,24)
#391014
(57,16,20)
#2F0D10
(47,13,16)
#250A0C
(37,10,12)
#1B0708
(27,7,8)
#110404
(17,4,4)
#000000
(0,0,0)

Tints of #75222C

#75222C
(117,34,44)
#81363F
(129,54,63)
#8D4A52
(141,74,82)
#995E65
(153,94,101)
#A57278
(165,114,120)
#B1868B
(177,134,139)
#BD9A9E
(189,154,158)
#C9AEB1
(201,174,177)
#D5C2C4
(213,194,196)
#E1D6D7
(225,214,215)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75222C color. Also use rgb(117,34,44) instead hex code.

Text Font Color

.myTextColor { color: #75222C; }

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

This text font color is #75222C.


Background Color

.myBgColor { background-color: #75222C; }

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

This div background color is #75222C.


Border color

.myBorderColor { border: 1px solid #75222C; }

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

This div border color is #75222C.


Opacity

.myOpacity80 { color: #75222C; opacity: 0.8; }

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

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

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

This text has shadow with #75222C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75222C on black background.


Color preview on white background

This text has color #75222C on white background.



Black color preview on #75222C background

This text has black color on #75222C background.


White color preview on #75222C background

This text has white color on #75222C background.