COLOR #764346

HEX: #764346
RGB: (118,67,70)

Color info

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

RGB color model

#764346 color RGB value is (118,67,70).

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

RGB channels and saturation

R 118 of 255 = 46%
G 67 of 255 = 26%
B 70 of 255 = 27%

118
67
70

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

Portions of RGB colors in percentages

R + G + B =
118 + 67 + 70 = 255 (100%)
R 118 of 255 ~ 46.27%
G 67 of 255 ~ 26.27%
B 70 of 255 ~ 27.45%

%46.27
%26.27
%27.45

CMYK color model

#764346 color CMYK value is (0,43,41,54).

  • cyan value is 0.00%
  • magenta value is 43.22%
  • yellow value is 40.68%
  • key color value is 53.73%
CMYK:
(0,43,41,54)
C0M43Y41K54 
(0%,43%,41%,54%)
(0.00/0.43/0.41/0.54)	

CMYK percentages

%0
%43.22
%40.68
%53.73

Codes

Color #764346 in popluar color models

764346
RGB1186770
HSL356°27.57%36.27%
HSB/HSV356°43.22%46.27%
CMYK0.00%43.22%40.68%
53.73%

Color #764346 in popluar number systems.

HEX764346
Decimal1186770
Binary111011010000111000110
Octal166103106

Shades and tints

Shades of #764346

#764346
(118,67,70)
#6C3D40
(108,61,64)
#62373A
(98,55,58)
#583134
(88,49,52)
#4E2B2E
(78,43,46)
#442528
(68,37,40)
#3A1F22
(58,31,34)
#30191C
(48,25,28)
#261316
(38,19,22)
#1C0D10
(28,13,16)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #764346

#764346
(118,67,70)
#825456
(130,84,86)
#8E6566
(142,101,102)
#9A7676
(154,118,118)
#A68786
(166,135,134)
#B29896
(178,152,150)
#BEA9A6
(190,169,166)
#CABAB6
(202,186,182)
#D6CBC6
(214,203,198)
#E2DCD6
(226,220,214)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764346; }

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

This text font color is #764346.


Background Color

.myBgColor { background-color: #764346; }

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

This div background color is #764346.


Border color

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

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

This div border color is #764346.


Opacity

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

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

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

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

This text has shadow with #764346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764346 on black background.


Color preview on white background

This text has color #764346 on white background.



Black color preview on #764346 background

This text has black color on #764346 background.


White color preview on #764346 background

This text has white color on #764346 background.