COLOR #762D20

HEX: #762D20
RGB: (118,45,32)

Color info

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

RGB color model

#762D20 color RGB value is (118,45,32).

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

RGB channels and saturation

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

118
45
32

R + G + B ~ 26%. #762D20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 45 + 32 = 195 (100%)
R 118 of 195 ~ 60.51%
G 45 of 195 ~ 23.08%
B 32 of 195 ~ 16.41%

%60.51
%23.08
%16.41

CMYK color model

#762D20 color CMYK value is (0,62,73,54).

  • cyan value is 0.00%
  • magenta value is 61.86%
  • yellow value is 72.88%
  • key color value is 53.73%
CMYK:
(0,62,73,54)
C0M62Y73K54 
(0%,62%,73%,54%)
(0.00/0.62/0.73/0.54)	

CMYK percentages

%0
%61.86
%72.88
%53.73

Codes

Color #762D20 in popluar color models

762D20
RGB1184532
HSL57.33%29.41%
HSB/HSV72.88%46.27%
CMYK0.00%61.86%72.88%
53.73%

Color #762D20 in popluar number systems.

HEX762D20
Decimal1184532
Binary1110110101101100000
Octal1665540

Shades and tints

Shades of #762D20

#762D20
(118,45,32)
#6C291E
(108,41,30)
#62251C
(98,37,28)
#58211A
(88,33,26)
#4E1D18
(78,29,24)
#441916
(68,25,22)
#3A1514
(58,21,20)
#301112
(48,17,18)
#260D10
(38,13,16)
#1C090E
(28,9,14)
#12050C
(18,5,12)
#000000
(0,0,0)

Tints of #762D20

#762D20
(118,45,32)
#824034
(130,64,52)
#8E5348
(142,83,72)
#9A665C
(154,102,92)
#A67970
(166,121,112)
#B28C84
(178,140,132)
#BE9F98
(190,159,152)
#CAB2AC
(202,178,172)
#D6C5C0
(214,197,192)
#E2D8D4
(226,216,212)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #762D20; }

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

This text font color is #762D20.


Background Color

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

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

This div background color is #762D20.


Border color

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

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

This div border color is #762D20.


Opacity

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

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

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

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

This text has shadow with #762D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762D20 on black background.


Color preview on white background

This text has color #762D20 on white background.



Black color preview on #762D20 background

This text has black color on #762D20 background.


White color preview on #762D20 background

This text has white color on #762D20 background.