COLOR #753F3E

HEX: #753F3E
RGB: (117,63,62)

Color info

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

RGB color model

#753F3E color RGB value is (117,63,62).

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

RGB channels and saturation

R 117 of 255 = 46%
G 63 of 255 = 25%
B 62 of 255 = 24%

117
63
62

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

Portions of RGB colors in percentages

R + G + B =
117 + 63 + 62 = 242 (100%)
R 117 of 242 ~ 48.35%
G 63 of 242 ~ 26.03%
B 62 of 242 ~ 25.62%

%48.35
%26.03
%25.62

CMYK color model

#753F3E color CMYK value is (0,46,47,54).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 47.01%
  • key color value is 54.12%
CMYK:
(0,46,47,54)
C0M46Y47K54 
(0%,46%,47%,54%)
(0.00/0.46/0.47/0.54)	

CMYK percentages

%0
%46.15
%47.01
%54.12

Codes

Color #753F3E in popluar color models

753F3E
RGB1176362
HSL30.73%35.10%
HSB/HSV47.01%45.88%
CMYK0.00%46.15%47.01%
54.12%

Color #753F3E in popluar number systems.

HEX753F3E
Decimal1176362
Binary1110101111111111110
Octal1657776

Shades and tints

Shades of #753F3E

#753F3E
(117,63,62)
#6B3A39
(107,58,57)
#613534
(97,53,52)
#57302F
(87,48,47)
#4D2B2A
(77,43,42)
#432625
(67,38,37)
#392120
(57,33,32)
#2F1C1B
(47,28,27)
#251716
(37,23,22)
#1B1211
(27,18,17)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #753F3E

#753F3E
(117,63,62)
#81504F
(129,80,79)
#8D6160
(141,97,96)
#997271
(153,114,113)
#A58382
(165,131,130)
#B19493
(177,148,147)
#BDA5A4
(189,165,164)
#C9B6B5
(201,182,181)
#D5C7C6
(213,199,198)
#E1D8D7
(225,216,215)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753F3E; }

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

This text font color is #753F3E.


Background Color

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

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

This div background color is #753F3E.


Border color

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

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

This div border color is #753F3E.


Opacity

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

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

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

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

This text has shadow with #753F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753F3E on black background.


Color preview on white background

This text has color #753F3E on white background.



Black color preview on #753F3E background

This text has black color on #753F3E background.


White color preview on #753F3E background

This text has white color on #753F3E background.