COLOR #763269

HEX: #763269
RGB: (118,50,105)

Color info

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

RGB color model

#763269 color RGB value is (118,50,105).

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

RGB channels and saturation

R 118 of 255 = 46%
G 50 of 255 = 20%
B 105 of 255 = 41%

118
50
105

R + G + B ~ 36%. #763269 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 50 + 105 = 273 (100%)
R 118 of 273 ~ 43.22%
G 50 of 273 ~ 18.32%
B 105 of 273 ~ 38.46%

%43.22
%18.32
%38.46

CMYK color model

#763269 color CMYK value is (0,58,11,54).

  • cyan value is 0.00%
  • magenta value is 57.63%
  • yellow value is 11.02%
  • key color value is 53.73%
CMYK:
(0,58,11,54)
C0M58Y11K54 
(0%,58%,11%,54%)
(0.00/0.58/0.11/0.54)	

CMYK percentages

%0
%57.63
%11.02
%53.73

Codes

Color #763269 in popluar color models

763269
RGB11850105
HSL311°40.48%32.94%
HSB/HSV311°57.63%46.27%
CMYK0.00%57.63%11.02%
53.73%

Color #763269 in popluar number systems.

HEX763269
Decimal11850105
Binary11101101100101101001
Octal16662151

Shades and tints

Shades of #763269

#763269
(118,50,105)
#6C2E60
(108,46,96)
#622A57
(98,42,87)
#58264E
(88,38,78)
#4E2245
(78,34,69)
#441E3C
(68,30,60)
#3A1A33
(58,26,51)
#30162A
(48,22,42)
#261221
(38,18,33)
#1C0E18
(28,14,24)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #763269

#763269
(118,50,105)
#824476
(130,68,118)
#8E5683
(142,86,131)
#9A6890
(154,104,144)
#A67A9D
(166,122,157)
#B28CAA
(178,140,170)
#BE9EB7
(190,158,183)
#CAB0C4
(202,176,196)
#D6C2D1
(214,194,209)
#E2D4DE
(226,212,222)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763269; }

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

This text font color is #763269.


Background Color

.myBgColor { background-color: #763269; }

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

This div background color is #763269.


Border color

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

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

This div border color is #763269.


Opacity

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

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

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

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

This text has shadow with #763269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763269 on black background.


Color preview on white background

This text has color #763269 on white background.



Black color preview on #763269 background

This text has black color on #763269 background.


White color preview on #763269 background

This text has white color on #763269 background.