COLOR #763B3F

HEX: #763B3F RGB: (118,59,63)

Color info

#763B3F contains red, green and blue colors in about the same proportion. Web safe color of #763B3F is #663333 (or #633).

RGB color model

#763B3F color RGB value is (118,59,63).

RGB: (118,59,63) (46%, 23%, 25%)

RGB channels and saturation

R 118 of 255 = 46%
G 59 of 255 = 23%
B 63 of 255 = 25%

118
59
63

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

Portions of RGB colors in percentages

R + G + B = 118 + 59 + 63 = 240 (100%)
R 118 of 240 ~ 49.17%
G 59 of 240 ~ 24.58%
B 63 of 240 ~ 26.25'%

%49.17
%24.58
%26.25

CMYK color model

#763B3F color CMYK value is (0,50,47,54).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 46.61%
  • key color value is 53.73%

CMYK: (0,50,47,54)
C0M50Y47K54 (0%, 50%, 47%, 54%)
(0.00 / 0.50 / 0.47 / 0.54)

CMYK percentages

%0
%50
%46.61
%53.73

Codes

Color #763B3F in popluar color models

76 3B 3F
RGB 118 59 63
HSL 356° 33.33% 34.71%
HSB/HSV 356° 50.00% 46.27%
CMYK 0.00% 50.00% 46.61%
53.73%

Color #763B3F in popluar number systems.

HEX 76 3B 3F
Decimal 118 59 63
Binary 1110110 111011 111111
Octal 166 73 77

Shades and tints

Shades of #763B3F

#763B3F
(118,59,63)
#6C363A
(108,54,58)
#623135
(98,49,53)
#582C30
(88,44,48)
#4E272B
(78,39,43)
#442226
(68,34,38)
#3A1D21
(58,29,33)
#30181C
(48,24,28)
#261317
(38,19,23)
#1C0E12
(28,14,18)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #763B3F

#763B3F
(118,59,63)
#824C50
(130,76,80)
#8E5D61
(142,93,97)
#9A6E72
(154,110,114)
#A67F83
(166,127,131)
#B29094
(178,144,148)
#BEA1A5
(190,161,165)
#CAB2B6
(202,178,182)
#D6C3C7
(214,195,199)
#E2D4D8
(226,212,216)
#EEE5E9
(238,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763B3F color. Also use rgb(118,59,63) instead hex code.

Text Font Color

.myTextColor { color: #763B3F; }

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

This text font color is #763B3F.

Background Color

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

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

This div background color is #763B3F.

Border color

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

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

This div border color is #763B3F.

Opacity

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

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

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

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

This text has shadow with #763B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #763B3F.

Preview

Color preview on black background

This text has color #763B3F on black background.


Color preview on white background

This text has color #763B3F on white background.


Black color preview on #763B3F background

This text has black color on #763B3F background.


White color preview on #763B3F background

This text has white color on #763B3F background.


Related colors

Complementary color

Complementary color for #hex is #89C4C0.


I love getcolorcode.com

Triadic colors

1 #3F763B and #3B3F76 with #763B3F are triadic colors.

2 #3F3B76 and #3B763F with #763B3F are triadic colors.