COLOR #763946

HEX: #763946
RGB: (118,57,70)

Color info

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

RGB color model

#763946 color RGB value is (118,57,70).

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

RGB channels and saturation

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

118
57
70

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

Portions of RGB colors in percentages

R + G + B =
118 + 57 + 70 = 245 (100%)
R 118 of 245 ~ 48.16%
G 57 of 245 ~ 23.27%
B 70 of 245 ~ 28.57%

%48.16
%23.27
%28.57

CMYK color model

#763946 color CMYK value is (0,52,41,54).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 40.68%
  • key color value is 53.73%
CMYK:
(0,52,41,54)
C0M52Y41K54 
(0%,52%,41%,54%)
(0.00/0.52/0.41/0.54)	

CMYK percentages

%0
%51.69
%40.68
%53.73

Codes

Color #763946 in popluar color models

763946
RGB1185770
HSL347°34.86%34.31%
HSB/HSV347°51.69%46.27%
CMYK0.00%51.69%40.68%
53.73%

Color #763946 in popluar number systems.

HEX763946
Decimal1185770
Binary11101101110011000110
Octal16671106

Shades and tints

Shades of #763946

#763946
(118,57,70)
#6C3440
(108,52,64)
#622F3A
(98,47,58)
#582A34
(88,42,52)
#4E252E
(78,37,46)
#442028
(68,32,40)
#3A1B22
(58,27,34)
#30161C
(48,22,28)
#261116
(38,17,22)
#1C0C10
(28,12,16)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #763946

#763946
(118,57,70)
#824B56
(130,75,86)
#8E5D66
(142,93,102)
#9A6F76
(154,111,118)
#A68186
(166,129,134)
#B29396
(178,147,150)
#BEA5A6
(190,165,166)
#CAB7B6
(202,183,182)
#D6C9C6
(214,201,198)
#E2DBD6
(226,219,214)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763946; }

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

This text font color is #763946.


Background Color

.myBgColor { background-color: #763946; }

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

This div background color is #763946.


Border color

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

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

This div border color is #763946.


Opacity

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

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

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

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

This text has shadow with #763946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763946 on black background.


Color preview on white background

This text has color #763946 on white background.



Black color preview on #763946 background

This text has black color on #763946 background.


White color preview on #763946 background

This text has white color on #763946 background.