COLOR #754521

HEX: #754521
RGB: (117,69,33)

Color info

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

RGB color model

#754521 color RGB value is (117,69,33).

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

RGB channels and saturation

R 117 of 255 = 46%
G 69 of 255 = 27%
B 33 of 255 = 13%

117
69
33

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

Portions of RGB colors in percentages

R + G + B =
117 + 69 + 33 = 219 (100%)
R 117 of 219 ~ 53.42%
G 69 of 219 ~ 31.51%
B 33 of 219 ~ 15.07%

%53.42
%31.51
%15.07

CMYK color model

#754521 color CMYK value is (0,41,72,54).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 71.79%
  • key color value is 54.12%
CMYK:
(0,41,72,54)
C0M41Y72K54 
(0%,41%,72%,54%)
(0.00/0.41/0.72/0.54)	

CMYK percentages

%0
%41.03
%71.79
%54.12

Codes

Color #754521 in popluar color models

754521
RGB1176933
HSL26°56.00%29.41%
HSB/HSV26°71.79%45.88%
CMYK0.00%41.03%71.79%
54.12%

Color #754521 in popluar number systems.

HEX754521
Decimal1176933
Binary11101011000101100001
Octal16510541

Shades and tints

Shades of #754521

#754521
(117,69,33)
#6B3F1E
(107,63,30)
#61391B
(97,57,27)
#573318
(87,51,24)
#4D2D15
(77,45,21)
#432712
(67,39,18)
#39210F
(57,33,15)
#2F1B0C
(47,27,12)
#251509
(37,21,9)
#1B0F06
(27,15,6)
#110903
(17,9,3)
#000000
(0,0,0)

Tints of #754521

#754521
(117,69,33)
#815535
(129,85,53)
#8D6549
(141,101,73)
#99755D
(153,117,93)
#A58571
(165,133,113)
#B19585
(177,149,133)
#BDA599
(189,165,153)
#C9B5AD
(201,181,173)
#D5C5C1
(213,197,193)
#E1D5D5
(225,213,213)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754521; }

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

This text font color is #754521.


Background Color

.myBgColor { background-color: #754521; }

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

This div background color is #754521.


Border color

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

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

This div border color is #754521.


Opacity

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

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

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

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

This text has shadow with #754521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754521 on black background.


Color preview on white background

This text has color #754521 on white background.



Black color preview on #754521 background

This text has black color on #754521 background.


White color preview on #754521 background

This text has white color on #754521 background.