COLOR #62725C

HEX: #62725C RGB: (98,114,92)

Color info

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

RGB color model

#62725C color RGB value is (98,114,92).

RGB: (98,114,92) (38%, 45%, 36%)

RGB channels and saturation

R 98 of 255 = 38%
G 114 of 255 = 45%
B 92 of 255 = 36%

98
114
92

R + G + B ~ 40%. #62725C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 98 + 114 + 92 = 304 (100%)
R 98 of 304 ~ 32.24%
G 114 of 304 ~ 37.5%
B 92 of 304 ~ 30.26'%

%32.24
%37.5
%30.26

CMYK color model

#62725C color CMYK value is (14,0,19,55).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 55.29%

CMYK: (14,0,19,55)
C14M0Y19K55 (14%, 0%, 19%, 55%)
(0.14 / 0.00 / 0.19 / 0.55)

CMYK percentages

%14.04
%0
%19.3
%55.29

Codes

Color #62725C in popluar color models

62 72 5C
RGB 98 114 92
HSL 104° 10.68% 40.39%
HSB/HSV 104° 19.30% 44.71%
CMYK 14.04% 0.00% 19.30%
55.29%

Color #62725C in popluar number systems.

HEX 62 72 5C
Decimal 98 114 92
Binary 1100010 1110010 1011100
Octal 142 162 134

Shades and tints

Shades of #62725C

#62725C
(98,114,92)
#5A6854
(90,104,84)
#525E4C
(82,94,76)
#4A5444
(74,84,68)
#424A3C
(66,74,60)
#3A4034
(58,64,52)
#32362C
(50,54,44)
#2A2C24
(42,44,36)
#22221C
(34,34,28)
#1A1814
(26,24,20)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #62725C

#62725C
(98,114,92)
#707E6A
(112,126,106)
#7E8A78
(126,138,120)
#8C9686
(140,150,134)
#9AA294
(154,162,148)
#A8AEA2
(168,174,162)
#B6BAB0
(182,186,176)
#C4C6BE
(196,198,190)
#D2D2CC
(210,210,204)
#E0DEDA
(224,222,218)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62725C color. Also use rgb(98,114,92) instead hex code.

Text Font Color

.myTextColor { color: #62725C; }

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

This text font color is #62725C.

Background Color

.myBgColor { background-color: #62725C; }

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

This div background color is #62725C.

Border color

.myBorderColor { border: 1px solid #62725C; }

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

This div border color is #62725C.

Opacity

.myOpacity80 { color: #62725C; opacity: 0.8; }

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

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

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

This text has shadow with #62725C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62725C.

Preview

Color preview on black background

This text has color #62725C on black background.


Color preview on white background

This text has color #62725C on white background.


Black color preview on #62725C background

This text has black color on #62725C background.


White color preview on #62725C background

This text has white color on #62725C background.


Related colors

Complementary color

Complementary color for #hex is #9D8DA3.


I love getcolorcode.com

Triadic colors

1 #5C6272 and #725C62 with #62725C are triadic colors.

2 #5C7262 and #72625C with #62725C are triadic colors.