COLOR #684B0A

HEX: #684B0A
RGB: (104,75,10)

Color info

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

RGB color model

#684B0A color RGB value is (104,75,10).

  • red value is 104;
  • green value is 75;
  • blue value is 10.
RGB:
(104,75,10)
(41%,29%,4%)

RGB channels and saturation

R 104 of 255 = 41%
G 75 of 255 = 29%
B 10 of 255 = 4%

104
75
10

R + G + B ~ 25%. #684B0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 75 + 10 = 189 (100%)
R 104 of 189 ~ 55.03%
G 75 of 189 ~ 39.68%
B 10 of 189 ~ 5.29%

%55.03
%39.68

CMYK color model

#684B0A color CMYK value is (0,28,90,59).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 90.38%
  • key color value is 59.22%
CMYK:
(0,28,90,59)
C0M28Y90K59 
(0%,28%,90%,59%)
(0.00/0.28/0.90/0.59)	

CMYK percentages

%0
%27.88
%90.38
%59.22

Codes

Color #684B0A in popluar color models

684B0A
RGB1047510
HSL41°82.46%22.35%
HSB/HSV41°90.38%40.78%
CMYK0.00%27.88%90.38%
59.22%

Color #684B0A in popluar number systems.

HEX684B0A
Decimal1047510
Binary110100010010111010
Octal15011312

Shades and tints

Shades of #684B0A

#684B0A
(104,75,10)
#5F450A
(95,69,10)
#563F0A
(86,63,10)
#4D390A
(77,57,10)
#44330A
(68,51,10)
#3B2D0A
(59,45,10)
#32270A
(50,39,10)
#29210A
(41,33,10)
#201B0A
(32,27,10)
#17150A
(23,21,10)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #684B0A

#684B0A
(104,75,10)
#755B20
(117,91,32)
#826B36
(130,107,54)
#8F7B4C
(143,123,76)
#9C8B62
(156,139,98)
#A99B78
(169,155,120)
#B6AB8E
(182,171,142)
#C3BBA4
(195,187,164)
#D0CBBA
(208,203,186)
#DDDBD0
(221,219,208)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684B0A color. Also use rgb(104,75,10) instead hex code.

Text Font Color

.myTextColor { color: #684B0A; }

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

This text font color is #684B0A.


Background Color

.myBgColor { background-color: #684B0A; }

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

This div background color is #684B0A.


Border color

.myBorderColor { border: 1px solid #684B0A; }

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

This div border color is #684B0A.


Opacity

.myOpacity80 { color: #684B0A; opacity: 0.8; }

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

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

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

This text has shadow with #684B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684B0A on black background.


Color preview on white background

This text has color #684B0A on white background.



Black color preview on #684B0A background

This text has black color on #684B0A background.


White color preview on #684B0A background

This text has white color on #684B0A background.