COLOR #76603B

HEX: #76603B
RGB: (118,96,59)

Color info

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

RGB color model

#76603B color RGB value is (118,96,59).

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

RGB channels and saturation

R 118 of 255 = 46%
G 96 of 255 = 38%
B 59 of 255 = 23%

118
96
59

R + G + B ~ 36%. #76603B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 96 + 59 = 273 (100%)
R 118 of 273 ~ 43.22%
G 96 of 273 ~ 35.16%
B 59 of 273 ~ 21.61%

%43.22
%35.16
%21.61

CMYK color model

#76603B color CMYK value is (0,19,50,54).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 50.00%
  • key color value is 53.73%
CMYK:
(0,19,50,54)
C0M19Y50K54 
(0%,19%,50%,54%)
(0.00/0.19/0.50/0.54)	

CMYK percentages

%0
%18.64
%50
%53.73

Codes

Color #76603B in popluar color models

76603B
RGB1189659
HSL38°33.33%34.71%
HSB/HSV38°50.00%46.27%
CMYK0.00%18.64%50.00%
53.73%

Color #76603B in popluar number systems.

HEX76603B
Decimal1189659
Binary11101101100000111011
Octal16614073

Shades and tints

Shades of #76603B

#76603B
(118,96,59)
#6C5836
(108,88,54)
#625031
(98,80,49)
#58482C
(88,72,44)
#4E4027
(78,64,39)
#443822
(68,56,34)
#3A301D
(58,48,29)
#302818
(48,40,24)
#262013
(38,32,19)
#1C180E
(28,24,14)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #76603B

#76603B
(118,96,59)
#826E4C
(130,110,76)
#8E7C5D
(142,124,93)
#9A8A6E
(154,138,110)
#A6987F
(166,152,127)
#B2A690
(178,166,144)
#BEB4A1
(190,180,161)
#CAC2B2
(202,194,178)
#D6D0C3
(214,208,195)
#E2DED4
(226,222,212)
#EEECE5
(238,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76603B; }

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

This text font color is #76603B.


Background Color

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

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

This div background color is #76603B.


Border color

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

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

This div border color is #76603B.


Opacity

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

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

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

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

This text has shadow with #76603B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76603B on black background.


Color preview on white background

This text has color #76603B on white background.



Black color preview on #76603B background

This text has black color on #76603B background.


White color preview on #76603B background

This text has white color on #76603B background.