COLOR #62785F

HEX: #62785F RGB: (98,120,95)

Color info

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

RGB color model

#62785F color RGB value is (98,120,95).

RGB: (98,120,95) (38%, 47%, 37%)

RGB channels and saturation

R 98 of 255 = 38%
G 120 of 255 = 47%
B 95 of 255 = 37%

98
120
95

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

Portions of RGB colors in percentages

R + G + B = 98 + 120 + 95 = 313 (100%)
R 98 of 313 ~ 31.31%
G 120 of 313 ~ 38.34%
B 95 of 313 ~ 30.35'%

%31.31
%38.34
%30.35

CMYK color model

#62785F color CMYK value is (18,0,21,53).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 52.94%

CMYK: (18,0,21,53)
C18M0Y21K53 (18%, 0%, 21%, 53%)
(0.18 / 0.00 / 0.21 / 0.53)

CMYK percentages

%18.33
%0
%20.83
%52.94

Codes

Color #62785F in popluar color models

62 78 5F
RGB 98 120 95
HSL 113° 11.63% 42.16%
HSB/HSV 113° 20.83% 47.06%
CMYK 18.33% 0.00% 20.83%
52.94%

Color #62785F in popluar number systems.

HEX 62 78 5F
Decimal 98 120 95
Binary 1100010 1111000 1011111
Octal 142 170 137

Shades and tints

Shades of #62785F

#62785F
(98,120,95)
#5A6E57
(90,110,87)
#52644F
(82,100,79)
#4A5A47
(74,90,71)
#42503F
(66,80,63)
#3A4637
(58,70,55)
#323C2F
(50,60,47)
#2A3227
(42,50,39)
#22281F
(34,40,31)
#1A1E17
(26,30,23)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #62785F

#62785F
(98,120,95)
#70846D
(112,132,109)
#7E907B
(126,144,123)
#8C9C89
(140,156,137)
#9AA897
(154,168,151)
#A8B4A5
(168,180,165)
#B6C0B3
(182,192,179)
#C4CCC1
(196,204,193)
#D2D8CF
(210,216,207)
#E0E4DD
(224,228,221)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62785F; }

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

This text font color is #62785F.

Background Color

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

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

This div background color is #62785F.

Border color

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

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

This div border color is #62785F.

Opacity

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

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

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

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

This text has shadow with #62785F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62785F.

Preview

Color preview on black background

This text has color #62785F on black background.


Color preview on white background

This text has color #62785F on white background.


Black color preview on #62785F background

This text has black color on #62785F background.


White color preview on #62785F background

This text has white color on #62785F background.


Related colors

Complementary color

Complementary color for #hex is #9D87A0.


I love getcolorcode.com

Triadic colors

1 #5F6278 and #785F62 with #62785F are triadic colors.

2 #5F7862 and #78625F with #62785F are triadic colors.