COLOR #763C1F

HEX: #763C1F
RGB: (118,60,31)

Color info

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

RGB color model

#763C1F color RGB value is (118,60,31).

  • red value is 118;
  • green value is 60;
  • blue value is 31.
RGB:
(118,60,31)
(46%,24%,12%)

RGB channels and saturation

R 118 of 255 = 46%
G 60 of 255 = 24%
B 31 of 255 = 12%

118
60
31

R + G + B ~ 27%. #763C1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 60 + 31 = 209 (100%)
R 118 of 209 ~ 56.46%
G 60 of 209 ~ 28.71%
B 31 of 209 ~ 14.83%

%56.46
%28.71
%14.83

CMYK color model

#763C1F color CMYK value is (0,49,74,54).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 73.73%
  • key color value is 53.73%
CMYK:
(0,49,74,54)
C0M49Y74K54 
(0%,49%,74%,54%)
(0.00/0.49/0.74/0.54)	

CMYK percentages

%0
%49.15
%73.73
%53.73

Codes

Color #763C1F in popluar color models

763C1F
RGB1186031
HSL20°58.39%29.22%
HSB/HSV20°73.73%46.27%
CMYK0.00%49.15%73.73%
53.73%

Color #763C1F in popluar number systems.

HEX763C1F
Decimal1186031
Binary111011011110011111
Octal1667437

Shades and tints

Shades of #763C1F

#763C1F
(118,60,31)
#6C371D
(108,55,29)
#62321B
(98,50,27)
#582D19
(88,45,25)
#4E2817
(78,40,23)
#442315
(68,35,21)
#3A1E13
(58,30,19)
#301911
(48,25,17)
#26140F
(38,20,15)
#1C0F0D
(28,15,13)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #763C1F

#763C1F
(118,60,31)
#824D33
(130,77,51)
#8E5E47
(142,94,71)
#9A6F5B
(154,111,91)
#A6806F
(166,128,111)
#B29183
(178,145,131)
#BEA297
(190,162,151)
#CAB3AB
(202,179,171)
#D6C4BF
(214,196,191)
#E2D5D3
(226,213,211)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763C1F color. Also use rgb(118,60,31) instead hex code.

Text Font Color

.myTextColor { color: #763C1F; }

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

This text font color is #763C1F.


Background Color

.myBgColor { background-color: #763C1F; }

<div style="background-color:#763C1F">Inner text</div>

This div background color is #763C1F.


Border color

.myBorderColor { border: 1px solid #763C1F; }

<div style="border:3px solid #763C1F">Div</div>

This div border color is #763C1F.


Opacity

.myOpacity80 { color: #763C1F; opacity: 0.8; }

<p style="color:#763C1F;opacity:0.8;">80%</p>

Text with #763C1F 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 #763C1F;}

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

This text has shadow with #763C1F color.

.textShadow {text-shadow: 3px 3px 1px #763C1F, 3px 3px 1px red;}

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

This text has shadow with #763C1F primary color and red secondary color.


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

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

This text has shadow with #763C1F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763C1F on black background.


Color preview on white background

This text has color #763C1F on white background.



Black color preview on #763C1F background

This text has black color on #763C1F background.


White color preview on #763C1F background

This text has white color on #763C1F background.