COLOR #763D21

HEX: #763D21
RGB: (118,61,33)

Color info

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

RGB color model

#763D21 color RGB value is (118,61,33).

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

RGB channels and saturation

R 118 of 255 = 46%
G 61 of 255 = 24%
B 33 of 255 = 13%

118
61
33

R + G + B ~ 28%. #763D21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 61 + 33 = 212 (100%)
R 118 of 212 ~ 55.66%
G 61 of 212 ~ 28.77%
B 33 of 212 ~ 15.57%

%55.66
%28.77
%15.57

CMYK color model

#763D21 color CMYK value is (0,48,72,54).

  • cyan value is 0.00%
  • magenta value is 48.31%
  • yellow value is 72.03%
  • key color value is 53.73%
CMYK:
(0,48,72,54)
C0M48Y72K54 
(0%,48%,72%,54%)
(0.00/0.48/0.72/0.54)	

CMYK percentages

%0
%48.31
%72.03
%53.73

Codes

Color #763D21 in popluar color models

763D21
RGB1186133
HSL20°56.29%29.61%
HSB/HSV20°72.03%46.27%
CMYK0.00%48.31%72.03%
53.73%

Color #763D21 in popluar number systems.

HEX763D21
Decimal1186133
Binary1110110111101100001
Octal1667541

Shades and tints

Shades of #763D21

#763D21
(118,61,33)
#6C381E
(108,56,30)
#62331B
(98,51,27)
#582E18
(88,46,24)
#4E2915
(78,41,21)
#442412
(68,36,18)
#3A1F0F
(58,31,15)
#301A0C
(48,26,12)
#261509
(38,21,9)
#1C1006
(28,16,6)
#120B03
(18,11,3)
#000000
(0,0,0)

Tints of #763D21

#763D21
(118,61,33)
#824E35
(130,78,53)
#8E5F49
(142,95,73)
#9A705D
(154,112,93)
#A68171
(166,129,113)
#B29285
(178,146,133)
#BEA399
(190,163,153)
#CAB4AD
(202,180,173)
#D6C5C1
(214,197,193)
#E2D6D5
(226,214,213)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763D21; }

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

This text font color is #763D21.


Background Color

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

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

This div background color is #763D21.


Border color

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

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

This div border color is #763D21.


Opacity

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

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

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

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

This text has shadow with #763D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763D21 on black background.


Color preview on white background

This text has color #763D21 on white background.



Black color preview on #763D21 background

This text has black color on #763D21 background.


White color preview on #763D21 background

This text has white color on #763D21 background.