COLOR #76390E

HEX: #76390E
RGB: (118,57,14)

Color info

#76390E contains mainly red color. Web safe color of #76390E is #663300 (or #630).

RGB color model

#76390E color RGB value is (118,57,14).

  • red value is 118;
  • green value is 57;
  • blue value is 14.
RGB:
(118,57,14)
(46%,22%,5%)

RGB channels and saturation

R 118 of 255 = 46%
G 57 of 255 = 22%
B 14 of 255 = 5%

118
57
14

R + G + B ~ 24%. #76390E is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 57 + 14 = 189 (100%)
R 118 of 189 ~ 62.43%
G 57 of 189 ~ 30.16%
B 14 of 189 ~ 7.41%

%62.43
%30.16

CMYK color model

#76390E color CMYK value is (0,52,88,54).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 88.14%
  • key color value is 53.73%
CMYK:
(0,52,88,54)
C0M52Y88K54 
(0%,52%,88%,54%)
(0.00/0.52/0.88/0.54)	

CMYK percentages

%0
%51.69
%88.14
%53.73

Codes

Color #76390E in popluar color models

76390E
RGB1185714
HSL25°78.79%25.88%
HSB/HSV25°88.14%46.27%
CMYK0.00%51.69%88.14%
53.73%

Color #76390E in popluar number systems.

HEX76390E
Decimal1185714
Binary11101101110011110
Octal1667116

Shades and tints

Shades of #76390E

#76390E
(118,57,14)
#6C340D
(108,52,13)
#622F0C
(98,47,12)
#582A0B
(88,42,11)
#4E250A
(78,37,10)
#442009
(68,32,9)
#3A1B08
(58,27,8)
#301607
(48,22,7)
#261106
(38,17,6)
#1C0C05
(28,12,5)
#120704
(18,7,4)
#000000
(0,0,0)

Tints of #76390E

#76390E
(118,57,14)
#824B23
(130,75,35)
#8E5D38
(142,93,56)
#9A6F4D
(154,111,77)
#A68162
(166,129,98)
#B29377
(178,147,119)
#BEA58C
(190,165,140)
#CAB7A1
(202,183,161)
#D6C9B6
(214,201,182)
#E2DBCB
(226,219,203)
#EEEDE0
(238,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76390E color. Also use rgb(118,57,14) instead hex code.

Text Font Color

.myTextColor { color: #76390E; }

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

This text font color is #76390E.


Background Color

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

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

This div background color is #76390E.


Border color

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

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

This div border color is #76390E.


Opacity

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

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

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

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

This text has shadow with #76390E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76390E on black background.


Color preview on white background

This text has color #76390E on white background.



Black color preview on #76390E background

This text has black color on #76390E background.


White color preview on #76390E background

This text has white color on #76390E background.