COLOR #765D31

HEX: #765D31
RGB: (118,93,49)

Color info

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

RGB color model

#765D31 color RGB value is (118,93,49).

  • red value is 118;
  • green value is 93;
  • blue value is 49.
RGB:
(118,93,49)
(46%,36%,19%)

RGB channels and saturation

R 118 of 255 = 46%
G 93 of 255 = 36%
B 49 of 255 = 19%

118
93
49

R + G + B ~ 34%. #765D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 93 + 49 = 260 (100%)
R 118 of 260 ~ 45.38%
G 93 of 260 ~ 35.77%
B 49 of 260 ~ 18.85%

%45.38
%35.77
%18.85

CMYK color model

#765D31 color CMYK value is (0,21,58,54).

  • cyan value is 0.00%
  • magenta value is 21.19%
  • yellow value is 58.47%
  • key color value is 53.73%
CMYK:
(0,21,58,54)
C0M21Y58K54 
(0%,21%,58%,54%)
(0.00/0.21/0.58/0.54)	

CMYK percentages

%0
%21.19
%58.47
%53.73

Codes

Color #765D31 in popluar color models

765D31
RGB1189349
HSL38°41.32%32.75%
HSB/HSV38°58.47%46.27%
CMYK0.00%21.19%58.47%
53.73%

Color #765D31 in popluar number systems.

HEX765D31
Decimal1189349
Binary11101101011101110001
Octal16613561

Shades and tints

Shades of #765D31

#765D31
(118,93,49)
#6C552D
(108,85,45)
#624D29
(98,77,41)
#584525
(88,69,37)
#4E3D21
(78,61,33)
#44351D
(68,53,29)
#3A2D19
(58,45,25)
#302515
(48,37,21)
#261D11
(38,29,17)
#1C150D
(28,21,13)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #765D31

#765D31
(118,93,49)
#826B43
(130,107,67)
#8E7955
(142,121,85)
#9A8767
(154,135,103)
#A69579
(166,149,121)
#B2A38B
(178,163,139)
#BEB19D
(190,177,157)
#CABFAF
(202,191,175)
#D6CDC1
(214,205,193)
#E2DBD3
(226,219,211)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765D31 color. Also use rgb(118,93,49) instead hex code.

Text Font Color

.myTextColor { color: #765D31; }

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

This text font color is #765D31.


Background Color

.myBgColor { background-color: #765D31; }

<div style="background-color:#765D31">Inner text</div>

This div background color is #765D31.


Border color

.myBorderColor { border: 1px solid #765D31; }

<div style="border:3px solid #765D31">Div</div>

This div border color is #765D31.


Opacity

.myOpacity80 { color: #765D31; opacity: 0.8; }

<p style="color:#765D31;opacity:0.8;">80%</p>

Text with #765D31 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 #765D31;}

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

This text has shadow with #765D31 color.

.textShadow {text-shadow: 3px 3px 1px #765D31, 3px 3px 1px red;}

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

This text has shadow with #765D31 primary color and red secondary color.


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

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

This text has shadow with #765D31 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765D31 on black background.


Color preview on white background

This text has color #765D31 on white background.



Black color preview on #765D31 background

This text has black color on #765D31 background.


White color preview on #765D31 background

This text has white color on #765D31 background.