COLOR #62725F

HEX: #62725F
RGB: (98,114,95)

Color info

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

RGB color model

#62725F color RGB value is (98,114,95).

  • red value is 98;
  • green value is 114;
  • blue value is 95.
RGB:
(98,114,95)
(38%,45%,37%)

RGB channels and saturation

R 98 of 255 = 38%
G 114 of 255 = 45%
B 95 of 255 = 37%

98
114
95

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

Portions of RGB colors in percentages

R + G + B =
98 + 114 + 95 = 307 (100%)
R 98 of 307 ~ 31.92%
G 114 of 307 ~ 37.13%
B 95 of 307 ~ 30.94%

%31.92
%37.13
%30.94

CMYK color model

#62725F color CMYK value is (14,0,17,55).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 55.29%
CMYK:
(14,0,17,55)
C14M0Y17K55 
(14%,0%,17%,55%)
(0.14/0.00/0.17/0.55)	

CMYK percentages

%14.04
%0
%16.67
%55.29

Codes

Color #62725F in popluar color models

62725F
RGB9811495
HSL111°9.09%40.98%
HSB/HSV111°16.67%44.71%
CMYK14.04%0.00%16.67%
55.29%

Color #62725F in popluar number systems.

HEX62725F
Decimal9811495
Binary110001011100101011111
Octal142162137

Shades and tints

Shades of #62725F

#62725F
(98,114,95)
#5A6857
(90,104,87)
#525E4F
(82,94,79)
#4A5447
(74,84,71)
#424A3F
(66,74,63)
#3A4037
(58,64,55)
#32362F
(50,54,47)
#2A2C27
(42,44,39)
#22221F
(34,34,31)
#1A1817
(26,24,23)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #62725F

#62725F
(98,114,95)
#707E6D
(112,126,109)
#7E8A7B
(126,138,123)
#8C9689
(140,150,137)
#9AA297
(154,162,151)
#A8AEA5
(168,174,165)
#B6BAB3
(182,186,179)
#C4C6C1
(196,198,193)
#D2D2CF
(210,210,207)
#E0DEDD
(224,222,221)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62725F; }

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

This text font color is #62725F.


Background Color

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

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

This div background color is #62725F.


Border color

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

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

This div border color is #62725F.


Opacity

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

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

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

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

This text has shadow with #62725F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62725F on black background.


Color preview on white background

This text has color #62725F on white background.



Black color preview on #62725F background

This text has black color on #62725F background.


White color preview on #62725F background

This text has white color on #62725F background.