COLOR #753E20

HEX: #753E20
RGB: (117,62,32)

Color info

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

RGB color model

#753E20 color RGB value is (117,62,32).

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

RGB channels and saturation

R 117 of 255 = 46%
G 62 of 255 = 24%
B 32 of 255 = 13%

117
62
32

R + G + B ~ 28%. #753E20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 62 + 32 = 211 (100%)
R 117 of 211 ~ 55.45%
G 62 of 211 ~ 29.38%
B 32 of 211 ~ 15.17%

%55.45
%29.38
%15.17

CMYK color model

#753E20 color CMYK value is (0,47,73,54).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 72.65%
  • key color value is 54.12%
CMYK:
(0,47,73,54)
C0M47Y73K54 
(0%,47%,73%,54%)
(0.00/0.47/0.73/0.54)	

CMYK percentages

%0
%47.01
%72.65
%54.12

Codes

Color #753E20 in popluar color models

753E20
RGB1176232
HSL21°57.05%29.22%
HSB/HSV21°72.65%45.88%
CMYK0.00%47.01%72.65%
54.12%

Color #753E20 in popluar number systems.

HEX753E20
Decimal1176232
Binary1110101111110100000
Octal1657640

Shades and tints

Shades of #753E20

#753E20
(117,62,32)
#6B391E
(107,57,30)
#61341C
(97,52,28)
#572F1A
(87,47,26)
#4D2A18
(77,42,24)
#432516
(67,37,22)
#392014
(57,32,20)
#2F1B12
(47,27,18)
#251610
(37,22,16)
#1B110E
(27,17,14)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #753E20

#753E20
(117,62,32)
#814F34
(129,79,52)
#8D6048
(141,96,72)
#99715C
(153,113,92)
#A58270
(165,130,112)
#B19384
(177,147,132)
#BDA498
(189,164,152)
#C9B5AC
(201,181,172)
#D5C6C0
(213,198,192)
#E1D7D4
(225,215,212)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753E20; }

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

This text font color is #753E20.


Background Color

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

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

This div background color is #753E20.


Border color

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

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

This div border color is #753E20.


Opacity

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

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

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

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

This text has shadow with #753E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753E20 on black background.


Color preview on white background

This text has color #753E20 on white background.



Black color preview on #753E20 background

This text has black color on #753E20 background.


White color preview on #753E20 background

This text has white color on #753E20 background.