COLOR #764323

HEX: #764323
RGB: (118,67,35)

Color info

#764323 contains mainly red and green colors. Web safe color of #764323 is #663333 (or #633).

RGB color model

#764323 color RGB value is (118,67,35).

  • red value is 118;
  • green value is 67;
  • blue value is 35.
RGB:
(118,67,35)
(46%,26%,14%)

RGB channels and saturation

R 118 of 255 = 46%
G 67 of 255 = 26%
B 35 of 255 = 14%

118
67
35

R + G + B ~ 29%. #764323 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 67 + 35 = 220 (100%)
R 118 of 220 ~ 53.64%
G 67 of 220 ~ 30.45%
B 35 of 220 ~ 15.91%

%53.64
%30.45
%15.91

CMYK color model

#764323 color CMYK value is (0,43,70,54).

  • cyan value is 0.00%
  • magenta value is 43.22%
  • yellow value is 70.34%
  • key color value is 53.73%
CMYK:
(0,43,70,54)
C0M43Y70K54 
(0%,43%,70%,54%)
(0.00/0.43/0.70/0.54)	

CMYK percentages

%0
%43.22
%70.34
%53.73

Codes

Color #764323 in popluar color models

764323
RGB1186735
HSL23°54.25%30.00%
HSB/HSV23°70.34%46.27%
CMYK0.00%43.22%70.34%
53.73%

Color #764323 in popluar number systems.

HEX764323
Decimal1186735
Binary11101101000011100011
Octal16610343

Shades and tints

Shades of #764323

#764323
(118,67,35)
#6C3D20
(108,61,32)
#62371D
(98,55,29)
#58311A
(88,49,26)
#4E2B17
(78,43,23)
#442514
(68,37,20)
#3A1F11
(58,31,17)
#30190E
(48,25,14)
#26130B
(38,19,11)
#1C0D08
(28,13,8)
#120705
(18,7,5)
#000000
(0,0,0)

Tints of #764323

#764323
(118,67,35)
#825437
(130,84,55)
#8E654B
(142,101,75)
#9A765F
(154,118,95)
#A68773
(166,135,115)
#B29887
(178,152,135)
#BEA99B
(190,169,155)
#CABAAF
(202,186,175)
#D6CBC3
(214,203,195)
#E2DCD7
(226,220,215)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764323 color. Also use rgb(118,67,35) instead hex code.

Text Font Color

.myTextColor { color: #764323; }

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

This text font color is #764323.


Background Color

.myBgColor { background-color: #764323; }

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

This div background color is #764323.


Border color

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

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

This div border color is #764323.


Opacity

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

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

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

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

This text has shadow with #764323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764323 on black background.


Color preview on white background

This text has color #764323 on white background.



Black color preview on #764323 background

This text has black color on #764323 background.


White color preview on #764323 background

This text has white color on #764323 background.