COLOR #75393C

HEX: #75393C
RGB: (117,57,60)

Color info

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

RGB color model

#75393C color RGB value is (117,57,60).

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

RGB channels and saturation

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

117
57
60

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

Portions of RGB colors in percentages

R + G + B =
117 + 57 + 60 = 234 (100%)
R 117 of 234 ~ 50%
G 57 of 234 ~ 24.36%
B 60 of 234 ~ 25.64%

%50
%24.36
%25.64

CMYK color model

#75393C color CMYK value is (0,51,49,54).

  • cyan value is 0.00%
  • magenta value is 51.28%
  • yellow value is 48.72%
  • key color value is 54.12%
CMYK:
(0,51,49,54)
C0M51Y49K54 
(0%,51%,49%,54%)
(0.00/0.51/0.49/0.54)	

CMYK percentages

%0
%51.28
%48.72
%54.12

Codes

Color #75393C in popluar color models

75393C
RGB1175760
HSL357°34.48%34.12%
HSB/HSV357°51.28%45.88%
CMYK0.00%51.28%48.72%
54.12%

Color #75393C in popluar number systems.

HEX75393C
Decimal1175760
Binary1110101111001111100
Octal1657174

Shades and tints

Shades of #75393C

#75393C
(117,57,60)
#6B3437
(107,52,55)
#612F32
(97,47,50)
#572A2D
(87,42,45)
#4D2528
(77,37,40)
#432023
(67,32,35)
#391B1E
(57,27,30)
#2F1619
(47,22,25)
#251114
(37,17,20)
#1B0C0F
(27,12,15)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #75393C

#75393C
(117,57,60)
#814B4D
(129,75,77)
#8D5D5E
(141,93,94)
#996F6F
(153,111,111)
#A58180
(165,129,128)
#B19391
(177,147,145)
#BDA5A2
(189,165,162)
#C9B7B3
(201,183,179)
#D5C9C4
(213,201,196)
#E1DBD5
(225,219,213)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75393C; }

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

This text font color is #75393C.


Background Color

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

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

This div background color is #75393C.


Border color

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

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

This div border color is #75393C.


Opacity

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

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

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

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

This text has shadow with #75393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75393C on black background.


Color preview on white background

This text has color #75393C on white background.



Black color preview on #75393C background

This text has black color on #75393C background.


White color preview on #75393C background

This text has white color on #75393C background.