COLOR #75680B

HEX: #75680B
RGB: (117,104,11)

Color info

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

RGB color model

#75680B color RGB value is (117,104,11).

  • red value is 117;
  • green value is 104;
  • blue value is 11.
RGB:
(117,104,11)
(46%,41%,4%)

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 11 of 255 = 4%

117
104
11

R + G + B ~ 30%. #75680B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 11 = 232 (100%)
R 117 of 232 ~ 50.43%
G 104 of 232 ~ 44.83%
B 11 of 232 ~ 4.74%

%50.43
%44.83

CMYK color model

#75680B color CMYK value is (0,11,91,54).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 90.60%
  • key color value is 54.12%
CMYK:
(0,11,91,54)
C0M11Y91K54 
(0%,11%,91%,54%)
(0.00/0.11/0.91/0.54)	

CMYK percentages

%0
%11.11
%90.6
%54.12

Codes

Color #75680B in popluar color models

75680B
RGB11710411
HSL53°82.81%25.10%
HSB/HSV53°90.60%45.88%
CMYK0.00%11.11%90.60%
54.12%

Color #75680B in popluar number systems.

HEX75680B
Decimal11710411
Binary111010111010001011
Octal16515013

Shades and tints

Shades of #75680B

#75680B
(117,104,11)
#6B5F0A
(107,95,10)
#615609
(97,86,9)
#574D08
(87,77,8)
#4D4407
(77,68,7)
#433B06
(67,59,6)
#393205
(57,50,5)
#2F2904
(47,41,4)
#252003
(37,32,3)
#1B1702
(27,23,2)
#110E01
(17,14,1)
#000000
(0,0,0)

Tints of #75680B

#75680B
(117,104,11)
#817521
(129,117,33)
#8D8237
(141,130,55)
#998F4D
(153,143,77)
#A59C63
(165,156,99)
#B1A979
(177,169,121)
#BDB68F
(189,182,143)
#C9C3A5
(201,195,165)
#D5D0BB
(213,208,187)
#E1DDD1
(225,221,209)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75680B color. Also use rgb(117,104,11) instead hex code.

Text Font Color

.myTextColor { color: #75680B; }

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

This text font color is #75680B.


Background Color

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

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

This div background color is #75680B.


Border color

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

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

This div border color is #75680B.


Opacity

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

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

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

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

This text has shadow with #75680B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75680B on black background.


Color preview on white background

This text has color #75680B on white background.



Black color preview on #75680B background

This text has black color on #75680B background.


White color preview on #75680B background

This text has white color on #75680B background.