COLOR #75312B

HEX: #75312B
RGB: (117,49,43)

Color info

#75312B contains mainly red color. Web safe color of #75312B is #663333 (or #633).

RGB color model

#75312B color RGB value is (117,49,43).

  • red value is 117;
  • green value is 49;
  • blue value is 43.
RGB:
(117,49,43)
(46%,19%,17%)

RGB channels and saturation

R 117 of 255 = 46%
G 49 of 255 = 19%
B 43 of 255 = 17%

117
49
43

R + G + B ~ 27%. #75312B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 49 + 43 = 209 (100%)
R 117 of 209 ~ 55.98%
G 49 of 209 ~ 23.44%
B 43 of 209 ~ 20.57%

%55.98
%23.44
%20.57

CMYK color model

#75312B color CMYK value is (0,58,63,54).

  • cyan value is 0.00%
  • magenta value is 58.12%
  • yellow value is 63.25%
  • key color value is 54.12%
CMYK:
(0,58,63,54)
C0M58Y63K54 
(0%,58%,63%,54%)
(0.00/0.58/0.63/0.54)	

CMYK percentages

%0
%58.12
%63.25
%54.12

Codes

Color #75312B in popluar color models

75312B
RGB1174943
HSL46.25%31.37%
HSB/HSV63.25%45.88%
CMYK0.00%58.12%63.25%
54.12%

Color #75312B in popluar number systems.

HEX75312B
Decimal1174943
Binary1110101110001101011
Octal1656153

Shades and tints

Shades of #75312B

#75312B
(117,49,43)
#6B2D28
(107,45,40)
#612925
(97,41,37)
#572522
(87,37,34)
#4D211F
(77,33,31)
#431D1C
(67,29,28)
#391919
(57,25,25)
#2F1516
(47,21,22)
#251113
(37,17,19)
#1B0D10
(27,13,16)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #75312B

#75312B
(117,49,43)
#81433E
(129,67,62)
#8D5551
(141,85,81)
#996764
(153,103,100)
#A57977
(165,121,119)
#B18B8A
(177,139,138)
#BD9D9D
(189,157,157)
#C9AFB0
(201,175,176)
#D5C1C3
(213,193,195)
#E1D3D6
(225,211,214)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75312B color. Also use rgb(117,49,43) instead hex code.

Text Font Color

.myTextColor { color: #75312B; }

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

This text font color is #75312B.


Background Color

.myBgColor { background-color: #75312B; }

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

This div background color is #75312B.


Border color

.myBorderColor { border: 1px solid #75312B; }

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

This div border color is #75312B.


Opacity

.myOpacity80 { color: #75312B; opacity: 0.8; }

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

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

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

This text has shadow with #75312B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75312B on black background.


Color preview on white background

This text has color #75312B on white background.



Black color preview on #75312B background

This text has black color on #75312B background.


White color preview on #75312B background

This text has white color on #75312B background.