COLOR #76482F

HEX: #76482F
RGB: (118,72,47)

Color info

#76482F contains mainly red and green colors. Web safe color of #76482F is #663333 (or #633).

RGB color model

#76482F color RGB value is (118,72,47).

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

RGB channels and saturation

R 118 of 255 = 46%
G 72 of 255 = 28%
B 47 of 255 = 18%

118
72
47

R + G + B ~ 31%. #76482F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 72 + 47 = 237 (100%)
R 118 of 237 ~ 49.79%
G 72 of 237 ~ 30.38%
B 47 of 237 ~ 19.83%

%49.79
%30.38
%19.83

CMYK color model

#76482F color CMYK value is (0,39,60,54).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 60.17%
  • key color value is 53.73%
CMYK:
(0,39,60,54)
C0M39Y60K54 
(0%,39%,60%,54%)
(0.00/0.39/0.60/0.54)	

CMYK percentages

%0
%38.98
%60.17
%53.73

Codes

Color #76482F in popluar color models

76482F
RGB1187247
HSL21°43.03%32.35%
HSB/HSV21°60.17%46.27%
CMYK0.00%38.98%60.17%
53.73%

Color #76482F in popluar number systems.

HEX76482F
Decimal1187247
Binary11101101001000101111
Octal16611057

Shades and tints

Shades of #76482F

#76482F
(118,72,47)
#6C422B
(108,66,43)
#623C27
(98,60,39)
#583623
(88,54,35)
#4E301F
(78,48,31)
#442A1B
(68,42,27)
#3A2417
(58,36,23)
#301E13
(48,30,19)
#26180F
(38,24,15)
#1C120B
(28,18,11)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #76482F

#76482F
(118,72,47)
#825841
(130,88,65)
#8E6853
(142,104,83)
#9A7865
(154,120,101)
#A68877
(166,136,119)
#B29889
(178,152,137)
#BEA89B
(190,168,155)
#CAB8AD
(202,184,173)
#D6C8BF
(214,200,191)
#E2D8D1
(226,216,209)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76482F; }

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

This text font color is #76482F.


Background Color

.myBgColor { background-color: #76482F; }

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

This div background color is #76482F.


Border color

.myBorderColor { border: 1px solid #76482F; }

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

This div border color is #76482F.


Opacity

.myOpacity80 { color: #76482F; opacity: 0.8; }

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

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

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

This text has shadow with #76482F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76482F on black background.


Color preview on white background

This text has color #76482F on white background.



Black color preview on #76482F background

This text has black color on #76482F background.


White color preview on #76482F background

This text has white color on #76482F background.