COLOR #763A21

HEX: #763A21
RGB: (118,58,33)

Color info

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

RGB color model

#763A21 color RGB value is (118,58,33).

  • red value is 118;
  • green value is 58;
  • blue value is 33.
RGB:
(118,58,33)
(46%,23%,13%)

RGB channels and saturation

R 118 of 255 = 46%
G 58 of 255 = 23%
B 33 of 255 = 13%

118
58
33

R + G + B ~ 27%. #763A21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 58 + 33 = 209 (100%)
R 118 of 209 ~ 56.46%
G 58 of 209 ~ 27.75%
B 33 of 209 ~ 15.79%

%56.46
%27.75
%15.79

CMYK color model

#763A21 color CMYK value is (0,51,72,54).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 72.03%
  • key color value is 53.73%
CMYK:
(0,51,72,54)
C0M51Y72K54 
(0%,51%,72%,54%)
(0.00/0.51/0.72/0.54)	

CMYK percentages

%0
%50.85
%72.03
%53.73

Codes

Color #763A21 in popluar color models

763A21
RGB1185833
HSL18°56.29%29.61%
HSB/HSV18°72.03%46.27%
CMYK0.00%50.85%72.03%
53.73%

Color #763A21 in popluar number systems.

HEX763A21
Decimal1185833
Binary1110110111010100001
Octal1667241

Shades and tints

Shades of #763A21

#763A21
(118,58,33)
#6C351E
(108,53,30)
#62301B
(98,48,27)
#582B18
(88,43,24)
#4E2615
(78,38,21)
#442112
(68,33,18)
#3A1C0F
(58,28,15)
#30170C
(48,23,12)
#261209
(38,18,9)
#1C0D06
(28,13,6)
#120803
(18,8,3)
#000000
(0,0,0)

Tints of #763A21

#763A21
(118,58,33)
#824B35
(130,75,53)
#8E5C49
(142,92,73)
#9A6D5D
(154,109,93)
#A67E71
(166,126,113)
#B28F85
(178,143,133)
#BEA099
(190,160,153)
#CAB1AD
(202,177,173)
#D6C2C1
(214,194,193)
#E2D3D5
(226,211,213)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763A21 color. Also use rgb(118,58,33) instead hex code.

Text Font Color

.myTextColor { color: #763A21; }

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

This text font color is #763A21.


Background Color

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

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

This div background color is #763A21.


Border color

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

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

This div border color is #763A21.


Opacity

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

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

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

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

This text has shadow with #763A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763A21 on black background.


Color preview on white background

This text has color #763A21 on white background.



Black color preview on #763A21 background

This text has black color on #763A21 background.


White color preview on #763A21 background

This text has white color on #763A21 background.