COLOR #75393E

HEX: #75393E
RGB: (117,57,62)

Color info

#75393E contains mainly red and blue colors. Web safe color of #75393E is #663333 (or #633).

RGB color model

#75393E color RGB value is (117,57,62).

  • red value is 117;
  • green value is 57;
  • blue value is 62.
RGB:
(117,57,62)
(46%,22%,24%)

RGB channels and saturation

R 117 of 255 = 46%
G 57 of 255 = 22%
B 62 of 255 = 24%

117
57
62

R + G + B ~ 31%. #75393E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 57 + 62 = 236 (100%)
R 117 of 236 ~ 49.58%
G 57 of 236 ~ 24.15%
B 62 of 236 ~ 26.27%

%49.58
%24.15
%26.27

CMYK color model

#75393E color CMYK value is (0,51,47,54).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 47.01%
  • key color value is 54.12%
CMYK:
(0,51,47,54)
C0M51Y47K54 
(0%,51%,47%,54%)
(0.00/0.51/0.47/0.54)	

CMYK percentages

%0
%51.28
%47.01
%54.12

Codes

Color #75393E in popluar color models

75393E
RGB1175762
HSL355°34.48%34.12%
HSB/HSV355°51.28%45.88%
CMYK0.00%51.28%47.01%
54.12%

Color #75393E in popluar number systems.

HEX75393E
Decimal1175762
Binary1110101111001111110
Octal1657176

Shades and tints

Shades of #75393E

#75393E
(117,57,62)
#6B3439
(107,52,57)
#612F34
(97,47,52)
#572A2F
(87,42,47)
#4D252A
(77,37,42)
#432025
(67,32,37)
#391B20
(57,27,32)
#2F161B
(47,22,27)
#251116
(37,17,22)
#1B0C11
(27,12,17)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #75393E

#75393E
(117,57,62)
#814B4F
(129,75,79)
#8D5D60
(141,93,96)
#996F71
(153,111,113)
#A58182
(165,129,130)
#B19393
(177,147,147)
#BDA5A4
(189,165,164)
#C9B7B5
(201,183,181)
#D5C9C6
(213,201,198)
#E1DBD7
(225,219,215)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75393E color. Also use rgb(117,57,62) instead hex code.

Text Font Color

.myTextColor { color: #75393E; }

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

This text font color is #75393E.


Background Color

.myBgColor { background-color: #75393E; }

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

This div background color is #75393E.


Border color

.myBorderColor { border: 1px solid #75393E; }

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

This div border color is #75393E.


Opacity

.myOpacity80 { color: #75393E; opacity: 0.8; }

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

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

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

This text has shadow with #75393E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75393E on black background.


Color preview on white background

This text has color #75393E on white background.



Black color preview on #75393E background

This text has black color on #75393E background.


White color preview on #75393E background

This text has white color on #75393E background.