COLOR #763A3C

HEX: #763A3C RGB: (118,58,60)

Color info

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

RGB color model

#763A3C color RGB value is (118,58,60).

RGB: (118,58,60) (46%, 23%, 24%)

RGB channels and saturation

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

118
58
60

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

Portions of RGB colors in percentages

R + G + B = 118 + 58 + 60 = 236 (100%)
R 118 of 236 ~ 50%
G 58 of 236 ~ 24.58%
B 60 of 236 ~ 25.42'%

%50
%24.58
%25.42

CMYK color model

#763A3C color CMYK value is (0,51,49,54).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 49.15%
  • key color value is 53.73%

CMYK: (0,51,49,54)
C0M51Y49K54 (0%, 51%, 49%, 54%)
(0.00 / 0.51 / 0.49 / 0.54)

CMYK percentages

%0
%50.85
%49.15
%53.73

Codes

Color #763A3C in popluar color models

76 3A 3C
RGB 118 58 60
HSL 358° 34.09% 34.51%
HSB/HSV 358° 50.85% 46.27%
CMYK 0.00% 50.85% 49.15%
53.73%

Color #763A3C in popluar number systems.

HEX 76 3A 3C
Decimal 118 58 60
Binary 1110110 111010 111100
Octal 166 72 74

Shades and tints

Shades of #763A3C

#763A3C
(118,58,60)
#6C3537
(108,53,55)
#623032
(98,48,50)
#582B2D
(88,43,45)
#4E2628
(78,38,40)
#442123
(68,33,35)
#3A1C1E
(58,28,30)
#301719
(48,23,25)
#261214
(38,18,20)
#1C0D0F
(28,13,15)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #763A3C

#763A3C
(118,58,60)
#824B4D
(130,75,77)
#8E5C5E
(142,92,94)
#9A6D6F
(154,109,111)
#A67E80
(166,126,128)
#B28F91
(178,143,145)
#BEA0A2
(190,160,162)
#CAB1B3
(202,177,179)
#D6C2C4
(214,194,196)
#E2D3D5
(226,211,213)
#EEE4E6
(238,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763A3C; }

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

This text font color is #763A3C.

Background Color

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

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

This div background color is #763A3C.

Border color

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

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

This div border color is #763A3C.

Opacity

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

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

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

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

This text has shadow with #763A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #763A3C.

Preview

Color preview on black background

This text has color #763A3C on black background.


Color preview on white background

This text has color #763A3C on white background.


Black color preview on #763A3C background

This text has black color on #763A3C background.


White color preview on #763A3C background

This text has white color on #763A3C background.


Related colors

Complementary color

Complementary color for #hex is #89C5C3.


I love getcolorcode.com

Triadic colors

1 #3C763A and #3A3C76 with #763A3C are triadic colors.

2 #3C3A76 and #3A763C with #763A3C are triadic colors.