COLOR #62685F

HEX: #62685F RGB: (98,104,95)

Color info

#62685F contains red, green and blue colors in about the same proportion. Web safe color of #62685F is #666666 (or #666).

RGB color model

#62685F color RGB value is (98,104,95).

RGB: (98,104,95) (38%, 41%, 37%)

RGB channels and saturation

R 98 of 255 = 38%
G 104 of 255 = 41%
B 95 of 255 = 37%

98
104
95

R + G + B ~ 39%. #62685F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 104 + 95 = 297 (100%)
R 98 of 297 ~ 33%
G 104 of 297 ~ 35.02%
B 95 of 297 ~ 31.99'%

%33
%35.02
%31.99

CMYK color model

#62685F color CMYK value is (6,0,9,59).

  • cyan value is 5.77%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%

CMYK: (6,0,9,59)
C6M0Y9K59 (6%, 0%, 9%, 59%)
(0.06 / 0.00 / 0.09 / 0.59)

CMYK percentages

%5.77
%0
%8.65
%59.22

Codes

Color #62685F in popluar color models

62 68 5F
RGB 98 104 95
HSL 100° 4.52% 39.02%
HSB/HSV 100° 8.65% 40.78%
CMYK 5.77% 0.00% 8.65%
59.22%

Color #62685F in popluar number systems.

HEX 62 68 5F
Decimal 98 104 95
Binary 1100010 1101000 1011111
Octal 142 150 137

Shades and tints

Shades of #62685F

#62685F
(98,104,95)
#5A5F57
(90,95,87)
#52564F
(82,86,79)
#4A4D47
(74,77,71)
#42443F
(66,68,63)
#3A3B37
(58,59,55)
#32322F
(50,50,47)
#2A2927
(42,41,39)
#22201F
(34,32,31)
#1A1717
(26,23,23)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #62685F

#62685F
(98,104,95)
#70756D
(112,117,109)
#7E827B
(126,130,123)
#8C8F89
(140,143,137)
#9A9C97
(154,156,151)
#A8A9A5
(168,169,165)
#B6B6B3
(182,182,179)
#C4C3C1
(196,195,193)
#D2D0CF
(210,208,207)
#E0DDDD
(224,221,221)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62685F color. Also use rgb(98,104,95) instead hex code.

Text Font Color

.myTextColor { color: #62685F; }

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

This text font color is #62685F.

Background Color

.myBgColor { background-color: #62685F; }

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

This div background color is #62685F.

Border color

.myBorderColor { border: 1px solid #62685F; }

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

This div border color is #62685F.

Opacity

.myOpacity80 { color: #62685F; opacity: 0.8; }

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

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

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

This text has shadow with #62685F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62685F.

Preview

Color preview on black background

This text has color #62685F on black background.


Color preview on white background

This text has color #62685F on white background.


Black color preview on #62685F background

This text has black color on #62685F background.


White color preview on #62685F background

This text has white color on #62685F background.


Related colors

Complementary color

Complementary color for #hex is #9D97A0.


I love getcolorcode.com

Triadic colors

1 #5F6268 and #685F62 with #62685F are triadic colors.

2 #5F6862 and #68625F with #62685F are triadic colors.