COLOR #756000

HEX: #756000
RGB: (117,96,0)

Color info

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

RGB color model

#756000 color RGB value is (117,96,0).

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

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 0 of 255 = 0%

117
96
0

R + G + B ~ 28%. #756000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 0 = 213 (100%)
R 117 of 213 ~ 54.93%
G 96 of 213 ~ 45.07%
B 0 of 213 ~ 0%

%54.93
%45.07

CMYK color model

#756000 color CMYK value is (0,18,100,54).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 100.00%
  • key color value is 54.12%
CMYK:
(0,18,100,54)
C0M18Y100K54 
(0%,18%,100%,54%)
(0.00/0.18/1.00/0.54)	

CMYK percentages

%0
%17.95
%100
%54.12

Codes

Color #756000 in popluar color models

756000
RGB117960
HSL49°100.00%22.94%
HSB/HSV49°100.00%45.88%
CMYK0.00%17.95%100.00%
54.12%

Color #756000 in popluar number systems.

HEX756000
Decimal117960
Binary111010111000000
Octal1651400

Shades and tints

Shades of #756000

#756000
(117,96,0)
#6B5800
(107,88,0)
#615000
(97,80,0)
#574800
(87,72,0)
#4D4000
(77,64,0)
#433800
(67,56,0)
#393000
(57,48,0)
#2F2800
(47,40,0)
#252000
(37,32,0)
#1B1800
(27,24,0)
#111000
(17,16,0)
#000000
(0,0,0)

Tints of #756000

#756000
(117,96,0)
#816E17
(129,110,23)
#8D7C2E
(141,124,46)
#998A45
(153,138,69)
#A5985C
(165,152,92)
#B1A673
(177,166,115)
#BDB48A
(189,180,138)
#C9C2A1
(201,194,161)
#D5D0B8
(213,208,184)
#E1DECF
(225,222,207)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756000; }

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

This text font color is #756000.


Background Color

.myBgColor { background-color: #756000; }

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

This div background color is #756000.


Border color

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

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

This div border color is #756000.


Opacity

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

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

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

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

This text has shadow with #756000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756000 on black background.


Color preview on white background

This text has color #756000 on white background.



Black color preview on #756000 background

This text has black color on #756000 background.


White color preview on #756000 background

This text has white color on #756000 background.