COLOR #763E24

HEX: #763E24 RGB: (118,62,36)

Color info

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

RGB color model

#763E24 color RGB value is (118,62,36).

RGB: (118,62,36) (46%, 24%, 14%)

RGB channels and saturation

R 118 of 255 = 46%
G 62 of 255 = 24%
B 36 of 255 = 14%

118
62
36

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

Portions of RGB colors in percentages

R + G + B = 118 + 62 + 36 = 216 (100%)
R 118 of 216 ~ 54.63%
G 62 of 216 ~ 28.7%
B 36 of 216 ~ 16.67'%

%54.63
%28.7
%16.67

CMYK color model

#763E24 color CMYK value is (0,47,69,54).

  • cyan value is 0.00%
  • magenta value is 47.46%
  • yellow value is 69.49%
  • key color value is 53.73%

CMYK: (0,47,69,54)
C0M47Y69K54 (0%, 47%, 69%, 54%)
(0.00 / 0.47 / 0.69 / 0.54)

CMYK percentages

%0
%47.46
%69.49
%53.73

Codes

Color #763E24 in popluar color models

76 3E 24
RGB 118 62 36
HSL 19° 53.25% 30.20%
HSB/HSV 19° 69.49% 46.27%
CMYK 0.00% 47.46% 69.49%
53.73%

Color #763E24 in popluar number systems.

HEX 76 3E 24
Decimal 118 62 36
Binary 1110110 111110 100100
Octal 166 76 44

Shades and tints

Shades of #763E24

#763E24
(118,62,36)
#6C3921
(108,57,33)
#62341E
(98,52,30)
#582F1B
(88,47,27)
#4E2A18
(78,42,24)
#442515
(68,37,21)
#3A2012
(58,32,18)
#301B0F
(48,27,15)
#26160C
(38,22,12)
#1C1109
(28,17,9)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #763E24

#763E24
(118,62,36)
#824F37
(130,79,55)
#8E604A
(142,96,74)
#9A715D
(154,113,93)
#A68270
(166,130,112)
#B29383
(178,147,131)
#BEA496
(190,164,150)
#CAB5A9
(202,181,169)
#D6C6BC
(214,198,188)
#E2D7CF
(226,215,207)
#EEE8E2
(238,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763E24; }

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

This text font color is #763E24.

Background Color

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

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

This div background color is #763E24.

Border color

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

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

This div border color is #763E24.

Opacity

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

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

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

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

This text has shadow with #763E24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #763E24.

Preview

Color preview on black background

This text has color #763E24 on black background.


Color preview on white background

This text has color #763E24 on white background.


Black color preview on #763E24 background

This text has black color on #763E24 background.


White color preview on #763E24 background

This text has white color on #763E24 background.


Related colors

Complementary color

Complementary color for #hex is #89C1DB.


I love getcolorcode.com

Triadic colors

1 #24763E and #3E2476 with #763E24 are triadic colors.

2 #243E76 and #3E7624 with #763E24 are triadic colors.