COLOR #683B0B

HEX: #683B0B
RGB: (104,59,11)

Color info

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

RGB color model

#683B0B color RGB value is (104,59,11).

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

RGB channels and saturation

R 104 of 255 = 41%
G 59 of 255 = 23%
B 11 of 255 = 4%

104
59
11

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

Portions of RGB colors in percentages

R + G + B =
104 + 59 + 11 = 174 (100%)
R 104 of 174 ~ 59.77%
G 59 of 174 ~ 33.91%
B 11 of 174 ~ 6.32%

%59.77
%33.91

CMYK color model

#683B0B color CMYK value is (0,43,89,59).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 89.42%
  • key color value is 59.22%
CMYK:
(0,43,89,59)
C0M43Y89K59 
(0%,43%,89%,59%)
(0.00/0.43/0.89/0.59)	

CMYK percentages

%0
%43.27
%89.42
%59.22

Codes

Color #683B0B in popluar color models

683B0B
RGB1045911
HSL31°80.87%22.55%
HSB/HSV31°89.42%40.78%
CMYK0.00%43.27%89.42%
59.22%

Color #683B0B in popluar number systems.

HEX683B0B
Decimal1045911
Binary11010001110111011
Octal1507313

Shades and tints

Shades of #683B0B

#683B0B
(104,59,11)
#5F360A
(95,54,10)
#563109
(86,49,9)
#4D2C08
(77,44,8)
#442707
(68,39,7)
#3B2206
(59,34,6)
#321D05
(50,29,5)
#291804
(41,24,4)
#201303
(32,19,3)
#170E02
(23,14,2)
#0E0901
(14,9,1)
#000000
(0,0,0)

Tints of #683B0B

#683B0B
(104,59,11)
#754C21
(117,76,33)
#825D37
(130,93,55)
#8F6E4D
(143,110,77)
#9C7F63
(156,127,99)
#A99079
(169,144,121)
#B6A18F
(182,161,143)
#C3B2A5
(195,178,165)
#D0C3BB
(208,195,187)
#DDD4D1
(221,212,209)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683B0B color. Also use rgb(104,59,11) instead hex code.

Text Font Color

.myTextColor { color: #683B0B; }

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

This text font color is #683B0B.


Background Color

.myBgColor { background-color: #683B0B; }

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

This div background color is #683B0B.


Border color

.myBorderColor { border: 1px solid #683B0B; }

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

This div border color is #683B0B.


Opacity

.myOpacity80 { color: #683B0B; opacity: 0.8; }

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

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

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

This text has shadow with #683B0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683B0B on black background.


Color preview on white background

This text has color #683B0B on white background.



Black color preview on #683B0B background

This text has black color on #683B0B background.


White color preview on #683B0B background

This text has white color on #683B0B background.