COLOR #76450B

HEX: #76450B
RGB: (118,69,11)

Color info

#76450B contains mainly red and green colors. Web safe color of #76450B is #663300 (or #630).

RGB color model

#76450B color RGB value is (118,69,11).

  • red value is 118;
  • green value is 69;
  • blue value is 11.
RGB:
(118,69,11)
(46%,27%,4%)

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 11 of 255 = 4%

118
69
11

R + G + B ~ 26%. #76450B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 11 = 198 (100%)
R 118 of 198 ~ 59.6%
G 69 of 198 ~ 34.85%
B 11 of 198 ~ 5.56%

%59.6
%34.85

CMYK color model

#76450B color CMYK value is (0,42,91,54).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 90.68%
  • key color value is 53.73%
CMYK:
(0,42,91,54)
C0M42Y91K54 
(0%,42%,91%,54%)
(0.00/0.42/0.91/0.54)	

CMYK percentages

%0
%41.53
%90.68
%53.73

Codes

Color #76450B in popluar color models

76450B
RGB1186911
HSL33°82.95%25.29%
HSB/HSV33°90.68%46.27%
CMYK0.00%41.53%90.68%
53.73%

Color #76450B in popluar number systems.

HEX76450B
Decimal1186911
Binary111011010001011011
Octal16610513

Shades and tints

Shades of #76450B

#76450B
(118,69,11)
#6C3F0A
(108,63,10)
#623909
(98,57,9)
#583308
(88,51,8)
#4E2D07
(78,45,7)
#442706
(68,39,6)
#3A2105
(58,33,5)
#301B04
(48,27,4)
#261503
(38,21,3)
#1C0F02
(28,15,2)
#120901
(18,9,1)
#000000
(0,0,0)

Tints of #76450B

#76450B
(118,69,11)
#825521
(130,85,33)
#8E6537
(142,101,55)
#9A754D
(154,117,77)
#A68563
(166,133,99)
#B29579
(178,149,121)
#BEA58F
(190,165,143)
#CAB5A5
(202,181,165)
#D6C5BB
(214,197,187)
#E2D5D1
(226,213,209)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76450B color. Also use rgb(118,69,11) instead hex code.

Text Font Color

.myTextColor { color: #76450B; }

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

This text font color is #76450B.


Background Color

.myBgColor { background-color: #76450B; }

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

This div background color is #76450B.


Border color

.myBorderColor { border: 1px solid #76450B; }

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

This div border color is #76450B.


Opacity

.myOpacity80 { color: #76450B; opacity: 0.8; }

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

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

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

This text has shadow with #76450B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76450B on black background.


Color preview on white background

This text has color #76450B on white background.



Black color preview on #76450B background

This text has black color on #76450B background.


White color preview on #76450B background

This text has white color on #76450B background.