COLOR #756209

HEX: #756209
RGB: (117,98,9)

Color info

#756209 contains mainly red and green colors. Web safe color of #756209 is #666600 (or #660).

RGB color model

#756209 color RGB value is (117,98,9).

  • red value is 117;
  • green value is 98;
  • blue value is 9.
RGB:
(117,98,9)
(46%,38%,4%)

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 9 of 255 = 4%

117
98
9

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

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 9 = 224 (100%)
R 117 of 224 ~ 52.23%
G 98 of 224 ~ 43.75%
B 9 of 224 ~ 4.02%

%52.23
%43.75

CMYK color model

#756209 color CMYK value is (0,16,92,54).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 92.31%
  • key color value is 54.12%
CMYK:
(0,16,92,54)
C0M16Y92K54 
(0%,16%,92%,54%)
(0.00/0.16/0.92/0.54)	

CMYK percentages

%0
%16.24
%92.31
%54.12

Codes

Color #756209 in popluar color models

756209
RGB117989
HSL49°85.71%24.71%
HSB/HSV49°92.31%45.88%
CMYK0.00%16.24%92.31%
54.12%

Color #756209 in popluar number systems.

HEX756209
Decimal117989
Binary111010111000101001
Octal16514211

Shades and tints

Shades of #756209

#756209
(117,98,9)
#6B5A09
(107,90,9)
#615209
(97,82,9)
#574A09
(87,74,9)
#4D4209
(77,66,9)
#433A09
(67,58,9)
#393209
(57,50,9)
#2F2A09
(47,42,9)
#252209
(37,34,9)
#1B1A09
(27,26,9)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #756209

#756209
(117,98,9)
#81701F
(129,112,31)
#8D7E35
(141,126,53)
#998C4B
(153,140,75)
#A59A61
(165,154,97)
#B1A877
(177,168,119)
#BDB68D
(189,182,141)
#C9C4A3
(201,196,163)
#D5D2B9
(213,210,185)
#E1E0CF
(225,224,207)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756209 color. Also use rgb(117,98,9) instead hex code.

Text Font Color

.myTextColor { color: #756209; }

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

This text font color is #756209.


Background Color

.myBgColor { background-color: #756209; }

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

This div background color is #756209.


Border color

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

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

This div border color is #756209.


Opacity

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

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

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

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

This text has shadow with #756209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756209 on black background.


Color preview on white background

This text has color #756209 on white background.



Black color preview on #756209 background

This text has black color on #756209 background.


White color preview on #756209 background

This text has white color on #756209 background.