COLOR #762D1E

HEX: #762D1E
RGB: (118,45,30)

Color info

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

RGB color model

#762D1E color RGB value is (118,45,30).

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

RGB channels and saturation

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

118
45
30

R + G + B ~ 25%. #762D1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 45 + 30 = 193 (100%)
R 118 of 193 ~ 61.14%
G 45 of 193 ~ 23.32%
B 30 of 193 ~ 15.54%

%61.14
%23.32
%15.54

CMYK color model

#762D1E color CMYK value is (0,62,75,54).

  • cyan value is 0.00%
  • magenta value is 61.86%
  • yellow value is 74.58%
  • key color value is 53.73%
CMYK:
(0,62,75,54)
C0M62Y75K54 
(0%,62%,75%,54%)
(0.00/0.62/0.75/0.54)	

CMYK percentages

%0
%61.86
%74.58
%53.73

Codes

Color #762D1E in popluar color models

762D1E
RGB1184530
HSL10°59.46%29.02%
HSB/HSV10°74.58%46.27%
CMYK0.00%61.86%74.58%
53.73%

Color #762D1E in popluar number systems.

HEX762D1E
Decimal1184530
Binary111011010110111110
Octal1665536

Shades and tints

Shades of #762D1E

#762D1E
(118,45,30)
#6C291C
(108,41,28)
#62251A
(98,37,26)
#582118
(88,33,24)
#4E1D16
(78,29,22)
#441914
(68,25,20)
#3A1512
(58,21,18)
#301110
(48,17,16)
#260D0E
(38,13,14)
#1C090C
(28,9,12)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #762D1E

#762D1E
(118,45,30)
#824032
(130,64,50)
#8E5346
(142,83,70)
#9A665A
(154,102,90)
#A6796E
(166,121,110)
#B28C82
(178,140,130)
#BE9F96
(190,159,150)
#CAB2AA
(202,178,170)
#D6C5BE
(214,197,190)
#E2D8D2
(226,216,210)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #762D1E; }

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

This text font color is #762D1E.


Background Color

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

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

This div background color is #762D1E.


Border color

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

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

This div border color is #762D1E.


Opacity

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

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

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

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

This text has shadow with #762D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762D1E on black background.


Color preview on white background

This text has color #762D1E on white background.



Black color preview on #762D1E background

This text has black color on #762D1E background.


White color preview on #762D1E background

This text has white color on #762D1E background.