COLOR #62967B

HEX: #62967B
RGB: (98,150,123)

Color info

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

RGB color model

#62967B color RGB value is (98,150,123).

  • red value is 98;
  • green value is 150;
  • blue value is 123.
RGB:
(98,150,123)
(38%,59%,48%)

RGB channels and saturation

R 98 of 255 = 38%
G 150 of 255 = 59%
B 123 of 255 = 48%

98
150
123

R + G + B ~ 48%. #62967B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 150 + 123 = 371 (100%)
R 98 of 371 ~ 26.42%
G 150 of 371 ~ 40.43%
B 123 of 371 ~ 33.15%

%26.42
%40.43
%33.15

CMYK color model

#62967B color CMYK value is (35,0,18,41).

  • cyan value is 34.67%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 41.18%
CMYK:
(35,0,18,41)
C35M0Y18K41 
(35%,0%,18%,41%)
(0.35/0.00/0.18/0.41)	

CMYK percentages

%34.67
%0
%18
%41.18

Codes

Color #62967B in popluar color models

62967B
RGB98150123
HSL149°20.97%48.63%
HSB/HSV149°34.67%58.82%
CMYK34.67%0.00%18.00%
41.18%

Color #62967B in popluar number systems.

HEX62967B
Decimal98150123
Binary1100010100101101111011
Octal142226173

Shades and tints

Shades of #62967B

#62967B
(98,150,123)
#5A8970
(90,137,112)
#527C65
(82,124,101)
#4A6F5A
(74,111,90)
#42624F
(66,98,79)
#3A5544
(58,85,68)
#324839
(50,72,57)
#2A3B2E
(42,59,46)
#222E23
(34,46,35)
#1A2118
(26,33,24)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #62967B

#62967B
(98,150,123)
#709F87
(112,159,135)
#7EA893
(126,168,147)
#8CB19F
(140,177,159)
#9ABAAB
(154,186,171)
#A8C3B7
(168,195,183)
#B6CCC3
(182,204,195)
#C4D5CF
(196,213,207)
#D2DEDB
(210,222,219)
#E0E7E7
(224,231,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62967B color. Also use rgb(98,150,123) instead hex code.

Text Font Color

.myTextColor { color: #62967B; }

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

This text font color is #62967B.


Background Color

.myBgColor { background-color: #62967B; }

<div style="background-color:#62967B">Inner text</div>

This div background color is #62967B.


Border color

.myBorderColor { border: 1px solid #62967B; }

<div style="border:3px solid #62967B">Div</div>

This div border color is #62967B.


Opacity

.myOpacity80 { color: #62967B; opacity: 0.8; }

<p style="color:#62967B;opacity:0.8;">80%</p>

Text with #62967B 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 #62967B;}

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

This text has shadow with #62967B color.

.textShadow {text-shadow: 3px 3px 1px #62967B, 3px 3px 1px red;}

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

This text has shadow with #62967B primary color and red secondary color.


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

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

This text has shadow with #62967B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62967B on black background.


Color preview on white background

This text has color #62967B on white background.



Black color preview on #62967B background

This text has black color on #62967B background.


White color preview on #62967B background

This text has white color on #62967B background.