COLOR #763C34

HEX: #763C34
RGB: (118,60,52)

Color info

#763C34 contains mainly red and green colors. Web safe color of #763C34 is #663333 (or #633).

RGB color model

#763C34 color RGB value is (118,60,52).

  • red value is 118;
  • green value is 60;
  • blue value is 52.
RGB:
(118,60,52)
(46%,24%,20%)

RGB channels and saturation

R 118 of 255 = 46%
G 60 of 255 = 24%
B 52 of 255 = 20%

118
60
52

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

Portions of RGB colors in percentages

R + G + B =
118 + 60 + 52 = 230 (100%)
R 118 of 230 ~ 51.3%
G 60 of 230 ~ 26.09%
B 52 of 230 ~ 22.61%

%51.3
%26.09
%22.61

CMYK color model

#763C34 color CMYK value is (0,49,56,54).

  • cyan value is 0.00%
  • magenta value is 49.15%
  • yellow value is 55.93%
  • key color value is 53.73%
CMYK:
(0,49,56,54)
C0M49Y56K54 
(0%,49%,56%,54%)
(0.00/0.49/0.56/0.54)	

CMYK percentages

%0
%49.15
%55.93
%53.73

Codes

Color #763C34 in popluar color models

763C34
RGB1186052
HSL38.82%33.33%
HSB/HSV55.93%46.27%
CMYK0.00%49.15%55.93%
53.73%

Color #763C34 in popluar number systems.

HEX763C34
Decimal1186052
Binary1110110111100110100
Octal1667464

Shades and tints

Shades of #763C34

#763C34
(118,60,52)
#6C3730
(108,55,48)
#62322C
(98,50,44)
#582D28
(88,45,40)
#4E2824
(78,40,36)
#442320
(68,35,32)
#3A1E1C
(58,30,28)
#301918
(48,25,24)
#261414
(38,20,20)
#1C0F10
(28,15,16)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #763C34

#763C34
(118,60,52)
#824D46
(130,77,70)
#8E5E58
(142,94,88)
#9A6F6A
(154,111,106)
#A6807C
(166,128,124)
#B2918E
(178,145,142)
#BEA2A0
(190,162,160)
#CAB3B2
(202,179,178)
#D6C4C4
(214,196,196)
#E2D5D6
(226,213,214)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763C34 color. Also use rgb(118,60,52) instead hex code.

Text Font Color

.myTextColor { color: #763C34; }

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

This text font color is #763C34.


Background Color

.myBgColor { background-color: #763C34; }

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

This div background color is #763C34.


Border color

.myBorderColor { border: 1px solid #763C34; }

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

This div border color is #763C34.


Opacity

.myOpacity80 { color: #763C34; opacity: 0.8; }

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

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

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

This text has shadow with #763C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763C34 on black background.


Color preview on white background

This text has color #763C34 on white background.



Black color preview on #763C34 background

This text has black color on #763C34 background.


White color preview on #763C34 background

This text has white color on #763C34 background.