COLOR #685003

HEX: #685003 RGB: (104,80,3)

Color info

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

RGB color model

#685003 color RGB value is (104,80,3).

RGB: (104,80,3) (41%, 31%, 1%)

RGB channels and saturation

R 104 of 255 = 41%
G 80 of 255 = 31%
B 3 of 255 = 1%

104
80
3

R + G + B ~ 24%. #685003 is dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 80 + 3 = 187 (100%)
R 104 of 187 ~ 55.61%
G 80 of 187 ~ 42.78%
B 3 of 187 ~ 1.6'%

%55.61
%42.78

CMYK color model

#685003 color CMYK value is (0,23,97,59).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 97.12%
  • key color value is 59.22%

CMYK: (0,23,97,59)
C0M23Y97K59 (0%, 23%, 97%, 59%)
(0.00 / 0.23 / 0.97 / 0.59)

CMYK percentages

%0
%23.08
%97.12
%59.22

Codes

Color #685003 in popluar color models

68 50 03
RGB 104 80 3
HSL 46° 94.39% 20.98%
HSB/HSV 46° 97.12% 40.78%
CMYK 0.00% 23.08% 97.12%
59.22%

Color #685003 in popluar number systems.

HEX 68 50 03
Decimal 104 80 3
Binary 1101000 1010000 11
Octal 150 120 3

Shades and tints

Shades of #685003

#685003
(104,80,3)
#5F4903
(95,73,3)
#564203
(86,66,3)
#4D3B03
(77,59,3)
#443403
(68,52,3)
#3B2D03
(59,45,3)
#322603
(50,38,3)
#291F03
(41,31,3)
#201803
(32,24,3)
#171103
(23,17,3)
#0E0A03
(14,10,3)
#000000
(0,0,0)

Tints of #685003

#685003
(104,80,3)
#755F19
(117,95,25)
#826E2F
(130,110,47)
#8F7D45
(143,125,69)
#9C8C5B
(156,140,91)
#A99B71
(169,155,113)
#B6AA87
(182,170,135)
#C3B99D
(195,185,157)
#D0C8B3
(208,200,179)
#DDD7C9
(221,215,201)
#EAE6DF
(234,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685003 color. Also use rgb(104,80,3) instead hex code.

Text Font Color

.myTextColor { color: #685003; }

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

This text font color is #685003.

Background Color

.myBgColor { background-color: #685003; }

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

This div background color is #685003.

Border color

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

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

This div border color is #685003.

Opacity

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

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

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

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

This text has shadow with #685003 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685003.

Preview

Color preview on black background

This text has color #685003 on black background.


Color preview on white background

This text has color #685003 on white background.


Black color preview on #685003 background

This text has black color on #685003 background.


White color preview on #685003 background

This text has white color on #685003 background.


Related colors

Complementary color

Complementary color for #hex is #97AFFC.


I love getcolorcode.com

Triadic colors

1 #036850 and #500368 with #685003 are triadic colors.

2 #035068 and #506803 with #685003 are triadic colors.