COLOR #753821

HEX: #753821
RGB: (117,56,33)

Color info

#753821 contains mainly red color. Web safe color of #753821 is #663333 (or #633).

RGB color model

#753821 color RGB value is (117,56,33).

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

RGB channels and saturation

R 117 of 255 = 46%
G 56 of 255 = 22%
B 33 of 255 = 13%

117
56
33

R + G + B ~ 27%. #753821 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 56 + 33 = 206 (100%)
R 117 of 206 ~ 56.8%
G 56 of 206 ~ 27.18%
B 33 of 206 ~ 16.02%

%56.8
%27.18
%16.02

CMYK color model

#753821 color CMYK value is (0,52,72,54).

  • cyan value is 0.00%
  • magenta value is 52.14%
  • yellow value is 71.79%
  • key color value is 54.12%
CMYK:
(0,52,72,54)
C0M52Y72K54 
(0%,52%,72%,54%)
(0.00/0.52/0.72/0.54)	

CMYK percentages

%0
%52.14
%71.79
%54.12

Codes

Color #753821 in popluar color models

753821
RGB1175633
HSL16°56.00%29.41%
HSB/HSV16°71.79%45.88%
CMYK0.00%52.14%71.79%
54.12%

Color #753821 in popluar number systems.

HEX753821
Decimal1175633
Binary1110101111000100001
Octal1657041

Shades and tints

Shades of #753821

#753821
(117,56,33)
#6B331E
(107,51,30)
#612E1B
(97,46,27)
#572918
(87,41,24)
#4D2415
(77,36,21)
#431F12
(67,31,18)
#391A0F
(57,26,15)
#2F150C
(47,21,12)
#251009
(37,16,9)
#1B0B06
(27,11,6)
#110603
(17,6,3)
#000000
(0,0,0)

Tints of #753821

#753821
(117,56,33)
#814A35
(129,74,53)
#8D5C49
(141,92,73)
#996E5D
(153,110,93)
#A58071
(165,128,113)
#B19285
(177,146,133)
#BDA499
(189,164,153)
#C9B6AD
(201,182,173)
#D5C8C1
(213,200,193)
#E1DAD5
(225,218,213)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753821; }

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

This text font color is #753821.


Background Color

.myBgColor { background-color: #753821; }

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

This div background color is #753821.


Border color

.myBorderColor { border: 1px solid #753821; }

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

This div border color is #753821.


Opacity

.myOpacity80 { color: #753821; opacity: 0.8; }

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

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

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

This text has shadow with #753821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753821 on black background.


Color preview on white background

This text has color #753821 on white background.



Black color preview on #753821 background

This text has black color on #753821 background.


White color preview on #753821 background

This text has white color on #753821 background.