COLOR #763547

HEX: #763547
RGB: (118,53,71)

Color info

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

RGB color model

#763547 color RGB value is (118,53,71).

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

RGB channels and saturation

R 118 of 255 = 46%
G 53 of 255 = 21%
B 71 of 255 = 28%

118
53
71

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

Portions of RGB colors in percentages

R + G + B =
118 + 53 + 71 = 242 (100%)
R 118 of 242 ~ 48.76%
G 53 of 242 ~ 21.9%
B 71 of 242 ~ 29.34%

%48.76
%21.9
%29.34

CMYK color model

#763547 color CMYK value is (0,55,40,54).

  • cyan value is 0.00%
  • magenta value is 55.08%
  • yellow value is 39.83%
  • key color value is 53.73%
CMYK:
(0,55,40,54)
C0M55Y40K54 
(0%,55%,40%,54%)
(0.00/0.55/0.40/0.54)	

CMYK percentages

%0
%55.08
%39.83
%53.73

Codes

Color #763547 in popluar color models

763547
RGB1185371
HSL343°38.01%33.53%
HSB/HSV343°55.08%46.27%
CMYK0.00%55.08%39.83%
53.73%

Color #763547 in popluar number systems.

HEX763547
Decimal1185371
Binary11101101101011000111
Octal16665107

Shades and tints

Shades of #763547

#763547
(118,53,71)
#6C3141
(108,49,65)
#622D3B
(98,45,59)
#582935
(88,41,53)
#4E252F
(78,37,47)
#442129
(68,33,41)
#3A1D23
(58,29,35)
#30191D
(48,25,29)
#261517
(38,21,23)
#1C1111
(28,17,17)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #763547

#763547
(118,53,71)
#824757
(130,71,87)
#8E5967
(142,89,103)
#9A6B77
(154,107,119)
#A67D87
(166,125,135)
#B28F97
(178,143,151)
#BEA1A7
(190,161,167)
#CAB3B7
(202,179,183)
#D6C5C7
(214,197,199)
#E2D7D7
(226,215,215)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763547; }

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

This text font color is #763547.


Background Color

.myBgColor { background-color: #763547; }

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

This div background color is #763547.


Border color

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

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

This div border color is #763547.


Opacity

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

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

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

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

This text has shadow with #763547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763547 on black background.


Color preview on white background

This text has color #763547 on white background.



Black color preview on #763547 background

This text has black color on #763547 background.


White color preview on #763547 background

This text has white color on #763547 background.