COLOR #763541

HEX: #763541
RGB: (118,53,65)

Color info

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

RGB color model

#763541 color RGB value is (118,53,65).

  • red value is 118;
  • green value is 53;
  • blue value is 65.
RGB:
(118,53,65)
(46%,21%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 53 of 255 = 21%
B 65 of 255 = 25%

118
53
65

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

Portions of RGB colors in percentages

R + G + B =
118 + 53 + 65 = 236 (100%)
R 118 of 236 ~ 50%
G 53 of 236 ~ 22.46%
B 65 of 236 ~ 27.54%

%50
%22.46
%27.54

CMYK color model

#763541 color CMYK value is (0,55,45,54).

  • cyan value is 0.00%
  • magenta value is 55.08%
  • yellow value is 44.92%
  • key color value is 53.73%
CMYK:
(0,55,45,54)
C0M55Y45K54 
(0%,55%,45%,54%)
(0.00/0.55/0.45/0.54)	

CMYK percentages

%0
%55.08
%44.92
%53.73

Codes

Color #763541 in popluar color models

763541
RGB1185365
HSL349°38.01%33.53%
HSB/HSV349°55.08%46.27%
CMYK0.00%55.08%44.92%
53.73%

Color #763541 in popluar number systems.

HEX763541
Decimal1185365
Binary11101101101011000001
Octal16665101

Shades and tints

Shades of #763541

#763541
(118,53,65)
#6C313C
(108,49,60)
#622D37
(98,45,55)
#582932
(88,41,50)
#4E252D
(78,37,45)
#442128
(68,33,40)
#3A1D23
(58,29,35)
#30191E
(48,25,30)
#261519
(38,21,25)
#1C1114
(28,17,20)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #763541

#763541
(118,53,65)
#824752
(130,71,82)
#8E5963
(142,89,99)
#9A6B74
(154,107,116)
#A67D85
(166,125,133)
#B28F96
(178,143,150)
#BEA1A7
(190,161,167)
#CAB3B8
(202,179,184)
#D6C5C9
(214,197,201)
#E2D7DA
(226,215,218)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763541 color. Also use rgb(118,53,65) instead hex code.

Text Font Color

.myTextColor { color: #763541; }

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

This text font color is #763541.


Background Color

.myBgColor { background-color: #763541; }

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

This div background color is #763541.


Border color

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

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

This div border color is #763541.


Opacity

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

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

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

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

This text has shadow with #763541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763541 on black background.


Color preview on white background

This text has color #763541 on white background.



Black color preview on #763541 background

This text has black color on #763541 background.


White color preview on #763541 background

This text has white color on #763541 background.