COLOR #762D2E

HEX: #762D2E
RGB: (118,45,46)

Color info

#762D2E contains mainly red color. Web safe color of #762D2E is #663333 (or #633).

RGB color model

#762D2E color RGB value is (118,45,46).

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

RGB channels and saturation

R 118 of 255 = 46%
G 45 of 255 = 18%
B 46 of 255 = 18%

118
45
46

R + G + B ~ 27%. #762D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 45 + 46 = 209 (100%)
R 118 of 209 ~ 56.46%
G 45 of 209 ~ 21.53%
B 46 of 209 ~ 22.01%

%56.46
%21.53
%22.01

CMYK color model

#762D2E color CMYK value is (0,62,61,54).

  • cyan value is 0.00%
  • magenta value is 61.86%
  • yellow value is 61.02%
  • key color value is 53.73%
CMYK:
(0,62,61,54)
C0M62Y61K54 
(0%,62%,61%,54%)
(0.00/0.62/0.61/0.54)	

CMYK percentages

%0
%61.86
%61.02
%53.73

Codes

Color #762D2E in popluar color models

762D2E
RGB1184546
HSL359°44.79%31.96%
HSB/HSV359°61.86%46.27%
CMYK0.00%61.86%61.02%
53.73%

Color #762D2E in popluar number systems.

HEX762D2E
Decimal1184546
Binary1110110101101101110
Octal1665556

Shades and tints

Shades of #762D2E

#762D2E
(118,45,46)
#6C292A
(108,41,42)
#622526
(98,37,38)
#582122
(88,33,34)
#4E1D1E
(78,29,30)
#44191A
(68,25,26)
#3A1516
(58,21,22)
#301112
(48,17,18)
#260D0E
(38,13,14)
#1C090A
(28,9,10)
#120506
(18,5,6)
#000000
(0,0,0)

Tints of #762D2E

#762D2E
(118,45,46)
#824041
(130,64,65)
#8E5354
(142,83,84)
#9A6667
(154,102,103)
#A6797A
(166,121,122)
#B28C8D
(178,140,141)
#BE9FA0
(190,159,160)
#CAB2B3
(202,178,179)
#D6C5C6
(214,197,198)
#E2D8D9
(226,216,217)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762D2E color. Also use rgb(118,45,46) instead hex code.

Text Font Color

.myTextColor { color: #762D2E; }

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

This text font color is #762D2E.


Background Color

.myBgColor { background-color: #762D2E; }

<div style="background-color:#762D2E">Inner text</div>

This div background color is #762D2E.


Border color

.myBorderColor { border: 1px solid #762D2E; }

<div style="border:3px solid #762D2E">Div</div>

This div border color is #762D2E.


Opacity

.myOpacity80 { color: #762D2E; opacity: 0.8; }

<p style="color:#762D2E;opacity:0.8;">80%</p>

Text with #762D2E 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 #762D2E;}

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

This text has shadow with #762D2E color.

.textShadow {text-shadow: 3px 3px 1px #762D2E, 3px 3px 1px red;}

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

This text has shadow with #762D2E primary color and red secondary color.


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

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

This text has shadow with #762D2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762D2E on black background.


Color preview on white background

This text has color #762D2E on white background.



Black color preview on #762D2E background

This text has black color on #762D2E background.


White color preview on #762D2E background

This text has white color on #762D2E background.