COLOR #756620

HEX: #756620
RGB: (117,102,32)

Color info

#756620 contains mainly red and green colors. Web safe color of #756620 is #666633 (or #663).

RGB color model

#756620 color RGB value is (117,102,32).

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

RGB channels and saturation

R 117 of 255 = 46%
G 102 of 255 = 40%
B 32 of 255 = 13%

117
102
32

R + G + B ~ 33%. #756620 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 32 = 251 (100%)
R 117 of 251 ~ 46.61%
G 102 of 251 ~ 40.64%
B 32 of 251 ~ 12.75%

%46.61
%40.64
%12.75

CMYK color model

#756620 color CMYK value is (0,13,73,54).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 72.65%
  • key color value is 54.12%
CMYK:
(0,13,73,54)
C0M13Y73K54 
(0%,13%,73%,54%)
(0.00/0.13/0.73/0.54)	

CMYK percentages

%0
%12.82
%72.65
%54.12

Codes

Color #756620 in popluar color models

756620
RGB11710232
HSL49°57.05%29.22%
HSB/HSV49°72.65%45.88%
CMYK0.00%12.82%72.65%
54.12%

Color #756620 in popluar number systems.

HEX756620
Decimal11710232
Binary11101011100110100000
Octal16514640

Shades and tints

Shades of #756620

#756620
(117,102,32)
#6B5D1E
(107,93,30)
#61541C
(97,84,28)
#574B1A
(87,75,26)
#4D4218
(77,66,24)
#433916
(67,57,22)
#393014
(57,48,20)
#2F2712
(47,39,18)
#251E10
(37,30,16)
#1B150E
(27,21,14)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #756620

#756620
(117,102,32)
#817334
(129,115,52)
#8D8048
(141,128,72)
#998D5C
(153,141,92)
#A59A70
(165,154,112)
#B1A784
(177,167,132)
#BDB498
(189,180,152)
#C9C1AC
(201,193,172)
#D5CEC0
(213,206,192)
#E1DBD4
(225,219,212)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756620; }

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

This text font color is #756620.


Background Color

.myBgColor { background-color: #756620; }

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

This div background color is #756620.


Border color

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

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

This div border color is #756620.


Opacity

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

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

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

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

This text has shadow with #756620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756620 on black background.


Color preview on white background

This text has color #756620 on white background.



Black color preview on #756620 background

This text has black color on #756620 background.


White color preview on #756620 background

This text has white color on #756620 background.