COLOR #763C0E

HEX: #763C0E
RGB: (118,60,14)

Color info

#763C0E contains mainly red and green colors. Web safe color of #763C0E is #663300 (or #630).

RGB color model

#763C0E color RGB value is (118,60,14).

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

RGB channels and saturation

R 118 of 255 = 46%
G 60 of 255 = 24%
B 14 of 255 = 5%

118
60
14

R + G + B ~ 25%. #763C0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 60 + 14 = 192 (100%)
R 118 of 192 ~ 61.46%
G 60 of 192 ~ 31.25%
B 14 of 192 ~ 7.29%

%61.46
%31.25

CMYK color model

#763C0E color CMYK value is (0,49,88,54).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 88.14%
  • key color value is 53.73%
CMYK:
(0,49,88,54)
C0M49Y88K54 
(0%,49%,88%,54%)
(0.00/0.49/0.88/0.54)	

CMYK percentages

%0
%49.15
%88.14
%53.73

Codes

Color #763C0E in popluar color models

763C0E
RGB1186014
HSL27°78.79%25.88%
HSB/HSV27°88.14%46.27%
CMYK0.00%49.15%88.14%
53.73%

Color #763C0E in popluar number systems.

HEX763C0E
Decimal1186014
Binary11101101111001110
Octal1667416

Shades and tints

Shades of #763C0E

#763C0E
(118,60,14)
#6C370D
(108,55,13)
#62320C
(98,50,12)
#582D0B
(88,45,11)
#4E280A
(78,40,10)
#442309
(68,35,9)
#3A1E08
(58,30,8)
#301907
(48,25,7)
#261406
(38,20,6)
#1C0F05
(28,15,5)
#120A04
(18,10,4)
#000000
(0,0,0)

Tints of #763C0E

#763C0E
(118,60,14)
#824D23
(130,77,35)
#8E5E38
(142,94,56)
#9A6F4D
(154,111,77)
#A68062
(166,128,98)
#B29177
(178,145,119)
#BEA28C
(190,162,140)
#CAB3A1
(202,179,161)
#D6C4B6
(214,196,182)
#E2D5CB
(226,213,203)
#EEE6E0
(238,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763C0E; }

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

This text font color is #763C0E.


Background Color

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

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

This div background color is #763C0E.


Border color

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

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

This div border color is #763C0E.


Opacity

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

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

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

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

This text has shadow with #763C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763C0E on black background.


Color preview on white background

This text has color #763C0E on white background.



Black color preview on #763C0E background

This text has black color on #763C0E background.


White color preview on #763C0E background

This text has white color on #763C0E background.