COLOR #762C3C

HEX: #762C3C
RGB: (118,44,60)

Color info

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

RGB color model

#762C3C color RGB value is (118,44,60).

  • red value is 118;
  • green value is 44;
  • blue value is 60.
RGB:
(118,44,60)
(46%,17%,24%)

RGB channels and saturation

R 118 of 255 = 46%
G 44 of 255 = 17%
B 60 of 255 = 24%

118
44
60

R + G + B ~ 29%. #762C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 44 + 60 = 222 (100%)
R 118 of 222 ~ 53.15%
G 44 of 222 ~ 19.82%
B 60 of 222 ~ 27.03%

%53.15
%19.82
%27.03

CMYK color model

#762C3C color CMYK value is (0,63,49,54).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 49.15%
  • key color value is 53.73%
CMYK:
(0,63,49,54)
C0M63Y49K54 
(0%,63%,49%,54%)
(0.00/0.63/0.49/0.54)	

CMYK percentages

%0
%62.71
%49.15
%53.73

Codes

Color #762C3C in popluar color models

762C3C
RGB1184460
HSL347°45.68%31.76%
HSB/HSV347°62.71%46.27%
CMYK0.00%62.71%49.15%
53.73%

Color #762C3C in popluar number systems.

HEX762C3C
Decimal1184460
Binary1110110101100111100
Octal1665474

Shades and tints

Shades of #762C3C

#762C3C
(118,44,60)
#6C2837
(108,40,55)
#622432
(98,36,50)
#58202D
(88,32,45)
#4E1C28
(78,28,40)
#441823
(68,24,35)
#3A141E
(58,20,30)
#301019
(48,16,25)
#260C14
(38,12,20)
#1C080F
(28,8,15)
#12040A
(18,4,10)
#000000
(0,0,0)

Tints of #762C3C

#762C3C
(118,44,60)
#823F4D
(130,63,77)
#8E525E
(142,82,94)
#9A656F
(154,101,111)
#A67880
(166,120,128)
#B28B91
(178,139,145)
#BE9EA2
(190,158,162)
#CAB1B3
(202,177,179)
#D6C4C4
(214,196,196)
#E2D7D5
(226,215,213)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762C3C color. Also use rgb(118,44,60) instead hex code.

Text Font Color

.myTextColor { color: #762C3C; }

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

This text font color is #762C3C.


Background Color

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

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

This div background color is #762C3C.


Border color

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

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

This div border color is #762C3C.


Opacity

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

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

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

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

This text has shadow with #762C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762C3C on black background.


Color preview on white background

This text has color #762C3C on white background.



Black color preview on #762C3C background

This text has black color on #762C3C background.


White color preview on #762C3C background

This text has white color on #762C3C background.