COLOR #763E3A

HEX: #763E3A
RGB: (118,62,58)

Color info

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

RGB color model

#763E3A color RGB value is (118,62,58).

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

RGB channels and saturation

R 118 of 255 = 46%
G 62 of 255 = 24%
B 58 of 255 = 23%

118
62
58

R + G + B ~ 31%. #763E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 62 + 58 = 238 (100%)
R 118 of 238 ~ 49.58%
G 62 of 238 ~ 26.05%
B 58 of 238 ~ 24.37%

%49.58
%26.05
%24.37

CMYK color model

#763E3A color CMYK value is (0,47,51,54).

  • cyan value is 0.00%
  • magenta value is 47.46%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(0,47,51,54)
C0M47Y51K54 
(0%,47%,51%,54%)
(0.00/0.47/0.51/0.54)	

CMYK percentages

%0
%47.46
%50.85
%53.73

Codes

Color #763E3A in popluar color models

763E3A
RGB1186258
HSL34.09%34.51%
HSB/HSV50.85%46.27%
CMYK0.00%47.46%50.85%
53.73%

Color #763E3A in popluar number systems.

HEX763E3A
Decimal1186258
Binary1110110111110111010
Octal1667672

Shades and tints

Shades of #763E3A

#763E3A
(118,62,58)
#6C3935
(108,57,53)
#623430
(98,52,48)
#582F2B
(88,47,43)
#4E2A26
(78,42,38)
#442521
(68,37,33)
#3A201C
(58,32,28)
#301B17
(48,27,23)
#261612
(38,22,18)
#1C110D
(28,17,13)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #763E3A

#763E3A
(118,62,58)
#824F4B
(130,79,75)
#8E605C
(142,96,92)
#9A716D
(154,113,109)
#A6827E
(166,130,126)
#B2938F
(178,147,143)
#BEA4A0
(190,164,160)
#CAB5B1
(202,181,177)
#D6C6C2
(214,198,194)
#E2D7D3
(226,215,211)
#EEE8E4
(238,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763E3A; }

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

This text font color is #763E3A.


Background Color

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

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

This div background color is #763E3A.


Border color

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

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

This div border color is #763E3A.


Opacity

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

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

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

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

This text has shadow with #763E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763E3A on black background.


Color preview on white background

This text has color #763E3A on white background.



Black color preview on #763E3A background

This text has black color on #763E3A background.


White color preview on #763E3A background

This text has white color on #763E3A background.