COLOR #763846

HEX: #763846
RGB: (118,56,70)

Color info

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

RGB color model

#763846 color RGB value is (118,56,70).

  • red value is 118;
  • green value is 56;
  • blue value is 70.
RGB:
(118,56,70)
(46%,22%,27%)

RGB channels and saturation

R 118 of 255 = 46%
G 56 of 255 = 22%
B 70 of 255 = 27%

118
56
70

R + G + B ~ 32%. #763846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 56 + 70 = 244 (100%)
R 118 of 244 ~ 48.36%
G 56 of 244 ~ 22.95%
B 70 of 244 ~ 28.69%

%48.36
%22.95
%28.69

CMYK color model

#763846 color CMYK value is (0,53,41,54).

  • cyan value is 0.00%
  • magenta value is 52.54%
  • yellow value is 40.68%
  • key color value is 53.73%
CMYK:
(0,53,41,54)
C0M53Y41K54 
(0%,53%,41%,54%)
(0.00/0.53/0.41/0.54)	

CMYK percentages

%0
%52.54
%40.68
%53.73

Codes

Color #763846 in popluar color models

763846
RGB1185670
HSL346°35.63%34.12%
HSB/HSV346°52.54%46.27%
CMYK0.00%52.54%40.68%
53.73%

Color #763846 in popluar number systems.

HEX763846
Decimal1185670
Binary11101101110001000110
Octal16670106

Shades and tints

Shades of #763846

#763846
(118,56,70)
#6C3340
(108,51,64)
#622E3A
(98,46,58)
#582934
(88,41,52)
#4E242E
(78,36,46)
#441F28
(68,31,40)
#3A1A22
(58,26,34)
#30151C
(48,21,28)
#261016
(38,16,22)
#1C0B10
(28,11,16)
#12060A
(18,6,10)
#000000
(0,0,0)

Tints of #763846

#763846
(118,56,70)
#824A56
(130,74,86)
#8E5C66
(142,92,102)
#9A6E76
(154,110,118)
#A68086
(166,128,134)
#B29296
(178,146,150)
#BEA4A6
(190,164,166)
#CAB6B6
(202,182,182)
#D6C8C6
(214,200,198)
#E2DAD6
(226,218,214)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763846 color. Also use rgb(118,56,70) instead hex code.

Text Font Color

.myTextColor { color: #763846; }

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

This text font color is #763846.


Background Color

.myBgColor { background-color: #763846; }

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

This div background color is #763846.


Border color

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

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

This div border color is #763846.


Opacity

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

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

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

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

This text has shadow with #763846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763846 on black background.


Color preview on white background

This text has color #763846 on white background.



Black color preview on #763846 background

This text has black color on #763846 background.


White color preview on #763846 background

This text has white color on #763846 background.