COLOR #753F21

HEX: #753F21
RGB: (117,63,33)

Color info

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

RGB color model

#753F21 color RGB value is (117,63,33).

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

RGB channels and saturation

R 117 of 255 = 46%
G 63 of 255 = 25%
B 33 of 255 = 13%

117
63
33

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

Portions of RGB colors in percentages

R + G + B =
117 + 63 + 33 = 213 (100%)
R 117 of 213 ~ 54.93%
G 63 of 213 ~ 29.58%
B 33 of 213 ~ 15.49%

%54.93
%29.58
%15.49

CMYK color model

#753F21 color CMYK value is (0,46,72,54).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 71.79%
  • key color value is 54.12%
CMYK:
(0,46,72,54)
C0M46Y72K54 
(0%,46%,72%,54%)
(0.00/0.46/0.72/0.54)	

CMYK percentages

%0
%46.15
%71.79
%54.12

Codes

Color #753F21 in popluar color models

753F21
RGB1176333
HSL21°56.00%29.41%
HSB/HSV21°71.79%45.88%
CMYK0.00%46.15%71.79%
54.12%

Color #753F21 in popluar number systems.

HEX753F21
Decimal1176333
Binary1110101111111100001
Octal1657741

Shades and tints

Shades of #753F21

#753F21
(117,63,33)
#6B3A1E
(107,58,30)
#61351B
(97,53,27)
#573018
(87,48,24)
#4D2B15
(77,43,21)
#432612
(67,38,18)
#39210F
(57,33,15)
#2F1C0C
(47,28,12)
#251709
(37,23,9)
#1B1206
(27,18,6)
#110D03
(17,13,3)
#000000
(0,0,0)

Tints of #753F21

#753F21
(117,63,33)
#815035
(129,80,53)
#8D6149
(141,97,73)
#99725D
(153,114,93)
#A58371
(165,131,113)
#B19485
(177,148,133)
#BDA599
(189,165,153)
#C9B6AD
(201,182,173)
#D5C7C1
(213,199,193)
#E1D8D5
(225,216,213)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753F21; }

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

This text font color is #753F21.


Background Color

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

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

This div background color is #753F21.


Border color

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

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

This div border color is #753F21.


Opacity

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

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

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

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

This text has shadow with #753F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753F21 on black background.


Color preview on white background

This text has color #753F21 on white background.



Black color preview on #753F21 background

This text has black color on #753F21 background.


White color preview on #753F21 background

This text has white color on #753F21 background.