COLOR #756112

HEX: #756112
RGB: (117,97,18)

Color info

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

RGB color model

#756112 color RGB value is (117,97,18).

  • red value is 117;
  • green value is 97;
  • blue value is 18.
RGB:
(117,97,18)
(46%,38%,7%)

RGB channels and saturation

R 117 of 255 = 46%
G 97 of 255 = 38%
B 18 of 255 = 7%

117
97
18

R + G + B ~ 30%. #756112 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 97 + 18 = 232 (100%)
R 117 of 232 ~ 50.43%
G 97 of 232 ~ 41.81%
B 18 of 232 ~ 7.76%

%50.43
%41.81

CMYK color model

#756112 color CMYK value is (0,17,85,54).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 84.62%
  • key color value is 54.12%
CMYK:
(0,17,85,54)
C0M17Y85K54 
(0%,17%,85%,54%)
(0.00/0.17/0.85/0.54)	

CMYK percentages

%0
%17.09
%84.62
%54.12

Codes

Color #756112 in popluar color models

756112
RGB1179718
HSL48°73.33%26.47%
HSB/HSV48°84.62%45.88%
CMYK0.00%17.09%84.62%
54.12%

Color #756112 in popluar number systems.

HEX756112
Decimal1179718
Binary1110101110000110010
Octal16514122

Shades and tints

Shades of #756112

#756112
(117,97,18)
#6B5911
(107,89,17)
#615110
(97,81,16)
#57490F
(87,73,15)
#4D410E
(77,65,14)
#43390D
(67,57,13)
#39310C
(57,49,12)
#2F290B
(47,41,11)
#25210A
(37,33,10)
#1B1909
(27,25,9)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #756112

#756112
(117,97,18)
#816F27
(129,111,39)
#8D7D3C
(141,125,60)
#998B51
(153,139,81)
#A59966
(165,153,102)
#B1A77B
(177,167,123)
#BDB590
(189,181,144)
#C9C3A5
(201,195,165)
#D5D1BA
(213,209,186)
#E1DFCF
(225,223,207)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756112 color. Also use rgb(117,97,18) instead hex code.

Text Font Color

.myTextColor { color: #756112; }

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

This text font color is #756112.


Background Color

.myBgColor { background-color: #756112; }

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

This div background color is #756112.


Border color

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

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

This div border color is #756112.


Opacity

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

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

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

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

This text has shadow with #756112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756112 on black background.


Color preview on white background

This text has color #756112 on white background.



Black color preview on #756112 background

This text has black color on #756112 background.


White color preview on #756112 background

This text has white color on #756112 background.