COLOR #762F48

HEX: #762F48
RGB: (118,47,72)

Color info

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

RGB color model

#762F48 color RGB value is (118,47,72).

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

RGB channels and saturation

R 118 of 255 = 46%
G 47 of 255 = 18%
B 72 of 255 = 28%

118
47
72

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

Portions of RGB colors in percentages

R + G + B =
118 + 47 + 72 = 237 (100%)
R 118 of 237 ~ 49.79%
G 47 of 237 ~ 19.83%
B 72 of 237 ~ 30.38%

%49.79
%19.83
%30.38

CMYK color model

#762F48 color CMYK value is (0,60,39,54).

  • cyan value is 0.00%
  • magenta value is 60.17%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(0,60,39,54)
C0M60Y39K54 
(0%,60%,39%,54%)
(0.00/0.60/0.39/0.54)	

CMYK percentages

%0
%60.17
%38.98
%53.73

Codes

Color #762F48 in popluar color models

762F48
RGB1184772
HSL339°43.03%32.35%
HSB/HSV339°60.17%46.27%
CMYK0.00%60.17%38.98%
53.73%

Color #762F48 in popluar number systems.

HEX762F48
Decimal1184772
Binary11101101011111001000
Octal16657110

Shades and tints

Shades of #762F48

#762F48
(118,47,72)
#6C2B42
(108,43,66)
#62273C
(98,39,60)
#582336
(88,35,54)
#4E1F30
(78,31,48)
#441B2A
(68,27,42)
#3A1724
(58,23,36)
#30131E
(48,19,30)
#260F18
(38,15,24)
#1C0B12
(28,11,18)
#12070C
(18,7,12)
#000000
(0,0,0)

Tints of #762F48

#762F48
(118,47,72)
#824158
(130,65,88)
#8E5368
(142,83,104)
#9A6578
(154,101,120)
#A67788
(166,119,136)
#B28998
(178,137,152)
#BE9BA8
(190,155,168)
#CAADB8
(202,173,184)
#D6BFC8
(214,191,200)
#E2D1D8
(226,209,216)
#EEE3E8
(238,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #762F48; }

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

This text font color is #762F48.


Background Color

.myBgColor { background-color: #762F48; }

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

This div background color is #762F48.


Border color

.myBorderColor { border: 1px solid #762F48; }

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

This div border color is #762F48.


Opacity

.myOpacity80 { color: #762F48; opacity: 0.8; }

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

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

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

This text has shadow with #762F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762F48 on black background.


Color preview on white background

This text has color #762F48 on white background.



Black color preview on #762F48 background

This text has black color on #762F48 background.


White color preview on #762F48 background

This text has white color on #762F48 background.