COLOR #763C37

HEX: #763C37
RGB: (118,60,55)

Color info

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

RGB color model

#763C37 color RGB value is (118,60,55).

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

RGB channels and saturation

R 118 of 255 = 46%
G 60 of 255 = 24%
B 55 of 255 = 22%

118
60
55

R + G + B ~ 31%. #763C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 60 + 55 = 233 (100%)
R 118 of 233 ~ 50.64%
G 60 of 233 ~ 25.75%
B 55 of 233 ~ 23.61%

%50.64
%25.75
%23.61

CMYK color model

#763C37 color CMYK value is (0,49,53,54).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 53.39%
  • key color value is 53.73%
CMYK:
(0,49,53,54)
C0M49Y53K54 
(0%,49%,53%,54%)
(0.00/0.49/0.53/0.54)	

CMYK percentages

%0
%49.15
%53.39
%53.73

Codes

Color #763C37 in popluar color models

763C37
RGB1186055
HSL36.42%33.92%
HSB/HSV53.39%46.27%
CMYK0.00%49.15%53.39%
53.73%

Color #763C37 in popluar number systems.

HEX763C37
Decimal1186055
Binary1110110111100110111
Octal1667467

Shades and tints

Shades of #763C37

#763C37
(118,60,55)
#6C3732
(108,55,50)
#62322D
(98,50,45)
#582D28
(88,45,40)
#4E2823
(78,40,35)
#44231E
(68,35,30)
#3A1E19
(58,30,25)
#301914
(48,25,20)
#26140F
(38,20,15)
#1C0F0A
(28,15,10)
#120A05
(18,10,5)
#000000
(0,0,0)

Tints of #763C37

#763C37
(118,60,55)
#824D49
(130,77,73)
#8E5E5B
(142,94,91)
#9A6F6D
(154,111,109)
#A6807F
(166,128,127)
#B29191
(178,145,145)
#BEA2A3
(190,162,163)
#CAB3B5
(202,179,181)
#D6C4C7
(214,196,199)
#E2D5D9
(226,213,217)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763C37; }

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

This text font color is #763C37.


Background Color

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

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

This div background color is #763C37.


Border color

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

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

This div border color is #763C37.


Opacity

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

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

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

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

This text has shadow with #763C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763C37 on black background.


Color preview on white background

This text has color #763C37 on white background.



Black color preview on #763C37 background

This text has black color on #763C37 background.


White color preview on #763C37 background

This text has white color on #763C37 background.