COLOR #763235

HEX: #763235
RGB: (118,50,53)

Color info

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

RGB color model

#763235 color RGB value is (118,50,53).

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

RGB channels and saturation

R 118 of 255 = 46%
G 50 of 255 = 20%
B 53 of 255 = 21%

118
50
53

R + G + B ~ 29%. #763235 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 50 + 53 = 221 (100%)
R 118 of 221 ~ 53.39%
G 50 of 221 ~ 22.62%
B 53 of 221 ~ 23.98%

%53.39
%22.62
%23.98

CMYK color model

#763235 color CMYK value is (0,58,55,54).

  • cyan value is 0.00%
  • magenta value is 57.63%
  • yellow value is 55.08%
  • key color value is 53.73%
CMYK:
(0,58,55,54)
C0M58Y55K54 
(0%,58%,55%,54%)
(0.00/0.58/0.55/0.54)	

CMYK percentages

%0
%57.63
%55.08
%53.73

Codes

Color #763235 in popluar color models

763235
RGB1185053
HSL357°40.48%32.94%
HSB/HSV357°57.63%46.27%
CMYK0.00%57.63%55.08%
53.73%

Color #763235 in popluar number systems.

HEX763235
Decimal1185053
Binary1110110110010110101
Octal1666265

Shades and tints

Shades of #763235

#763235
(118,50,53)
#6C2E31
(108,46,49)
#622A2D
(98,42,45)
#582629
(88,38,41)
#4E2225
(78,34,37)
#441E21
(68,30,33)
#3A1A1D
(58,26,29)
#301619
(48,22,25)
#261215
(38,18,21)
#1C0E11
(28,14,17)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #763235

#763235
(118,50,53)
#824447
(130,68,71)
#8E5659
(142,86,89)
#9A686B
(154,104,107)
#A67A7D
(166,122,125)
#B28C8F
(178,140,143)
#BE9EA1
(190,158,161)
#CAB0B3
(202,176,179)
#D6C2C5
(214,194,197)
#E2D4D7
(226,212,215)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763235; }

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

This text font color is #763235.


Background Color

.myBgColor { background-color: #763235; }

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

This div background color is #763235.


Border color

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

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

This div border color is #763235.


Opacity

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

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

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

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

This text has shadow with #763235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763235 on black background.


Color preview on white background

This text has color #763235 on white background.



Black color preview on #763235 background

This text has black color on #763235 background.


White color preview on #763235 background

This text has white color on #763235 background.