COLOR #763448

HEX: #763448
RGB: (118,52,72)

Color info

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

RGB color model

#763448 color RGB value is (118,52,72).

  • red value is 118;
  • green value is 52;
  • blue value is 72.
RGB:
(118,52,72)
(46%,20%,28%)

RGB channels and saturation

R 118 of 255 = 46%
G 52 of 255 = 20%
B 72 of 255 = 28%

118
52
72

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

Portions of RGB colors in percentages

R + G + B =
118 + 52 + 72 = 242 (100%)
R 118 of 242 ~ 48.76%
G 52 of 242 ~ 21.49%
B 72 of 242 ~ 29.75%

%48.76
%21.49
%29.75

CMYK color model

#763448 color CMYK value is (0,56,39,54).

  • cyan value is 0.00%
  • magenta value is 55.93%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(0,56,39,54)
C0M56Y39K54 
(0%,56%,39%,54%)
(0.00/0.56/0.39/0.54)	

CMYK percentages

%0
%55.93
%38.98
%53.73

Codes

Color #763448 in popluar color models

763448
RGB1185272
HSL342°38.82%33.33%
HSB/HSV342°55.93%46.27%
CMYK0.00%55.93%38.98%
53.73%

Color #763448 in popluar number systems.

HEX763448
Decimal1185272
Binary11101101101001001000
Octal16664110

Shades and tints

Shades of #763448

#763448
(118,52,72)
#6C3042
(108,48,66)
#622C3C
(98,44,60)
#582836
(88,40,54)
#4E2430
(78,36,48)
#44202A
(68,32,42)
#3A1C24
(58,28,36)
#30181E
(48,24,30)
#261418
(38,20,24)
#1C1012
(28,16,18)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #763448

#763448
(118,52,72)
#824658
(130,70,88)
#8E5868
(142,88,104)
#9A6A78
(154,106,120)
#A67C88
(166,124,136)
#B28E98
(178,142,152)
#BEA0A8
(190,160,168)
#CAB2B8
(202,178,184)
#D6C4C8
(214,196,200)
#E2D6D8
(226,214,216)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763448 color. Also use rgb(118,52,72) instead hex code.

Text Font Color

.myTextColor { color: #763448; }

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

This text font color is #763448.


Background Color

.myBgColor { background-color: #763448; }

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

This div background color is #763448.


Border color

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

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

This div border color is #763448.


Opacity

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

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

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

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

This text has shadow with #763448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763448 on black background.


Color preview on white background

This text has color #763448 on white background.



Black color preview on #763448 background

This text has black color on #763448 background.


White color preview on #763448 background

This text has white color on #763448 background.