COLOR #75212D

HEX: #75212D
RGB: (117,33,45)

Color info

#75212D contains mainly red color. Web safe color of #75212D is #663333 (or #633).

RGB color model

#75212D color RGB value is (117,33,45).

  • red value is 117;
  • green value is 33;
  • blue value is 45.
RGB:
(117,33,45)
(46%,13%,18%)

RGB channels and saturation

R 117 of 255 = 46%
G 33 of 255 = 13%
B 45 of 255 = 18%

117
33
45

R + G + B ~ 26%. #75212D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 33 + 45 = 195 (100%)
R 117 of 195 ~ 60%
G 33 of 195 ~ 16.92%
B 45 of 195 ~ 23.08%

%60
%16.92
%23.08

CMYK color model

#75212D color CMYK value is (0,72,62,54).

  • cyan value is 0.00%
  • magenta value is 71.79%
  • yellow value is 61.54%
  • key color value is 54.12%
CMYK:
(0,72,62,54)
C0M72Y62K54 
(0%,72%,62%,54%)
(0.00/0.72/0.62/0.54)	

CMYK percentages

%0
%71.79
%61.54
%54.12

Codes

Color #75212D in popluar color models

75212D
RGB1173345
HSL351°56.00%29.41%
HSB/HSV351°71.79%45.88%
CMYK0.00%71.79%61.54%
54.12%

Color #75212D in popluar number systems.

HEX75212D
Decimal1173345
Binary1110101100001101101
Octal1654155

Shades and tints

Shades of #75212D

#75212D
(117,33,45)
#6B1E29
(107,30,41)
#611B25
(97,27,37)
#571821
(87,24,33)
#4D151D
(77,21,29)
#431219
(67,18,25)
#390F15
(57,15,21)
#2F0C11
(47,12,17)
#25090D
(37,9,13)
#1B0609
(27,6,9)
#110305
(17,3,5)
#000000
(0,0,0)

Tints of #75212D

#75212D
(117,33,45)
#813540
(129,53,64)
#8D4953
(141,73,83)
#995D66
(153,93,102)
#A57179
(165,113,121)
#B1858C
(177,133,140)
#BD999F
(189,153,159)
#C9ADB2
(201,173,178)
#D5C1C5
(213,193,197)
#E1D5D8
(225,213,216)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75212D color. Also use rgb(117,33,45) instead hex code.

Text Font Color

.myTextColor { color: #75212D; }

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

This text font color is #75212D.


Background Color

.myBgColor { background-color: #75212D; }

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

This div background color is #75212D.


Border color

.myBorderColor { border: 1px solid #75212D; }

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

This div border color is #75212D.


Opacity

.myOpacity80 { color: #75212D; opacity: 0.8; }

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

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

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

This text has shadow with #75212D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75212D on black background.


Color preview on white background

This text has color #75212D on white background.



Black color preview on #75212D background

This text has black color on #75212D background.


White color preview on #75212D background

This text has white color on #75212D background.