COLOR #764F3A

HEX: #764F3A RGB: (118,79,58)

Color info

#764F3A contains mainly red and green colors. Web safe color of #764F3A is #666633 (or #663).

RGB color model

#764F3A color RGB value is (118,79,58).

RGB: (118,79,58) (46%, 31%, 23%)

RGB channels and saturation

R 118 of 255 = 46%
G 79 of 255 = 31%
B 58 of 255 = 23%

118
79
58

R + G + B ~ 33%. #764F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 79 + 58 = 255 (100%)
R 118 of 255 ~ 46.27%
G 79 of 255 ~ 30.98%
B 58 of 255 ~ 22.75'%

%46.27
%30.98
%22.75

CMYK color model

#764F3A color CMYK value is (0,33,51,54).

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

CMYK: (0,33,51,54)
C0M33Y51K54 (0%, 33%, 51%, 54%)
(0.00 / 0.33 / 0.51 / 0.54)

CMYK percentages

%0
%33.05
%50.85
%53.73

Codes

Color #764F3A in popluar color models

76 4F 3A
RGB 118 79 58
HSL 21° 34.09% 34.51%
HSB/HSV 21° 50.85% 46.27%
CMYK 0.00% 33.05% 50.85%
53.73%

Color #764F3A in popluar number systems.

HEX 76 4F 3A
Decimal 118 79 58
Binary 1110110 1001111 111010
Octal 166 117 72

Shades and tints

Shades of #764F3A

#764F3A
(118,79,58)
#6C4835
(108,72,53)
#624130
(98,65,48)
#583A2B
(88,58,43)
#4E3326
(78,51,38)
#442C21
(68,44,33)
#3A251C
(58,37,28)
#301E17
(48,30,23)
#261712
(38,23,18)
#1C100D
(28,16,13)
#120908
(18,9,8)
#000000
(0,0,0)

Tints of #764F3A

#764F3A
(118,79,58)
#825F4B
(130,95,75)
#8E6F5C
(142,111,92)
#9A7F6D
(154,127,109)
#A68F7E
(166,143,126)
#B29F8F
(178,159,143)
#BEAFA0
(190,175,160)
#CABFB1
(202,191,177)
#D6CFC2
(214,207,194)
#E2DFD3
(226,223,211)
#EEEFE4
(238,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764F3A color. Also use rgb(118,79,58) instead hex code.

Text Font Color

.myTextColor { color: #764F3A; }

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

This text font color is #764F3A.

Background Color

.myBgColor { background-color: #764F3A; }

<div style="background-color:#764F3A">Inner text</div>

This div background color is #764F3A.

Border color

.myBorderColor { border: 1px solid #764F3A; }

<div style="border:3px solid #764F3A">Div</div>

This div border color is #764F3A.

Opacity

.myOpacity80 { color: #764F3A; opacity: 0.8; }

<p style="color:#764F3A;opacity:0.8;">80%</p>

Text with #764F3A 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 #764F3A;}

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

This text has shadow with #764F3A color.


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

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

This text has shadow with #764F3A primary color and red secondary color.


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

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

This text has shadow with #764F3A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #764F3A.

Preview

Color preview on black background

This text has color #764F3A on black background.


Color preview on white background

This text has color #764F3A on white background.


Black color preview on #764F3A background

This text has black color on #764F3A background.


White color preview on #764F3A background

This text has white color on #764F3A background.


Related colors

Complementary color

Complementary color for #hex is #89B0C5.


I love getcolorcode.com

Triadic colors

1 #3A764F and #4F3A76 with #764F3A are triadic colors.

2 #3A4F76 and #4F763A with #764F3A are triadic colors.