COLOR #763240

HEX: #763240
RGB: (118,50,64)

Color info

#763240 contains mainly red and blue colors. Web safe color of #763240 is #663333 (or #633).

RGB color model

#763240 color RGB value is (118,50,64).

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

RGB channels and saturation

R 118 of 255 = 46%
G 50 of 255 = 20%
B 64 of 255 = 25%

118
50
64

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

Portions of RGB colors in percentages

R + G + B =
118 + 50 + 64 = 232 (100%)
R 118 of 232 ~ 50.86%
G 50 of 232 ~ 21.55%
B 64 of 232 ~ 27.59%

%50.86
%21.55
%27.59

CMYK color model

#763240 color CMYK value is (0,58,46,54).

  • cyan value is 0.00%
  • magenta value is 57.63%
  • yellow value is 45.76%
  • key color value is 53.73%
CMYK:
(0,58,46,54)
C0M58Y46K54 
(0%,58%,46%,54%)
(0.00/0.58/0.46/0.54)	

CMYK percentages

%0
%57.63
%45.76
%53.73

Codes

Color #763240 in popluar color models

763240
RGB1185064
HSL348°40.48%32.94%
HSB/HSV348°57.63%46.27%
CMYK0.00%57.63%45.76%
53.73%

Color #763240 in popluar number systems.

HEX763240
Decimal1185064
Binary11101101100101000000
Octal16662100

Shades and tints

Shades of #763240

#763240
(118,50,64)
#6C2E3B
(108,46,59)
#622A36
(98,42,54)
#582631
(88,38,49)
#4E222C
(78,34,44)
#441E27
(68,30,39)
#3A1A22
(58,26,34)
#30161D
(48,22,29)
#261218
(38,18,24)
#1C0E13
(28,14,19)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #763240

#763240
(118,50,64)
#824451
(130,68,81)
#8E5662
(142,86,98)
#9A6873
(154,104,115)
#A67A84
(166,122,132)
#B28C95
(178,140,149)
#BE9EA6
(190,158,166)
#CAB0B7
(202,176,183)
#D6C2C8
(214,194,200)
#E2D4D9
(226,212,217)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763240; }

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

This text font color is #763240.


Background Color

.myBgColor { background-color: #763240; }

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

This div background color is #763240.


Border color

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

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

This div border color is #763240.


Opacity

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

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

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

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

This text has shadow with #763240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763240 on black background.


Color preview on white background

This text has color #763240 on white background.



Black color preview on #763240 background

This text has black color on #763240 background.


White color preview on #763240 background

This text has white color on #763240 background.