COLOR #76481E

HEX: #76481E
RGB: (118,72,30)

Color info

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

RGB color model

#76481E color RGB value is (118,72,30).

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

RGB channels and saturation

R 118 of 255 = 46%
G 72 of 255 = 28%
B 30 of 255 = 12%

118
72
30

R + G + B ~ 29%. #76481E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 72 + 30 = 220 (100%)
R 118 of 220 ~ 53.64%
G 72 of 220 ~ 32.73%
B 30 of 220 ~ 13.64%

%53.64
%32.73
%13.64

CMYK color model

#76481E color CMYK value is (0,39,75,54).

  • cyan value is 0.00%
  • magenta value is 38.98%
  • yellow value is 74.58%
  • key color value is 53.73%
CMYK:
(0,39,75,54)
C0M39Y75K54 
(0%,39%,75%,54%)
(0.00/0.39/0.75/0.54)	

CMYK percentages

%0
%38.98
%74.58
%53.73

Codes

Color #76481E in popluar color models

76481E
RGB1187230
HSL29°59.46%29.02%
HSB/HSV29°74.58%46.27%
CMYK0.00%38.98%74.58%
53.73%

Color #76481E in popluar number systems.

HEX76481E
Decimal1187230
Binary1110110100100011110
Octal16611036

Shades and tints

Shades of #76481E

#76481E
(118,72,30)
#6C421C
(108,66,28)
#623C1A
(98,60,26)
#583618
(88,54,24)
#4E3016
(78,48,22)
#442A14
(68,42,20)
#3A2412
(58,36,18)
#301E10
(48,30,16)
#26180E
(38,24,14)
#1C120C
(28,18,12)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #76481E

#76481E
(118,72,30)
#825832
(130,88,50)
#8E6846
(142,104,70)
#9A785A
(154,120,90)
#A6886E
(166,136,110)
#B29882
(178,152,130)
#BEA896
(190,168,150)
#CAB8AA
(202,184,170)
#D6C8BE
(214,200,190)
#E2D8D2
(226,216,210)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76481E; }

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

This text font color is #76481E.


Background Color

.myBgColor { background-color: #76481E; }

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

This div background color is #76481E.


Border color

.myBorderColor { border: 1px solid #76481E; }

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

This div border color is #76481E.


Opacity

.myOpacity80 { color: #76481E; opacity: 0.8; }

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

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

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

This text has shadow with #76481E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76481E on black background.


Color preview on white background

This text has color #76481E on white background.



Black color preview on #76481E background

This text has black color on #76481E background.


White color preview on #76481E background

This text has white color on #76481E background.