COLOR #76442F

HEX: #76442F
RGB: (118,68,47)

Color info

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

RGB color model

#76442F color RGB value is (118,68,47).

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

RGB channels and saturation

R 118 of 255 = 46%
G 68 of 255 = 27%
B 47 of 255 = 18%

118
68
47

R + G + B ~ 30%. #76442F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 68 + 47 = 233 (100%)
R 118 of 233 ~ 50.64%
G 68 of 233 ~ 29.18%
B 47 of 233 ~ 20.17%

%50.64
%29.18
%20.17

CMYK color model

#76442F color CMYK value is (0,42,60,54).

  • cyan value is 0.00%
  • magenta value is 42.37%
  • yellow value is 60.17%
  • key color value is 53.73%
CMYK:
(0,42,60,54)
C0M42Y60K54 
(0%,42%,60%,54%)
(0.00/0.42/0.60/0.54)	

CMYK percentages

%0
%42.37
%60.17
%53.73

Codes

Color #76442F in popluar color models

76442F
RGB1186847
HSL18°43.03%32.35%
HSB/HSV18°60.17%46.27%
CMYK0.00%42.37%60.17%
53.73%

Color #76442F in popluar number systems.

HEX76442F
Decimal1186847
Binary11101101000100101111
Octal16610457

Shades and tints

Shades of #76442F

#76442F
(118,68,47)
#6C3E2B
(108,62,43)
#623827
(98,56,39)
#583223
(88,50,35)
#4E2C1F
(78,44,31)
#44261B
(68,38,27)
#3A2017
(58,32,23)
#301A13
(48,26,19)
#26140F
(38,20,15)
#1C0E0B
(28,14,11)
#120807
(18,8,7)
#000000
(0,0,0)

Tints of #76442F

#76442F
(118,68,47)
#825541
(130,85,65)
#8E6653
(142,102,83)
#9A7765
(154,119,101)
#A68877
(166,136,119)
#B29989
(178,153,137)
#BEAA9B
(190,170,155)
#CABBAD
(202,187,173)
#D6CCBF
(214,204,191)
#E2DDD1
(226,221,209)
#EEEEE3
(238,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76442F; }

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

This text font color is #76442F.


Background Color

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

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

This div background color is #76442F.


Border color

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

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

This div border color is #76442F.


Opacity

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

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

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

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

This text has shadow with #76442F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76442F on black background.


Color preview on white background

This text has color #76442F on white background.



Black color preview on #76442F background

This text has black color on #76442F background.


White color preview on #76442F background

This text has white color on #76442F background.