COLOR #627E34

HEX: #627E34
RGB: (98,126,52)

Color info

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

RGB color model

#627E34 color RGB value is (98,126,52).

  • red value is 98;
  • green value is 126;
  • blue value is 52.
RGB:
(98,126,52)
(38%,49%,20%)

RGB channels and saturation

R 98 of 255 = 38%
G 126 of 255 = 49%
B 52 of 255 = 20%

98
126
52

R + G + B ~ 36%. #627E34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 126 + 52 = 276 (100%)
R 98 of 276 ~ 35.51%
G 126 of 276 ~ 45.65%
B 52 of 276 ~ 18.84%

%35.51
%45.65
%18.84

CMYK color model

#627E34 color CMYK value is (22,0,59,51).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 58.73%
  • key color value is 50.59%
CMYK:
(22,0,59,51)
C22M0Y59K51 
(22%,0%,59%,51%)
(0.22/0.00/0.59/0.51)	

CMYK percentages

%22.22
%0
%58.73
%50.59

Codes

Color #627E34 in popluar color models

627E34
RGB9812652
HSL83°41.57%34.90%
HSB/HSV83°58.73%49.41%
CMYK22.22%0.00%58.73%
50.59%

Color #627E34 in popluar number systems.

HEX627E34
Decimal9812652
Binary11000101111110110100
Octal14217664

Shades and tints

Shades of #627E34

#627E34
(98,126,52)
#5A7330
(90,115,48)
#52682C
(82,104,44)
#4A5D28
(74,93,40)
#425224
(66,82,36)
#3A4720
(58,71,32)
#323C1C
(50,60,28)
#2A3118
(42,49,24)
#222614
(34,38,20)
#1A1B10
(26,27,16)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #627E34

#627E34
(98,126,52)
#708946
(112,137,70)
#7E9458
(126,148,88)
#8C9F6A
(140,159,106)
#9AAA7C
(154,170,124)
#A8B58E
(168,181,142)
#B6C0A0
(182,192,160)
#C4CBB2
(196,203,178)
#D2D6C4
(210,214,196)
#E0E1D6
(224,225,214)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627E34 color. Also use rgb(98,126,52) instead hex code.

Text Font Color

.myTextColor { color: #627E34; }

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

This text font color is #627E34.


Background Color

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

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

This div background color is #627E34.


Border color

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

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

This div border color is #627E34.


Opacity

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

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

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

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

This text has shadow with #627E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627E34 on black background.


Color preview on white background

This text has color #627E34 on white background.



Black color preview on #627E34 background

This text has black color on #627E34 background.


White color preview on #627E34 background

This text has white color on #627E34 background.