COLOR #754620

HEX: #754620
RGB: (117,70,32)

Color info

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

RGB color model

#754620 color RGB value is (117,70,32).

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

RGB channels and saturation

R 117 of 255 = 46%
G 70 of 255 = 27%
B 32 of 255 = 13%

117
70
32

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

Portions of RGB colors in percentages

R + G + B =
117 + 70 + 32 = 219 (100%)
R 117 of 219 ~ 53.42%
G 70 of 219 ~ 31.96%
B 32 of 219 ~ 14.61%

%53.42
%31.96
%14.61

CMYK color model

#754620 color CMYK value is (0,40,73,54).

  • cyan value is 0.00%
  • magenta value is 40.17%
  • yellow value is 72.65%
  • key color value is 54.12%
CMYK:
(0,40,73,54)
C0M40Y73K54 
(0%,40%,73%,54%)
(0.00/0.40/0.73/0.54)	

CMYK percentages

%0
%40.17
%72.65
%54.12

Codes

Color #754620 in popluar color models

754620
RGB1177032
HSL27°57.05%29.22%
HSB/HSV27°72.65%45.88%
CMYK0.00%40.17%72.65%
54.12%

Color #754620 in popluar number systems.

HEX754620
Decimal1177032
Binary11101011000110100000
Octal16510640

Shades and tints

Shades of #754620

#754620
(117,70,32)
#6B401E
(107,64,30)
#613A1C
(97,58,28)
#57341A
(87,52,26)
#4D2E18
(77,46,24)
#432816
(67,40,22)
#392214
(57,34,20)
#2F1C12
(47,28,18)
#251610
(37,22,16)
#1B100E
(27,16,14)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #754620

#754620
(117,70,32)
#815634
(129,86,52)
#8D6648
(141,102,72)
#99765C
(153,118,92)
#A58670
(165,134,112)
#B19684
(177,150,132)
#BDA698
(189,166,152)
#C9B6AC
(201,182,172)
#D5C6C0
(213,198,192)
#E1D6D4
(225,214,212)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754620; }

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

This text font color is #754620.


Background Color

.myBgColor { background-color: #754620; }

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

This div background color is #754620.


Border color

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

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

This div border color is #754620.


Opacity

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

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

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

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

This text has shadow with #754620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754620 on black background.


Color preview on white background

This text has color #754620 on white background.



Black color preview on #754620 background

This text has black color on #754620 background.


White color preview on #754620 background

This text has white color on #754620 background.