COLOR #765326

HEX: #765326
RGB: (118,83,38)

Color info

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

RGB color model

#765326 color RGB value is (118,83,38).

  • red value is 118;
  • green value is 83;
  • blue value is 38.
RGB:
(118,83,38)
(46%,33%,15%)

RGB channels and saturation

R 118 of 255 = 46%
G 83 of 255 = 33%
B 38 of 255 = 15%

118
83
38

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

Portions of RGB colors in percentages

R + G + B =
118 + 83 + 38 = 239 (100%)
R 118 of 239 ~ 49.37%
G 83 of 239 ~ 34.73%
B 38 of 239 ~ 15.9%

%49.37
%34.73
%15.9

CMYK color model

#765326 color CMYK value is (0,30,68,54).

  • cyan value is 0.00%
  • magenta value is 29.66%
  • yellow value is 67.80%
  • key color value is 53.73%
CMYK:
(0,30,68,54)
C0M30Y68K54 
(0%,30%,68%,54%)
(0.00/0.30/0.68/0.54)	

CMYK percentages

%0
%29.66
%67.8
%53.73

Codes

Color #765326 in popluar color models

765326
RGB1188338
HSL34°51.28%30.59%
HSB/HSV34°67.80%46.27%
CMYK0.00%29.66%67.80%
53.73%

Color #765326 in popluar number systems.

HEX765326
Decimal1188338
Binary11101101010011100110
Octal16612346

Shades and tints

Shades of #765326

#765326
(118,83,38)
#6C4C23
(108,76,35)
#624520
(98,69,32)
#583E1D
(88,62,29)
#4E371A
(78,55,26)
#443017
(68,48,23)
#3A2914
(58,41,20)
#302211
(48,34,17)
#261B0E
(38,27,14)
#1C140B
(28,20,11)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #765326

#765326
(118,83,38)
#826239
(130,98,57)
#8E714C
(142,113,76)
#9A805F
(154,128,95)
#A68F72
(166,143,114)
#B29E85
(178,158,133)
#BEAD98
(190,173,152)
#CABCAB
(202,188,171)
#D6CBBE
(214,203,190)
#E2DAD1
(226,218,209)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765326 color. Also use rgb(118,83,38) instead hex code.

Text Font Color

.myTextColor { color: #765326; }

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

This text font color is #765326.


Background Color

.myBgColor { background-color: #765326; }

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

This div background color is #765326.


Border color

.myBorderColor { border: 1px solid #765326; }

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

This div border color is #765326.


Opacity

.myOpacity80 { color: #765326; opacity: 0.8; }

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

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

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

This text has shadow with #765326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765326 on black background.


Color preview on white background

This text has color #765326 on white background.



Black color preview on #765326 background

This text has black color on #765326 background.


White color preview on #765326 background

This text has white color on #765326 background.