COLOR #763237

HEX: #763237
RGB: (118,50,55)

Color info

#763237 contains mainly red color. Web safe color of #763237 is #663333 (or #633).

RGB color model

#763237 color RGB value is (118,50,55).

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

RGB channels and saturation

R 118 of 255 = 46%
G 50 of 255 = 20%
B 55 of 255 = 22%

118
50
55

R + G + B ~ 29%. #763237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 50 + 55 = 223 (100%)
R 118 of 223 ~ 52.91%
G 50 of 223 ~ 22.42%
B 55 of 223 ~ 24.66%

%52.91
%22.42
%24.66

CMYK color model

#763237 color CMYK value is (0,58,53,54).

  • cyan value is 0.00%
  • magenta value is 57.63%
  • yellow value is 53.39%
  • key color value is 53.73%
CMYK:
(0,58,53,54)
C0M58Y53K54 
(0%,58%,53%,54%)
(0.00/0.58/0.53/0.54)	

CMYK percentages

%0
%57.63
%53.39
%53.73

Codes

Color #763237 in popluar color models

763237
RGB1185055
HSL356°40.48%32.94%
HSB/HSV356°57.63%46.27%
CMYK0.00%57.63%53.39%
53.73%

Color #763237 in popluar number systems.

HEX763237
Decimal1185055
Binary1110110110010110111
Octal1666267

Shades and tints

Shades of #763237

#763237
(118,50,55)
#6C2E32
(108,46,50)
#622A2D
(98,42,45)
#582628
(88,38,40)
#4E2223
(78,34,35)
#441E1E
(68,30,30)
#3A1A19
(58,26,25)
#301614
(48,22,20)
#26120F
(38,18,15)
#1C0E0A
(28,14,10)
#120A05
(18,10,5)
#000000
(0,0,0)

Tints of #763237

#763237
(118,50,55)
#824449
(130,68,73)
#8E565B
(142,86,91)
#9A686D
(154,104,109)
#A67A7F
(166,122,127)
#B28C91
(178,140,145)
#BE9EA3
(190,158,163)
#CAB0B5
(202,176,181)
#D6C2C7
(214,194,199)
#E2D4D9
(226,212,217)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763237; }

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

This text font color is #763237.


Background Color

.myBgColor { background-color: #763237; }

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

This div background color is #763237.


Border color

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

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

This div border color is #763237.


Opacity

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

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

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

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

This text has shadow with #763237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763237 on black background.


Color preview on white background

This text has color #763237 on white background.



Black color preview on #763237 background

This text has black color on #763237 background.


White color preview on #763237 background

This text has white color on #763237 background.