COLOR #766148

HEX: #766148
RGB: (118,97,72)

Color info

#766148 contains red, green and blue colors in about the same proportion. Web safe color of #766148 is #666633 (or #663).

RGB color model

#766148 color RGB value is (118,97,72).

  • red value is 118;
  • green value is 97;
  • blue value is 72.
RGB:
(118,97,72)
(46%,38%,28%)

RGB channels and saturation

R 118 of 255 = 46%
G 97 of 255 = 38%
B 72 of 255 = 28%

118
97
72

R + G + B ~ 37%. #766148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 97 + 72 = 287 (100%)
R 118 of 287 ~ 41.11%
G 97 of 287 ~ 33.8%
B 72 of 287 ~ 25.09%

%41.11
%33.8
%25.09

CMYK color model

#766148 color CMYK value is (0,18,39,54).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(0,18,39,54)
C0M18Y39K54 
(0%,18%,39%,54%)
(0.00/0.18/0.39/0.54)	

CMYK percentages

%0
%17.8
%38.98
%53.73

Codes

Color #766148 in popluar color models

766148
RGB1189772
HSL33°24.21%37.25%
HSB/HSV33°38.98%46.27%
CMYK0.00%17.80%38.98%
53.73%

Color #766148 in popluar number systems.

HEX766148
Decimal1189772
Binary111011011000011001000
Octal166141110

Shades and tints

Shades of #766148

#766148
(118,97,72)
#6C5942
(108,89,66)
#62513C
(98,81,60)
#584936
(88,73,54)
#4E4130
(78,65,48)
#44392A
(68,57,42)
#3A3124
(58,49,36)
#30291E
(48,41,30)
#262118
(38,33,24)
#1C1912
(28,25,18)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #766148

#766148
(118,97,72)
#826F58
(130,111,88)
#8E7D68
(142,125,104)
#9A8B78
(154,139,120)
#A69988
(166,153,136)
#B2A798
(178,167,152)
#BEB5A8
(190,181,168)
#CAC3B8
(202,195,184)
#D6D1C8
(214,209,200)
#E2DFD8
(226,223,216)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766148 color. Also use rgb(118,97,72) instead hex code.

Text Font Color

.myTextColor { color: #766148; }

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

This text font color is #766148.


Background Color

.myBgColor { background-color: #766148; }

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

This div background color is #766148.


Border color

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

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

This div border color is #766148.


Opacity

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

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

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

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

This text has shadow with #766148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766148 on black background.


Color preview on white background

This text has color #766148 on white background.



Black color preview on #766148 background

This text has black color on #766148 background.


White color preview on #766148 background

This text has white color on #766148 background.