COLOR #763309

HEX: #763309
RGB: (118,51,9)

Color info

#763309 contains mainly red color. Web safe color of #763309 is #663300 (or #630).

RGB color model

#763309 color RGB value is (118,51,9).

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

RGB channels and saturation

R 118 of 255 = 46%
G 51 of 255 = 20%
B 9 of 255 = 4%

118
51
9

R + G + B ~ 23%. #763309 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 51 + 9 = 178 (100%)
R 118 of 178 ~ 66.29%
G 51 of 178 ~ 28.65%
B 9 of 178 ~ 5.06%

%66.29
%28.65

CMYK color model

#763309 color CMYK value is (0,57,92,54).

  • cyan value is 0.00%
  • magenta value is 56.78%
  • yellow value is 92.37%
  • key color value is 53.73%
CMYK:
(0,57,92,54)
C0M57Y92K54 
(0%,57%,92%,54%)
(0.00/0.57/0.92/0.54)	

CMYK percentages

%0
%56.78
%92.37
%53.73

Codes

Color #763309 in popluar color models

763309
RGB118519
HSL23°85.83%24.90%
HSB/HSV23°92.37%46.27%
CMYK0.00%56.78%92.37%
53.73%

Color #763309 in popluar number systems.

HEX763309
Decimal118519
Binary11101101100111001
Octal1666311

Shades and tints

Shades of #763309

#763309
(118,51,9)
#6C2F09
(108,47,9)
#622B09
(98,43,9)
#582709
(88,39,9)
#4E2309
(78,35,9)
#441F09
(68,31,9)
#3A1B09
(58,27,9)
#301709
(48,23,9)
#261309
(38,19,9)
#1C0F09
(28,15,9)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #763309

#763309
(118,51,9)
#82451F
(130,69,31)
#8E5735
(142,87,53)
#9A694B
(154,105,75)
#A67B61
(166,123,97)
#B28D77
(178,141,119)
#BE9F8D
(190,159,141)
#CAB1A3
(202,177,163)
#D6C3B9
(214,195,185)
#E2D5CF
(226,213,207)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #763309; }

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

This text font color is #763309.


Background Color

.myBgColor { background-color: #763309; }

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

This div background color is #763309.


Border color

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

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

This div border color is #763309.


Opacity

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

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

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

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

This text has shadow with #763309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763309 on black background.


Color preview on white background

This text has color #763309 on white background.



Black color preview on #763309 background

This text has black color on #763309 background.


White color preview on #763309 background

This text has white color on #763309 background.