COLOR #764B33

HEX: #764B33
RGB: (118,75,51)

Color info

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

RGB color model

#764B33 color RGB value is (118,75,51).

  • red value is 118;
  • green value is 75;
  • blue value is 51.
RGB:
(118,75,51)
(46%,29%,20%)

RGB channels and saturation

R 118 of 255 = 46%
G 75 of 255 = 29%
B 51 of 255 = 20%

118
75
51

R + G + B ~ 32%. #764B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 75 + 51 = 244 (100%)
R 118 of 244 ~ 48.36%
G 75 of 244 ~ 30.74%
B 51 of 244 ~ 20.9%

%48.36
%30.74
%20.9

CMYK color model

#764B33 color CMYK value is (0,36,57,54).

  • cyan value is 0.00%
  • magenta value is 36.44%
  • yellow value is 56.78%
  • key color value is 53.73%
CMYK:
(0,36,57,54)
C0M36Y57K54 
(0%,36%,57%,54%)
(0.00/0.36/0.57/0.54)	

CMYK percentages

%0
%36.44
%56.78
%53.73

Codes

Color #764B33 in popluar color models

764B33
RGB1187551
HSL21°39.64%33.14%
HSB/HSV21°56.78%46.27%
CMYK0.00%36.44%56.78%
53.73%

Color #764B33 in popluar number systems.

HEX764B33
Decimal1187551
Binary11101101001011110011
Octal16611363

Shades and tints

Shades of #764B33

#764B33
(118,75,51)
#6C452F
(108,69,47)
#623F2B
(98,63,43)
#583927
(88,57,39)
#4E3323
(78,51,35)
#442D1F
(68,45,31)
#3A271B
(58,39,27)
#302117
(48,33,23)
#261B13
(38,27,19)
#1C150F
(28,21,15)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #764B33

#764B33
(118,75,51)
#825B45
(130,91,69)
#8E6B57
(142,107,87)
#9A7B69
(154,123,105)
#A68B7B
(166,139,123)
#B29B8D
(178,155,141)
#BEAB9F
(190,171,159)
#CABBB1
(202,187,177)
#D6CBC3
(214,203,195)
#E2DBD5
(226,219,213)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764B33 color. Also use rgb(118,75,51) instead hex code.

Text Font Color

.myTextColor { color: #764B33; }

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

This text font color is #764B33.


Background Color

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

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

This div background color is #764B33.


Border color

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

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

This div border color is #764B33.


Opacity

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

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

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

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

This text has shadow with #764B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764B33 on black background.


Color preview on white background

This text has color #764B33 on white background.



Black color preview on #764B33 background

This text has black color on #764B33 background.


White color preview on #764B33 background

This text has white color on #764B33 background.