COLOR #753B3F

HEX: #753B3F
RGB: (117,59,63)

Color info

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

RGB color model

#753B3F color RGB value is (117,59,63).

  • red value is 117;
  • green value is 59;
  • blue value is 63.
RGB:
(117,59,63)
(46%,23%,25%)

RGB channels and saturation

R 117 of 255 = 46%
G 59 of 255 = 23%
B 63 of 255 = 25%

117
59
63

R + G + B ~ 31%. #753B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 59 + 63 = 239 (100%)
R 117 of 239 ~ 48.95%
G 59 of 239 ~ 24.69%
B 63 of 239 ~ 26.36%

%48.95
%24.69
%26.36

CMYK color model

#753B3F color CMYK value is (0,50,46,54).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 46.15%
  • key color value is 54.12%
CMYK:
(0,50,46,54)
C0M50Y46K54 
(0%,50%,46%,54%)
(0.00/0.50/0.46/0.54)	

CMYK percentages

%0
%49.57
%46.15
%54.12

Codes

Color #753B3F in popluar color models

753B3F
RGB1175963
HSL356°32.95%34.51%
HSB/HSV356°49.57%45.88%
CMYK0.00%49.57%46.15%
54.12%

Color #753B3F in popluar number systems.

HEX753B3F
Decimal1175963
Binary1110101111011111111
Octal1657377

Shades and tints

Shades of #753B3F

#753B3F
(117,59,63)
#6B363A
(107,54,58)
#613135
(97,49,53)
#572C30
(87,44,48)
#4D272B
(77,39,43)
#432226
(67,34,38)
#391D21
(57,29,33)
#2F181C
(47,24,28)
#251317
(37,19,23)
#1B0E12
(27,14,18)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #753B3F

#753B3F
(117,59,63)
#814C50
(129,76,80)
#8D5D61
(141,93,97)
#996E72
(153,110,114)
#A57F83
(165,127,131)
#B19094
(177,144,148)
#BDA1A5
(189,161,165)
#C9B2B6
(201,178,182)
#D5C3C7
(213,195,199)
#E1D4D8
(225,212,216)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753B3F color. Also use rgb(117,59,63) instead hex code.

Text Font Color

.myTextColor { color: #753B3F; }

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

This text font color is #753B3F.


Background Color

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

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

This div background color is #753B3F.


Border color

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

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

This div border color is #753B3F.


Opacity

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

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

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

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

This text has shadow with #753B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753B3F on black background.


Color preview on white background

This text has color #753B3F on white background.



Black color preview on #753B3F background

This text has black color on #753B3F background.


White color preview on #753B3F background

This text has white color on #753B3F background.