COLOR #76683B

HEX: #76683B
RGB: (118,104,59)

Color info

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

RGB color model

#76683B color RGB value is (118,104,59).

  • red value is 118;
  • green value is 104;
  • blue value is 59.
RGB:
(118,104,59)
(46%,41%,23%)

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 59 of 255 = 23%

118
104
59

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

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 59 = 281 (100%)
R 118 of 281 ~ 41.99%
G 104 of 281 ~ 37.01%
B 59 of 281 ~ 21%

%41.99
%37.01
%21

CMYK color model

#76683B color CMYK value is (0,12,50,54).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 50.00%
  • key color value is 53.73%
CMYK:
(0,12,50,54)
C0M12Y50K54 
(0%,12%,50%,54%)
(0.00/0.12/0.50/0.54)	

CMYK percentages

%0
%11.86
%50
%53.73

Codes

Color #76683B in popluar color models

76683B
RGB11810459
HSL46°33.33%34.71%
HSB/HSV46°50.00%46.27%
CMYK0.00%11.86%50.00%
53.73%

Color #76683B in popluar number systems.

HEX76683B
Decimal11810459
Binary11101101101000111011
Octal16615073

Shades and tints

Shades of #76683B

#76683B
(118,104,59)
#6C5F36
(108,95,54)
#625631
(98,86,49)
#584D2C
(88,77,44)
#4E4427
(78,68,39)
#443B22
(68,59,34)
#3A321D
(58,50,29)
#302918
(48,41,24)
#262013
(38,32,19)
#1C170E
(28,23,14)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #76683B

#76683B
(118,104,59)
#82754C
(130,117,76)
#8E825D
(142,130,93)
#9A8F6E
(154,143,110)
#A69C7F
(166,156,127)
#B2A990
(178,169,144)
#BEB6A1
(190,182,161)
#CAC3B2
(202,195,178)
#D6D0C3
(214,208,195)
#E2DDD4
(226,221,212)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76683B color. Also use rgb(118,104,59) instead hex code.

Text Font Color

.myTextColor { color: #76683B; }

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

This text font color is #76683B.


Background Color

.myBgColor { background-color: #76683B; }

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

This div background color is #76683B.


Border color

.myBorderColor { border: 1px solid #76683B; }

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

This div border color is #76683B.


Opacity

.myOpacity80 { color: #76683B; opacity: 0.8; }

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

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

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

This text has shadow with #76683B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76683B on black background.


Color preview on white background

This text has color #76683B on white background.



Black color preview on #76683B background

This text has black color on #76683B background.


White color preview on #76683B background

This text has white color on #76683B background.