COLOR #762439

HEX: #762439
RGB: (118,36,57)

Color info

#762439 contains mainly red color. Web safe color of #762439 is #663333 (or #633).

RGB color model

#762439 color RGB value is (118,36,57).

  • red value is 118;
  • green value is 36;
  • blue value is 57.
RGB:
(118,36,57)
(46%,14%,22%)

RGB channels and saturation

R 118 of 255 = 46%
G 36 of 255 = 14%
B 57 of 255 = 22%

118
36
57

R + G + B ~ 27%. #762439 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 36 + 57 = 211 (100%)
R 118 of 211 ~ 55.92%
G 36 of 211 ~ 17.06%
B 57 of 211 ~ 27.01%

%55.92
%17.06
%27.01

CMYK color model

#762439 color CMYK value is (0,69,52,54).

  • cyan value is 0.00%
  • magenta value is 69.49%
  • yellow value is 51.69%
  • key color value is 53.73%
CMYK:
(0,69,52,54)
C0M69Y52K54 
(0%,69%,52%,54%)
(0.00/0.69/0.52/0.54)	

CMYK percentages

%0
%69.49
%51.69
%53.73

Codes

Color #762439 in popluar color models

762439
RGB1183657
HSL345°53.25%30.20%
HSB/HSV345°69.49%46.27%
CMYK0.00%69.49%51.69%
53.73%

Color #762439 in popluar number systems.

HEX762439
Decimal1183657
Binary1110110100100111001
Octal1664471

Shades and tints

Shades of #762439

#762439
(118,36,57)
#6C2134
(108,33,52)
#621E2F
(98,30,47)
#581B2A
(88,27,42)
#4E1825
(78,24,37)
#441520
(68,21,32)
#3A121B
(58,18,27)
#300F16
(48,15,22)
#260C11
(38,12,17)
#1C090C
(28,9,12)
#120607
(18,6,7)
#000000
(0,0,0)

Tints of #762439

#762439
(118,36,57)
#82374B
(130,55,75)
#8E4A5D
(142,74,93)
#9A5D6F
(154,93,111)
#A67081
(166,112,129)
#B28393
(178,131,147)
#BE96A5
(190,150,165)
#CAA9B7
(202,169,183)
#D6BCC9
(214,188,201)
#E2CFDB
(226,207,219)
#EEE2ED
(238,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762439 color. Also use rgb(118,36,57) instead hex code.

Text Font Color

.myTextColor { color: #762439; }

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

This text font color is #762439.


Background Color

.myBgColor { background-color: #762439; }

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

This div background color is #762439.


Border color

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

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

This div border color is #762439.


Opacity

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

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

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

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

This text has shadow with #762439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762439 on black background.


Color preview on white background

This text has color #762439 on white background.



Black color preview on #762439 background

This text has black color on #762439 background.


White color preview on #762439 background

This text has white color on #762439 background.