COLOR #627620

HEX: #627620
RGB: (98,118,32)

Color info

#627620 contains mainly red and green colors. Web safe color of #627620 is #666633 (or #663).

RGB color model

#627620 color RGB value is (98,118,32).

  • red value is 98;
  • green value is 118;
  • blue value is 32.
RGB:
(98,118,32)
(38%,46%,13%)

RGB channels and saturation

R 98 of 255 = 38%
G 118 of 255 = 46%
B 32 of 255 = 13%

98
118
32

R + G + B ~ 32%. #627620 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 118 + 32 = 248 (100%)
R 98 of 248 ~ 39.52%
G 118 of 248 ~ 47.58%
B 32 of 248 ~ 12.9%

%39.52
%47.58
%12.9

CMYK color model

#627620 color CMYK value is (17,0,73,54).

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 72.88%
  • key color value is 53.73%
CMYK:
(17,0,73,54)
C17M0Y73K54 
(17%,0%,73%,54%)
(0.17/0.00/0.73/0.54)	

CMYK percentages

%16.95
%0
%72.88
%53.73

Codes

Color #627620 in popluar color models

627620
RGB9811832
HSL74°57.33%29.41%
HSB/HSV74°72.88%46.27%
CMYK16.95%0.00%72.88%
53.73%

Color #627620 in popluar number systems.

HEX627620
Decimal9811832
Binary11000101110110100000
Octal14216640

Shades and tints

Shades of #627620

#627620
(98,118,32)
#5A6C1E
(90,108,30)
#52621C
(82,98,28)
#4A581A
(74,88,26)
#424E18
(66,78,24)
#3A4416
(58,68,22)
#323A14
(50,58,20)
#2A3012
(42,48,18)
#222610
(34,38,16)
#1A1C0E
(26,28,14)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #627620

#627620
(98,118,32)
#708234
(112,130,52)
#7E8E48
(126,142,72)
#8C9A5C
(140,154,92)
#9AA670
(154,166,112)
#A8B284
(168,178,132)
#B6BE98
(182,190,152)
#C4CAAC
(196,202,172)
#D2D6C0
(210,214,192)
#E0E2D4
(224,226,212)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627620; }

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

This text font color is #627620.


Background Color

.myBgColor { background-color: #627620; }

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

This div background color is #627620.


Border color

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

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

This div border color is #627620.


Opacity

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

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

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

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

This text has shadow with #627620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627620 on black background.


Color preview on white background

This text has color #627620 on white background.



Black color preview on #627620 background

This text has black color on #627620 background.


White color preview on #627620 background

This text has white color on #627620 background.