COLOR #627A46

HEX: #627A46
RGB: (98,122,70)

Color info

#627A46 contains red, green and blue colors in about the same proportion. Web safe color of #627A46 is #666633 (or #663).

RGB color model

#627A46 color RGB value is (98,122,70).

  • red value is 98;
  • green value is 122;
  • blue value is 70.
RGB:
(98,122,70)
(38%,48%,27%)

RGB channels and saturation

R 98 of 255 = 38%
G 122 of 255 = 48%
B 70 of 255 = 27%

98
122
70

R + G + B ~ 38%. #627A46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 122 + 70 = 290 (100%)
R 98 of 290 ~ 33.79%
G 122 of 290 ~ 42.07%
B 70 of 290 ~ 24.14%

%33.79
%42.07
%24.14

CMYK color model

#627A46 color CMYK value is (20,0,43,52).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 42.62%
  • key color value is 52.16%
CMYK:
(20,0,43,52)
C20M0Y43K52 
(20%,0%,43%,52%)
(0.20/0.00/0.43/0.52)	

CMYK percentages

%19.67
%0
%42.62
%52.16

Codes

Color #627A46 in popluar color models

627A46
RGB9812270
HSL88°27.08%37.65%
HSB/HSV88°42.62%47.84%
CMYK19.67%0.00%42.62%
52.16%

Color #627A46 in popluar number systems.

HEX627A46
Decimal9812270
Binary110001011110101000110
Octal142172106

Shades and tints

Shades of #627A46

#627A46
(98,122,70)
#5A6F40
(90,111,64)
#52643A
(82,100,58)
#4A5934
(74,89,52)
#424E2E
(66,78,46)
#3A4328
(58,67,40)
#323822
(50,56,34)
#2A2D1C
(42,45,28)
#222216
(34,34,22)
#1A1710
(26,23,16)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #627A46

#627A46
(98,122,70)
#708656
(112,134,86)
#7E9266
(126,146,102)
#8C9E76
(140,158,118)
#9AAA86
(154,170,134)
#A8B696
(168,182,150)
#B6C2A6
(182,194,166)
#C4CEB6
(196,206,182)
#D2DAC6
(210,218,198)
#E0E6D6
(224,230,214)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627A46 color. Also use rgb(98,122,70) instead hex code.

Text Font Color

.myTextColor { color: #627A46; }

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

This text font color is #627A46.


Background Color

.myBgColor { background-color: #627A46; }

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

This div background color is #627A46.


Border color

.myBorderColor { border: 1px solid #627A46; }

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

This div border color is #627A46.


Opacity

.myOpacity80 { color: #627A46; opacity: 0.8; }

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

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

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

This text has shadow with #627A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627A46 on black background.


Color preview on white background

This text has color #627A46 on white background.



Black color preview on #627A46 background

This text has black color on #627A46 background.


White color preview on #627A46 background

This text has white color on #627A46 background.