COLOR #753F27

HEX: #753F27
RGB: (117,63,39)

Color info

#753F27 contains mainly red and green colors. Web safe color of #753F27 is #663333 (or #633).

RGB color model

#753F27 color RGB value is (117,63,39).

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

RGB channels and saturation

R 117 of 255 = 46%
G 63 of 255 = 25%
B 39 of 255 = 15%

117
63
39

R + G + B ~ 29%. #753F27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 63 + 39 = 219 (100%)
R 117 of 219 ~ 53.42%
G 63 of 219 ~ 28.77%
B 39 of 219 ~ 17.81%

%53.42
%28.77
%17.81

CMYK color model

#753F27 color CMYK value is (0,46,67,54).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 66.67%
  • key color value is 54.12%
CMYK:
(0,46,67,54)
C0M46Y67K54 
(0%,46%,67%,54%)
(0.00/0.46/0.67/0.54)	

CMYK percentages

%0
%46.15
%66.67
%54.12

Codes

Color #753F27 in popluar color models

753F27
RGB1176339
HSL18°50.00%30.59%
HSB/HSV18°66.67%45.88%
CMYK0.00%46.15%66.67%
54.12%

Color #753F27 in popluar number systems.

HEX753F27
Decimal1176339
Binary1110101111111100111
Octal1657747

Shades and tints

Shades of #753F27

#753F27
(117,63,39)
#6B3A24
(107,58,36)
#613521
(97,53,33)
#57301E
(87,48,30)
#4D2B1B
(77,43,27)
#432618
(67,38,24)
#392115
(57,33,21)
#2F1C12
(47,28,18)
#25170F
(37,23,15)
#1B120C
(27,18,12)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #753F27

#753F27
(117,63,39)
#81503A
(129,80,58)
#8D614D
(141,97,77)
#997260
(153,114,96)
#A58373
(165,131,115)
#B19486
(177,148,134)
#BDA599
(189,165,153)
#C9B6AC
(201,182,172)
#D5C7BF
(213,199,191)
#E1D8D2
(225,216,210)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753F27; }

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

This text font color is #753F27.


Background Color

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

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

This div background color is #753F27.


Border color

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

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

This div border color is #753F27.


Opacity

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

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

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

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

This text has shadow with #753F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753F27 on black background.


Color preview on white background

This text has color #753F27 on white background.



Black color preview on #753F27 background

This text has black color on #753F27 background.


White color preview on #753F27 background

This text has white color on #753F27 background.