COLOR #753E2F

HEX: #753E2F
RGB: (117,62,47)

Color info

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

RGB color model

#753E2F color RGB value is (117,62,47).

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

RGB channels and saturation

R 117 of 255 = 46%
G 62 of 255 = 24%
B 47 of 255 = 18%

117
62
47

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

Portions of RGB colors in percentages

R + G + B =
117 + 62 + 47 = 226 (100%)
R 117 of 226 ~ 51.77%
G 62 of 226 ~ 27.43%
B 47 of 226 ~ 20.8%

%51.77
%27.43
%20.8

CMYK color model

#753E2F color CMYK value is (0,47,60,54).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 59.83%
  • key color value is 54.12%
CMYK:
(0,47,60,54)
C0M47Y60K54 
(0%,47%,60%,54%)
(0.00/0.47/0.60/0.54)	

CMYK percentages

%0
%47.01
%59.83
%54.12

Codes

Color #753E2F in popluar color models

753E2F
RGB1176247
HSL13°42.68%32.16%
HSB/HSV13°59.83%45.88%
CMYK0.00%47.01%59.83%
54.12%

Color #753E2F in popluar number systems.

HEX753E2F
Decimal1176247
Binary1110101111110101111
Octal1657657

Shades and tints

Shades of #753E2F

#753E2F
(117,62,47)
#6B392B
(107,57,43)
#613427
(97,52,39)
#572F23
(87,47,35)
#4D2A1F
(77,42,31)
#43251B
(67,37,27)
#392017
(57,32,23)
#2F1B13
(47,27,19)
#25160F
(37,22,15)
#1B110B
(27,17,11)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #753E2F

#753E2F
(117,62,47)
#814F41
(129,79,65)
#8D6053
(141,96,83)
#997165
(153,113,101)
#A58277
(165,130,119)
#B19389
(177,147,137)
#BDA49B
(189,164,155)
#C9B5AD
(201,181,173)
#D5C6BF
(213,198,191)
#E1D7D1
(225,215,209)
#EDE8E3
(237,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753E2F; }

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

This text font color is #753E2F.


Background Color

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

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

This div background color is #753E2F.


Border color

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

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

This div border color is #753E2F.


Opacity

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

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

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

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

This text has shadow with #753E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753E2F on black background.


Color preview on white background

This text has color #753E2F on white background.



Black color preview on #753E2F background

This text has black color on #753E2F background.


White color preview on #753E2F background

This text has white color on #753E2F background.