COLOR #763639

HEX: #763639
RGB: (118,54,57)

Color info

#763639 contains mainly red color. Web safe color of #763639 is #663333 (or #633).

RGB color model

#763639 color RGB value is (118,54,57).

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

RGB channels and saturation

R 118 of 255 = 46%
G 54 of 255 = 21%
B 57 of 255 = 22%

118
54
57

R + G + B ~ 30%. #763639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 54 + 57 = 229 (100%)
R 118 of 229 ~ 51.53%
G 54 of 229 ~ 23.58%
B 57 of 229 ~ 24.89%

%51.53
%23.58
%24.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.24%
  • yellow value is 51.69%
  • key color value is 53.73%
CMYK:
(0,54,52,54)
C0M54Y52K54 
(0%,54%,52%,54%)
(0.00/0.54/0.52/0.54)	

CMYK percentages

%0
%54.24
%51.69
%53.73

Codes

Color #763639 in popluar color models

763639
RGB1185457
HSL357°37.21%33.73%
HSB/HSV357°54.24%46.27%
CMYK0.00%54.24%51.69%
53.73%

Color #763639 in popluar number systems.

HEX763639
Decimal1185457
Binary1110110110110111001
Octal1666671

Shades and tints

Shades of #763639

#763639
(118,54,57)
#6C3234
(108,50,52)
#622E2F
(98,46,47)
#582A2A
(88,42,42)
#4E2625
(78,38,37)
#442220
(68,34,32)
#3A1E1B
(58,30,27)
#301A16
(48,26,22)
#261611
(38,22,17)
#1C120C
(28,18,12)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #763639

#763639
(118,54,57)
#82484B
(130,72,75)
#8E5A5D
(142,90,93)
#9A6C6F
(154,108,111)
#A67E81
(166,126,129)
#B29093
(178,144,147)
#BEA2A5
(190,162,165)
#CAB4B7
(202,180,183)
#D6C6C9
(214,198,201)
#E2D8DB
(226,216,219)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763639; }

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

This text font color is #763639.


Background Color

.myBgColor { background-color: #763639; }

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

This div background color is #763639.


Border color

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

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

This div border color is #763639.


Opacity

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

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

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

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

This text has shadow with #763639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763639 on black background.


Color preview on white background

This text has color #763639 on white background.



Black color preview on #763639 background

This text has black color on #763639 background.


White color preview on #763639 background

This text has white color on #763639 background.