COLOR #763E36

HEX: #763E36
RGB: (118,62,54)

Color info

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

RGB color model

#763E36 color RGB value is (118,62,54).

  • red value is 118;
  • green value is 62;
  • blue value is 54.
RGB:
(118,62,54)
(46%,24%,21%)

RGB channels and saturation

R 118 of 255 = 46%
G 62 of 255 = 24%
B 54 of 255 = 21%

118
62
54

R + G + B ~ 30%. #763E36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 62 + 54 = 234 (100%)
R 118 of 234 ~ 50.43%
G 62 of 234 ~ 26.5%
B 54 of 234 ~ 23.08%

%50.43
%26.5
%23.08

CMYK color model

#763E36 color CMYK value is (0,47,54,54).

  • cyan value is 0.00%
  • magenta value is 47.46%
  • yellow value is 54.24%
  • key color value is 53.73%
CMYK:
(0,47,54,54)
C0M47Y54K54 
(0%,47%,54%,54%)
(0.00/0.47/0.54/0.54)	

CMYK percentages

%0
%47.46
%54.24
%53.73

Codes

Color #763E36 in popluar color models

763E36
RGB1186254
HSL37.21%33.73%
HSB/HSV54.24%46.27%
CMYK0.00%47.46%54.24%
53.73%

Color #763E36 in popluar number systems.

HEX763E36
Decimal1186254
Binary1110110111110110110
Octal1667666

Shades and tints

Shades of #763E36

#763E36
(118,62,54)
#6C3932
(108,57,50)
#62342E
(98,52,46)
#582F2A
(88,47,42)
#4E2A26
(78,42,38)
#442522
(68,37,34)
#3A201E
(58,32,30)
#301B1A
(48,27,26)
#261616
(38,22,22)
#1C1112
(28,17,18)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #763E36

#763E36
(118,62,54)
#824F48
(130,79,72)
#8E605A
(142,96,90)
#9A716C
(154,113,108)
#A6827E
(166,130,126)
#B29390
(178,147,144)
#BEA4A2
(190,164,162)
#CAB5B4
(202,181,180)
#D6C6C6
(214,198,198)
#E2D7D8
(226,215,216)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763E36 color. Also use rgb(118,62,54) instead hex code.

Text Font Color

.myTextColor { color: #763E36; }

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

This text font color is #763E36.


Background Color

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

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

This div background color is #763E36.


Border color

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

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

This div border color is #763E36.


Opacity

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

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

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

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

This text has shadow with #763E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763E36 on black background.


Color preview on white background

This text has color #763E36 on white background.



Black color preview on #763E36 background

This text has black color on #763E36 background.


White color preview on #763E36 background

This text has white color on #763E36 background.