COLOR #62825E

HEX: #62825E
RGB: (98,130,94)

Color info

#62825E contains red, green and blue colors in about the same proportion. Web safe color of #62825E is #669966 (or #696).

RGB color model

#62825E color RGB value is (98,130,94).

  • red value is 98;
  • green value is 130;
  • blue value is 94.
RGB:
(98,130,94)
(38%,51%,37%)

RGB channels and saturation

R 98 of 255 = 38%
G 130 of 255 = 51%
B 94 of 255 = 37%

98
130
94

R + G + B ~ 42%. #62825E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 130 + 94 = 322 (100%)
R 98 of 322 ~ 30.43%
G 130 of 322 ~ 40.37%
B 94 of 322 ~ 29.19%

%30.43
%40.37
%29.19

CMYK color model

#62825E color CMYK value is (25,0,28,49).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(25,0,28,49)
C25M0Y28K49 
(25%,0%,28%,49%)
(0.25/0.00/0.28/0.49)	

CMYK percentages

%24.62
%0
%27.69
%49.02

Codes

Color #62825E in popluar color models

62825E
RGB9813094
HSL113°16.07%43.92%
HSB/HSV113°27.69%50.98%
CMYK24.62%0.00%27.69%
49.02%

Color #62825E in popluar number systems.

HEX62825E
Decimal9813094
Binary1100010100000101011110
Octal142202136

Shades and tints

Shades of #62825E

#62825E
(98,130,94)
#5A7756
(90,119,86)
#526C4E
(82,108,78)
#4A6146
(74,97,70)
#42563E
(66,86,62)
#3A4B36
(58,75,54)
#32402E
(50,64,46)
#2A3526
(42,53,38)
#222A1E
(34,42,30)
#1A1F16
(26,31,22)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #62825E

#62825E
(98,130,94)
#708D6C
(112,141,108)
#7E987A
(126,152,122)
#8CA388
(140,163,136)
#9AAE96
(154,174,150)
#A8B9A4
(168,185,164)
#B6C4B2
(182,196,178)
#C4CFC0
(196,207,192)
#D2DACE
(210,218,206)
#E0E5DC
(224,229,220)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62825E color. Also use rgb(98,130,94) instead hex code.

Text Font Color

.myTextColor { color: #62825E; }

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

This text font color is #62825E.


Background Color

.myBgColor { background-color: #62825E; }

<div style="background-color:#62825E">Inner text</div>

This div background color is #62825E.


Border color

.myBorderColor { border: 1px solid #62825E; }

<div style="border:3px solid #62825E">Div</div>

This div border color is #62825E.


Opacity

.myOpacity80 { color: #62825E; opacity: 0.8; }

<p style="color:#62825E;opacity:0.8;">80%</p>

Text with #62825E 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 #62825E;}

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

This text has shadow with #62825E color.

.textShadow {text-shadow: 3px 3px 1px #62825E, 3px 3px 1px red;}

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

This text has shadow with #62825E primary color and red secondary color.


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

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

This text has shadow with #62825E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62825E on black background.


Color preview on white background

This text has color #62825E on white background.



Black color preview on #62825E background

This text has black color on #62825E background.


White color preview on #62825E background

This text has white color on #62825E background.