COLOR #766B38

HEX: #766B38
RGB: (118,107,56)

Color info

#766B38 contains mainly red and green colors. Web safe color of #766B38 is #666633 (or #663).

RGB color model

#766B38 color RGB value is (118,107,56).

  • red value is 118;
  • green value is 107;
  • blue value is 56.
RGB:
(118,107,56)
(46%,42%,22%)

RGB channels and saturation

R 118 of 255 = 46%
G 107 of 255 = 42%
B 56 of 255 = 22%

118
107
56

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

Portions of RGB colors in percentages

R + G + B =
118 + 107 + 56 = 281 (100%)
R 118 of 281 ~ 41.99%
G 107 of 281 ~ 38.08%
B 56 of 281 ~ 19.93%

%41.99
%38.08
%19.93

CMYK color model

#766B38 color CMYK value is (0,9,53,54).

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 52.54%
  • key color value is 53.73%
CMYK:
(0,9,53,54)
C0M9Y53K54 
(0%,9%,53%,54%)
(0.00/0.09/0.53/0.54)	

CMYK percentages

%0
%9.32
%52.54
%53.73

Codes

Color #766B38 in popluar color models

766B38
RGB11810756
HSL49°35.63%34.12%
HSB/HSV49°52.54%46.27%
CMYK0.00%9.32%52.54%
53.73%

Color #766B38 in popluar number systems.

HEX766B38
Decimal11810756
Binary11101101101011111000
Octal16615370

Shades and tints

Shades of #766B38

#766B38
(118,107,56)
#6C6233
(108,98,51)
#62592E
(98,89,46)
#585029
(88,80,41)
#4E4724
(78,71,36)
#443E1F
(68,62,31)
#3A351A
(58,53,26)
#302C15
(48,44,21)
#262310
(38,35,16)
#1C1A0B
(28,26,11)
#121106
(18,17,6)
#000000
(0,0,0)

Tints of #766B38

#766B38
(118,107,56)
#82784A
(130,120,74)
#8E855C
(142,133,92)
#9A926E
(154,146,110)
#A69F80
(166,159,128)
#B2AC92
(178,172,146)
#BEB9A4
(190,185,164)
#CAC6B6
(202,198,182)
#D6D3C8
(214,211,200)
#E2E0DA
(226,224,218)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766B38 color. Also use rgb(118,107,56) instead hex code.

Text Font Color

.myTextColor { color: #766B38; }

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

This text font color is #766B38.


Background Color

.myBgColor { background-color: #766B38; }

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

This div background color is #766B38.


Border color

.myBorderColor { border: 1px solid #766B38; }

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

This div border color is #766B38.


Opacity

.myOpacity80 { color: #766B38; opacity: 0.8; }

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

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

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

This text has shadow with #766B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766B38 on black background.


Color preview on white background

This text has color #766B38 on white background.



Black color preview on #766B38 background

This text has black color on #766B38 background.


White color preview on #766B38 background

This text has white color on #766B38 background.