COLOR #763A40

HEX: #763A40
RGB: (118,58,64)

Color info

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

RGB color model

#763A40 color RGB value is (118,58,64).

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

RGB channels and saturation

R 118 of 255 = 46%
G 58 of 255 = 23%
B 64 of 255 = 25%

118
58
64

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

Portions of RGB colors in percentages

R + G + B =
118 + 58 + 64 = 240 (100%)
R 118 of 240 ~ 49.17%
G 58 of 240 ~ 24.17%
B 64 of 240 ~ 26.67%

%49.17
%24.17
%26.67

CMYK color model

#763A40 color CMYK value is (0,51,46,54).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 45.76%
  • key color value is 53.73%
CMYK:
(0,51,46,54)
C0M51Y46K54 
(0%,51%,46%,54%)
(0.00/0.51/0.46/0.54)	

CMYK percentages

%0
%50.85
%45.76
%53.73

Codes

Color #763A40 in popluar color models

763A40
RGB1185864
HSL354°34.09%34.51%
HSB/HSV354°50.85%46.27%
CMYK0.00%50.85%45.76%
53.73%

Color #763A40 in popluar number systems.

HEX763A40
Decimal1185864
Binary11101101110101000000
Octal16672100

Shades and tints

Shades of #763A40

#763A40
(118,58,64)
#6C353B
(108,53,59)
#623036
(98,48,54)
#582B31
(88,43,49)
#4E262C
(78,38,44)
#442127
(68,33,39)
#3A1C22
(58,28,34)
#30171D
(48,23,29)
#261218
(38,18,24)
#1C0D13
(28,13,19)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #763A40

#763A40
(118,58,64)
#824B51
(130,75,81)
#8E5C62
(142,92,98)
#9A6D73
(154,109,115)
#A67E84
(166,126,132)
#B28F95
(178,143,149)
#BEA0A6
(190,160,166)
#CAB1B7
(202,177,183)
#D6C2C8
(214,194,200)
#E2D3D9
(226,211,217)
#EEE4EA
(238,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763A40; }

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

This text font color is #763A40.


Background Color

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

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

This div background color is #763A40.


Border color

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

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

This div border color is #763A40.


Opacity

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

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

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

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

This text has shadow with #763A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763A40 on black background.


Color preview on white background

This text has color #763A40 on white background.



Black color preview on #763A40 background

This text has black color on #763A40 background.


White color preview on #763A40 background

This text has white color on #763A40 background.