COLOR #62955E

HEX: #62955E
RGB: (98,149,94)

Color info

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

RGB color model

#62955E color RGB value is (98,149,94).

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

RGB channels and saturation

R 98 of 255 = 38%
G 149 of 255 = 58%
B 94 of 255 = 37%

98
149
94

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

Portions of RGB colors in percentages

R + G + B =
98 + 149 + 94 = 341 (100%)
R 98 of 341 ~ 28.74%
G 149 of 341 ~ 43.7%
B 94 of 341 ~ 27.57%

%28.74
%43.7
%27.57

CMYK color model

#62955E color CMYK value is (34,0,37,42).

  • cyan value is 34.23%
  • magenta value is 0.00%
  • yellow value is 36.91%
  • key color value is 41.57%
CMYK:
(34,0,37,42)
C34M0Y37K42 
(34%,0%,37%,42%)
(0.34/0.00/0.37/0.42)	

CMYK percentages

%34.23
%0
%36.91
%41.57

Codes

Color #62955E in popluar color models

62955E
RGB9814994
HSL116°22.63%47.65%
HSB/HSV116°36.91%58.43%
CMYK34.23%0.00%36.91%
41.57%

Color #62955E in popluar number systems.

HEX62955E
Decimal9814994
Binary1100010100101011011110
Octal142225136

Shades and tints

Shades of #62955E

#62955E
(98,149,94)
#5A8856
(90,136,86)
#527B4E
(82,123,78)
#4A6E46
(74,110,70)
#42613E
(66,97,62)
#3A5436
(58,84,54)
#32472E
(50,71,46)
#2A3A26
(42,58,38)
#222D1E
(34,45,30)
#1A2016
(26,32,22)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #62955E

#62955E
(98,149,94)
#709E6C
(112,158,108)
#7EA77A
(126,167,122)
#8CB088
(140,176,136)
#9AB996
(154,185,150)
#A8C2A4
(168,194,164)
#B6CBB2
(182,203,178)
#C4D4C0
(196,212,192)
#D2DDCE
(210,221,206)
#E0E6DC
(224,230,220)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62955E; }

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

This text font color is #62955E.


Background Color

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

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

This div background color is #62955E.


Border color

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

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

This div border color is #62955E.


Opacity

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

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

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

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

This text has shadow with #62955E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62955E on black background.


Color preview on white background

This text has color #62955E on white background.



Black color preview on #62955E background

This text has black color on #62955E background.


White color preview on #62955E background

This text has white color on #62955E background.