COLOR #753C46

HEX: #753C46
RGB: (117,60,70)

Color info

#753C46 contains red, green and blue colors in about the same proportion. Web safe color of #753C46 is #663333 (or #633).

RGB color model

#753C46 color RGB value is (117,60,70).

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

RGB channels and saturation

R 117 of 255 = 46%
G 60 of 255 = 24%
B 70 of 255 = 27%

117
60
70

R + G + B ~ 32%. #753C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 60 + 70 = 247 (100%)
R 117 of 247 ~ 47.37%
G 60 of 247 ~ 24.29%
B 70 of 247 ~ 28.34%

%47.37
%24.29
%28.34

CMYK color model

#753C46 color CMYK value is (0,49,40,54).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 40.17%
  • key color value is 54.12%
CMYK:
(0,49,40,54)
C0M49Y40K54 
(0%,49%,40%,54%)
(0.00/0.49/0.40/0.54)	

CMYK percentages

%0
%48.72
%40.17
%54.12

Codes

Color #753C46 in popluar color models

753C46
RGB1176070
HSL349°32.20%34.71%
HSB/HSV349°48.72%45.88%
CMYK0.00%48.72%40.17%
54.12%

Color #753C46 in popluar number systems.

HEX753C46
Decimal1176070
Binary11101011111001000110
Octal16574106

Shades and tints

Shades of #753C46

#753C46
(117,60,70)
#6B3740
(107,55,64)
#61323A
(97,50,58)
#572D34
(87,45,52)
#4D282E
(77,40,46)
#432328
(67,35,40)
#391E22
(57,30,34)
#2F191C
(47,25,28)
#251416
(37,20,22)
#1B0F10
(27,15,16)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #753C46

#753C46
(117,60,70)
#814D56
(129,77,86)
#8D5E66
(141,94,102)
#996F76
(153,111,118)
#A58086
(165,128,134)
#B19196
(177,145,150)
#BDA2A6
(189,162,166)
#C9B3B6
(201,179,182)
#D5C4C6
(213,196,198)
#E1D5D6
(225,213,214)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753C46 color. Also use rgb(117,60,70) instead hex code.

Text Font Color

.myTextColor { color: #753C46; }

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

This text font color is #753C46.


Background Color

.myBgColor { background-color: #753C46; }

<div style="background-color:#753C46">Inner text</div>

This div background color is #753C46.


Border color

.myBorderColor { border: 1px solid #753C46; }

<div style="border:3px solid #753C46">Div</div>

This div border color is #753C46.


Opacity

.myOpacity80 { color: #753C46; opacity: 0.8; }

<p style="color:#753C46;opacity:0.8;">80%</p>

Text with #753C46 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 #753C46;}

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

This text has shadow with #753C46 color.

.textShadow {text-shadow: 3px 3px 1px #753C46, 3px 3px 1px red;}

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

This text has shadow with #753C46 primary color and red secondary color.


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

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

This text has shadow with #753C46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753C46 on black background.


Color preview on white background

This text has color #753C46 on white background.



Black color preview on #753C46 background

This text has black color on #753C46 background.


White color preview on #753C46 background

This text has white color on #753C46 background.