COLOR #80750C

HEX: #80750C RGB: (128,117,12)

Color info

#80750C contains mainly red and green colors. Web safe color of #80750C is #666600 (or #660).

RGB color model

#80750C color RGB value is (128,117,12).

RGB: (128,117,12) (50%, 46%, 5%)

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 12 of 255 = 5%

128
117
12

R + G + B ~ 34%. #80750C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 117 + 12 = 257 (100%)
R 128 of 257 ~ 49.81%
G 117 of 257 ~ 45.53%
B 12 of 257 ~ 4.67'%

%49.81
%45.53

CMYK color model

#80750C color CMYK value is (0,9,91,50).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 90.63%
  • key color value is 49.80%
CMYK: (0,9,91,50) C0M9Y91K50 (0%,9%,91%,50%) (0.00/0.09/0.91/0.50) 

CMYK percentages

%0
%8.59
%90.63
%49.8

Codes

Color #80750C in popluar color models

80 75 0C
RGB 128 117 12
HSL 54° 82.86% 27.45%
HSB/HSV 54° 90.63% 50.20%
CMYK 0.00% 8.59% 90.63%
49.80%

Color #80750C in popluar number systems.

HEX 80 75 0C
Decimal 128 117 12
Binary 10000000 1110101 1100
Octal 200 165 14

Shades and tints

Shades of #80750C

#80750C
(128,117,12)
#756B0B
(117,107,11)
#6A610A
(106,97,10)
#5F5709
(95,87,9)
#544D08
(84,77,8)
#494307
(73,67,7)
#3E3906
(62,57,6)
#332F05
(51,47,5)
#282504
(40,37,4)
#1D1B03
(29,27,3)
#121102
(18,17,2)
#000000
(0,0,0)

Tints of #80750C

#80750C
(128,117,12)
#8B8122
(139,129,34)
#968D38
(150,141,56)
#A1994E
(161,153,78)
#ACA564
(172,165,100)
#B7B17A
(183,177,122)
#C2BD90
(194,189,144)
#CDC9A6
(205,201,166)
#D8D5BC
(216,213,188)
#E3E1D2
(227,225,210)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80750C color. Also use rgb(128,117,12) instead hex code.

Text Font Color

.myTextColor { color: #80750C; }

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

This text font color is #80750C.

Background Color

.myBgColor { background-color: #80750C; }

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

This div background color is #80750C.

Border color

.myBorderColor { border: 1px solid #80750C; }

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

This div border color is #80750C.

Opacity

.myOpacity80 { color: #80750C; opacity: 0.8; }

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

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

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

This text has shadow with #80750C color.


.textShadow {text-shadow: 3px 3px 1px #80750C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80750C; -webkit-box-shadow: 1px 1px 3px 2px #80750C; box-shadow:1px 1px 3px 2px #80750C;">
Div content here
</div>

This div box has shadow with color #80750C.

Preview

Color preview on black background

This text has color #80750C on black background.


Color preview on white background

This text has color #80750C on white background.


Black color preview on #80750C background

This text has black color on #80750C background.


White color preview on #80750C background

This text has white color on #80750C background.


Related colors

Complementary color

Complementary color for #hex is #7F8AF3.


I love getcolorcode.com

Triadic colors

1 #0C8075 and #750C80 with #80750C are triadic colors.

2 #0C7580 and #75800C with #80750C are triadic colors.