COLOR #627362

HEX: #627362
RGB: (98,115,98)

Color info

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

RGB color model

#627362 color RGB value is (98,115,98).

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

RGB channels and saturation

R 98 of 255 = 38%
G 115 of 255 = 45%
B 98 of 255 = 38%

98
115
98

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

Portions of RGB colors in percentages

R + G + B =
98 + 115 + 98 = 311 (100%)
R 98 of 311 ~ 31.51%
G 115 of 311 ~ 36.98%
B 98 of 311 ~ 31.51%

%31.51
%36.98
%31.51

CMYK color model

#627362 color CMYK value is (15,0,15,55).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(15,0,15,55)
C15M0Y15K55 
(15%,0%,15%,55%)
(0.15/0.00/0.15/0.55)	

CMYK percentages

%14.78
%0
%14.78
%54.9

Codes

Color #627362 in popluar color models

627362
RGB9811598
HSL120°7.98%41.76%
HSB/HSV120°14.78%45.10%
CMYK14.78%0.00%14.78%
54.90%

Color #627362 in popluar number systems.

HEX627362
Decimal9811598
Binary110001011100111100010
Octal142163142

Shades and tints

Shades of #627362

#627362
(98,115,98)
#5A695A
(90,105,90)
#525F52
(82,95,82)
#4A554A
(74,85,74)
#424B42
(66,75,66)
#3A413A
(58,65,58)
#323732
(50,55,50)
#2A2D2A
(42,45,42)
#222322
(34,35,34)
#1A191A
(26,25,26)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #627362

#627362
(98,115,98)
#707F70
(112,127,112)
#7E8B7E
(126,139,126)
#8C978C
(140,151,140)
#9AA39A
(154,163,154)
#A8AFA8
(168,175,168)
#B6BBB6
(182,187,182)
#C4C7C4
(196,199,196)
#D2D3D2
(210,211,210)
#E0DFE0
(224,223,224)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627362 color. Also use rgb(98,115,98) instead hex code.

Text Font Color

.myTextColor { color: #627362; }

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

This text font color is #627362.


Background Color

.myBgColor { background-color: #627362; }

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

This div background color is #627362.


Border color

.myBorderColor { border: 1px solid #627362; }

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

This div border color is #627362.


Opacity

.myOpacity80 { color: #627362; opacity: 0.8; }

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

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

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

This text has shadow with #627362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627362 on black background.


Color preview on white background

This text has color #627362 on white background.



Black color preview on #627362 background

This text has black color on #627362 background.


White color preview on #627362 background

This text has white color on #627362 background.