COLOR #763810

HEX: #763810
RGB: (118,56,16)

Color info

#763810 contains mainly red color. Web safe color of #763810 is #663300 (or #630).

RGB color model

#763810 color RGB value is (118,56,16).

  • red value is 118;
  • green value is 56;
  • blue value is 16.
RGB:
(118,56,16)
(46%,22%,6%)

RGB channels and saturation

R 118 of 255 = 46%
G 56 of 255 = 22%
B 16 of 255 = 6%

118
56
16

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

Portions of RGB colors in percentages

R + G + B =
118 + 56 + 16 = 190 (100%)
R 118 of 190 ~ 62.11%
G 56 of 190 ~ 29.47%
B 16 of 190 ~ 8.42%

%62.11
%29.47

CMYK color model

#763810 color CMYK value is (0,53,86,54).

  • cyan value is 0.00%
  • magenta value is 52.54%
  • yellow value is 86.44%
  • key color value is 53.73%
CMYK:
(0,53,86,54)
C0M53Y86K54 
(0%,53%,86%,54%)
(0.00/0.53/0.86/0.54)	

CMYK percentages

%0
%52.54
%86.44
%53.73

Codes

Color #763810 in popluar color models

763810
RGB1185616
HSL24°76.12%26.27%
HSB/HSV24°86.44%46.27%
CMYK0.00%52.54%86.44%
53.73%

Color #763810 in popluar number systems.

HEX763810
Decimal1185616
Binary111011011100010000
Octal1667020

Shades and tints

Shades of #763810

#763810
(118,56,16)
#6C330F
(108,51,15)
#622E0E
(98,46,14)
#58290D
(88,41,13)
#4E240C
(78,36,12)
#441F0B
(68,31,11)
#3A1A0A
(58,26,10)
#301509
(48,21,9)
#261008
(38,16,8)
#1C0B07
(28,11,7)
#120606
(18,6,6)
#000000
(0,0,0)

Tints of #763810

#763810
(118,56,16)
#824A25
(130,74,37)
#8E5C3A
(142,92,58)
#9A6E4F
(154,110,79)
#A68064
(166,128,100)
#B29279
(178,146,121)
#BEA48E
(190,164,142)
#CAB6A3
(202,182,163)
#D6C8B8
(214,200,184)
#E2DACD
(226,218,205)
#EEECE2
(238,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763810 color. Also use rgb(118,56,16) instead hex code.

Text Font Color

.myTextColor { color: #763810; }

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

This text font color is #763810.


Background Color

.myBgColor { background-color: #763810; }

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

This div background color is #763810.


Border color

.myBorderColor { border: 1px solid #763810; }

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

This div border color is #763810.


Opacity

.myOpacity80 { color: #763810; opacity: 0.8; }

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

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

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

This text has shadow with #763810 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763810 on black background.


Color preview on white background

This text has color #763810 on white background.



Black color preview on #763810 background

This text has black color on #763810 background.


White color preview on #763810 background

This text has white color on #763810 background.