COLOR #756500

HEX: #756500
RGB: (117,101,0)

Color info

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

RGB color model

#756500 color RGB value is (117,101,0).

  • red value is 117;
  • green value is 101;
  • blue value is 0.
RGB:
(117,101,0)
(46%,40%,0%)

RGB channels and saturation

R 117 of 255 = 46%
G 101 of 255 = 40%
B 0 of 255 = 0%

117
101
0

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

Portions of RGB colors in percentages

R + G + B =
117 + 101 + 0 = 218 (100%)
R 117 of 218 ~ 53.67%
G 101 of 218 ~ 46.33%
B 0 of 218 ~ 0%

%53.67
%46.33

CMYK color model

#756500 color CMYK value is (0,14,100,54).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 100.00%
  • key color value is 54.12%
CMYK:
(0,14,100,54)
C0M14Y100K54 
(0%,14%,100%,54%)
(0.00/0.14/1.00/0.54)	

CMYK percentages

%0
%13.68
%100
%54.12

Codes

Color #756500 in popluar color models

756500
RGB1171010
HSL52°100.00%22.94%
HSB/HSV52°100.00%45.88%
CMYK0.00%13.68%100.00%
54.12%

Color #756500 in popluar number systems.

HEX756500
Decimal1171010
Binary111010111001010
Octal1651450

Shades and tints

Shades of #756500

#756500
(117,101,0)
#6B5C00
(107,92,0)
#615300
(97,83,0)
#574A00
(87,74,0)
#4D4100
(77,65,0)
#433800
(67,56,0)
#392F00
(57,47,0)
#2F2600
(47,38,0)
#251D00
(37,29,0)
#1B1400
(27,20,0)
#110B00
(17,11,0)
#000000
(0,0,0)

Tints of #756500

#756500
(117,101,0)
#817317
(129,115,23)
#8D812E
(141,129,46)
#998F45
(153,143,69)
#A59D5C
(165,157,92)
#B1AB73
(177,171,115)
#BDB98A
(189,185,138)
#C9C7A1
(201,199,161)
#D5D5B8
(213,213,184)
#E1E3CF
(225,227,207)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756500 color. Also use rgb(117,101,0) instead hex code.

Text Font Color

.myTextColor { color: #756500; }

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

This text font color is #756500.


Background Color

.myBgColor { background-color: #756500; }

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

This div background color is #756500.


Border color

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

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

This div border color is #756500.


Opacity

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

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

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

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

This text has shadow with #756500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756500 on black background.


Color preview on white background

This text has color #756500 on white background.



Black color preview on #756500 background

This text has black color on #756500 background.


White color preview on #756500 background

This text has white color on #756500 background.