COLOR #763A53

HEX: #763A53
RGB: (118,58,83)

Color info

#763A53 contains mainly red and blue colors. Web safe color of #763A53 is #663366 (or #636).

RGB color model

#763A53 color RGB value is (118,58,83).

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

RGB channels and saturation

R 118 of 255 = 46%
G 58 of 255 = 23%
B 83 of 255 = 33%

118
58
83

R + G + B ~ 34%. #763A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 58 + 83 = 259 (100%)
R 118 of 259 ~ 45.56%
G 58 of 259 ~ 22.39%
B 83 of 259 ~ 32.05%

%45.56
%22.39
%32.05

CMYK color model

#763A53 color CMYK value is (0,51,30,54).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 29.66%
  • key color value is 53.73%
CMYK:
(0,51,30,54)
C0M51Y30K54 
(0%,51%,30%,54%)
(0.00/0.51/0.30/0.54)	

CMYK percentages

%0
%50.85
%29.66
%53.73

Codes

Color #763A53 in popluar color models

763A53
RGB1185883
HSL335°34.09%34.51%
HSB/HSV335°50.85%46.27%
CMYK0.00%50.85%29.66%
53.73%

Color #763A53 in popluar number systems.

HEX763A53
Decimal1185883
Binary11101101110101010011
Octal16672123

Shades and tints

Shades of #763A53

#763A53
(118,58,83)
#6C354C
(108,53,76)
#623045
(98,48,69)
#582B3E
(88,43,62)
#4E2637
(78,38,55)
#442130
(68,33,48)
#3A1C29
(58,28,41)
#301722
(48,23,34)
#26121B
(38,18,27)
#1C0D14
(28,13,20)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #763A53

#763A53
(118,58,83)
#824B62
(130,75,98)
#8E5C71
(142,92,113)
#9A6D80
(154,109,128)
#A67E8F
(166,126,143)
#B28F9E
(178,143,158)
#BEA0AD
(190,160,173)
#CAB1BC
(202,177,188)
#D6C2CB
(214,194,203)
#E2D3DA
(226,211,218)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763A53; }

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

This text font color is #763A53.


Background Color

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

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

This div background color is #763A53.


Border color

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

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

This div border color is #763A53.


Opacity

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

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

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

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

This text has shadow with #763A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763A53 on black background.


Color preview on white background

This text has color #763A53 on white background.



Black color preview on #763A53 background

This text has black color on #763A53 background.


White color preview on #763A53 background

This text has white color on #763A53 background.