COLOR #756D0F

HEX: #756D0F
RGB: (117,109,15)

Color info

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

RGB color model

#756D0F color RGB value is (117,109,15).

  • red value is 117;
  • green value is 109;
  • blue value is 15.
RGB:
(117,109,15)
(46%,43%,6%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 15 of 255 = 6%

117
109
15

R + G + B ~ 32%. #756D0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 109 + 15 = 241 (100%)
R 117 of 241 ~ 48.55%
G 109 of 241 ~ 45.23%
B 15 of 241 ~ 6.22%

%48.55
%45.23

CMYK color model

#756D0F color CMYK value is (0,7,87,54).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 87.18%
  • key color value is 54.12%
CMYK:
(0,7,87,54)
C0M7Y87K54 
(0%,7%,87%,54%)
(0.00/0.07/0.87/0.54)	

CMYK percentages

%0
%6.84
%87.18
%54.12

Codes

Color #756D0F in popluar color models

756D0F
RGB11710915
HSL55°77.27%25.88%
HSB/HSV55°87.18%45.88%
CMYK0.00%6.84%87.18%
54.12%

Color #756D0F in popluar number systems.

HEX756D0F
Decimal11710915
Binary111010111011011111
Octal16515517

Shades and tints

Shades of #756D0F

#756D0F
(117,109,15)
#6B640E
(107,100,14)
#615B0D
(97,91,13)
#57520C
(87,82,12)
#4D490B
(77,73,11)
#43400A
(67,64,10)
#393709
(57,55,9)
#2F2E08
(47,46,8)
#252507
(37,37,7)
#1B1C06
(27,28,6)
#111305
(17,19,5)
#000000
(0,0,0)

Tints of #756D0F

#756D0F
(117,109,15)
#817A24
(129,122,36)
#8D8739
(141,135,57)
#99944E
(153,148,78)
#A5A163
(165,161,99)
#B1AE78
(177,174,120)
#BDBB8D
(189,187,141)
#C9C8A2
(201,200,162)
#D5D5B7
(213,213,183)
#E1E2CC
(225,226,204)
#EDEFE1
(237,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756D0F color. Also use rgb(117,109,15) instead hex code.

Text Font Color

.myTextColor { color: #756D0F; }

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

This text font color is #756D0F.


Background Color

.myBgColor { background-color: #756D0F; }

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

This div background color is #756D0F.


Border color

.myBorderColor { border: 1px solid #756D0F; }

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

This div border color is #756D0F.


Opacity

.myOpacity80 { color: #756D0F; opacity: 0.8; }

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

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

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

This text has shadow with #756D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756D0F on black background.


Color preview on white background

This text has color #756D0F on white background.



Black color preview on #756D0F background

This text has black color on #756D0F background.


White color preview on #756D0F background

This text has white color on #756D0F background.