COLOR #683302

HEX: #683302
RGB: (104,51,2)

Color info

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

RGB color model

#683302 color RGB value is (104,51,2).

  • red value is 104;
  • green value is 51;
  • blue value is 2.
RGB:
(104,51,2)
(41%,20%,1%)

RGB channels and saturation

R 104 of 255 = 41%
G 51 of 255 = 20%
B 2 of 255 = 1%

104
51
2

R + G + B ~ 21%. #683302 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 51 + 2 = 157 (100%)
R 104 of 157 ~ 66.24%
G 51 of 157 ~ 32.48%
B 2 of 157 ~ 1.27%

%66.24
%32.48

CMYK color model

#683302 color CMYK value is (0,51,98,59).

  • cyan value is 0.00%
  • magenta value is 50.96%
  • yellow value is 98.08%
  • key color value is 59.22%
CMYK:
(0,51,98,59)
C0M51Y98K59 
(0%,51%,98%,59%)
(0.00/0.51/0.98/0.59)	

CMYK percentages

%0
%50.96
%98.08
%59.22

Codes

Color #683302 in popluar color models

683302
RGB104512
HSL29°96.23%20.78%
HSB/HSV29°98.08%40.78%
CMYK0.00%50.96%98.08%
59.22%

Color #683302 in popluar number systems.

HEX683302
Decimal104512
Binary110100011001110
Octal150632

Shades and tints

Shades of #683302

#683302
(104,51,2)
#5F2F02
(95,47,2)
#562B02
(86,43,2)
#4D2702
(77,39,2)
#442302
(68,35,2)
#3B1F02
(59,31,2)
#321B02
(50,27,2)
#291702
(41,23,2)
#201302
(32,19,2)
#170F02
(23,15,2)
#0E0B02
(14,11,2)
#000000
(0,0,0)

Tints of #683302

#683302
(104,51,2)
#754519
(117,69,25)
#825730
(130,87,48)
#8F6947
(143,105,71)
#9C7B5E
(156,123,94)
#A98D75
(169,141,117)
#B69F8C
(182,159,140)
#C3B1A3
(195,177,163)
#D0C3BA
(208,195,186)
#DDD5D1
(221,213,209)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683302 color. Also use rgb(104,51,2) instead hex code.

Text Font Color

.myTextColor { color: #683302; }

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

This text font color is #683302.


Background Color

.myBgColor { background-color: #683302; }

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

This div background color is #683302.


Border color

.myBorderColor { border: 1px solid #683302; }

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

This div border color is #683302.


Opacity

.myOpacity80 { color: #683302; opacity: 0.8; }

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

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

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

This text has shadow with #683302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683302 on black background.


Color preview on white background

This text has color #683302 on white background.



Black color preview on #683302 background

This text has black color on #683302 background.


White color preview on #683302 background

This text has white color on #683302 background.