COLOR #62555F

HEX: #62555F RGB: (98,85,95)

Color info

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

RGB color model

#62555F color RGB value is (98,85,95).

RGB: (98,85,95) (38%, 33%, 37%)

RGB channels and saturation

R 98 of 255 = 38%
G 85 of 255 = 33%
B 95 of 255 = 37%

98
85
95

R + G + B ~ 36%. #62555F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 85 + 95 = 278 (100%)
R 98 of 278 ~ 35.25%
G 85 of 278 ~ 30.58%
B 95 of 278 ~ 34.17'%

%35.25
%30.58
%34.17

CMYK color model

#62555F color CMYK value is (0,13,3,62).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 3.06%
  • key color value is 61.57%
CMYK: (0,13,3,62) C0M13Y3K62 (0%,13%,3%,62%) (0.00/0.13/0.03/0.62) 

CMYK percentages

%0
%13.27
%3.06
%61.57

Codes

Color #62555F in popluar color models

62 55 5F
RGB 98 85 95
HSL 314° 7.10% 35.88%
HSB/HSV 314° 13.27% 38.43%
CMYK 0.00% 13.27% 3.06%
61.57%

Color #62555F in popluar number systems.

HEX 62 55 5F
Decimal 98 85 95
Binary 1100010 1010101 1011111
Octal 142 125 137

Shades and tints

Shades of #62555F

#62555F
(98,85,95)
#5A4E57
(90,78,87)
#52474F
(82,71,79)
#4A4047
(74,64,71)
#42393F
(66,57,63)
#3A3237
(58,50,55)
#322B2F
(50,43,47)
#2A2427
(42,36,39)
#221D1F
(34,29,31)
#1A1617
(26,22,23)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #62555F

#62555F
(98,85,95)
#70646D
(112,100,109)
#7E737B
(126,115,123)
#8C8289
(140,130,137)
#9A9197
(154,145,151)
#A8A0A5
(168,160,165)
#B6AFB3
(182,175,179)
#C4BEC1
(196,190,193)
#D2CDCF
(210,205,207)
#E0DCDD
(224,220,221)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62555F; }

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

This text font color is #62555F.

Background Color

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

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

This div background color is #62555F.

Border color

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

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

This div border color is #62555F.

Opacity

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

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

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

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

This text has shadow with #62555F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62555F.

Preview

Color preview on black background

This text has color #62555F on black background.


Color preview on white background

This text has color #62555F on white background.


Black color preview on #62555F background

This text has black color on #62555F background.


White color preview on #62555F background

This text has white color on #62555F background.


Related colors

Complementary color

Complementary color for #hex is #9DAAA0.


I love getcolorcode.com

Triadic colors

1 #5F6255 and #555F62 with #62555F are triadic colors.

2 #5F5562 and #55625F with #62555F are triadic colors.