COLOR #627F34

HEX: #627F34
RGB: (98,127,52)

Color info

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

RGB color model

#627F34 color RGB value is (98,127,52).

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

RGB channels and saturation

R 98 of 255 = 38%
G 127 of 255 = 50%
B 52 of 255 = 20%

98
127
52

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

Portions of RGB colors in percentages

R + G + B =
98 + 127 + 52 = 277 (100%)
R 98 of 277 ~ 35.38%
G 127 of 277 ~ 45.85%
B 52 of 277 ~ 18.77%

%35.38
%45.85
%18.77

CMYK color model

#627F34 color CMYK value is (23,0,59,50).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 59.06%
  • key color value is 50.20%
CMYK:
(23,0,59,50)
C23M0Y59K50 
(23%,0%,59%,50%)
(0.23/0.00/0.59/0.50)	

CMYK percentages

%22.83
%0
%59.06
%50.2

Codes

Color #627F34 in popluar color models

627F34
RGB9812752
HSL83°41.90%35.10%
HSB/HSV83°59.06%49.80%
CMYK22.83%0.00%59.06%
50.20%

Color #627F34 in popluar number systems.

HEX627F34
Decimal9812752
Binary11000101111111110100
Octal14217764

Shades and tints

Shades of #627F34

#627F34
(98,127,52)
#5A7430
(90,116,48)
#52692C
(82,105,44)
#4A5E28
(74,94,40)
#425324
(66,83,36)
#3A4820
(58,72,32)
#323D1C
(50,61,28)
#2A3218
(42,50,24)
#222714
(34,39,20)
#1A1C10
(26,28,16)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #627F34

#627F34
(98,127,52)
#708A46
(112,138,70)
#7E9558
(126,149,88)
#8CA06A
(140,160,106)
#9AAB7C
(154,171,124)
#A8B68E
(168,182,142)
#B6C1A0
(182,193,160)
#C4CCB2
(196,204,178)
#D2D7C4
(210,215,196)
#E0E2D6
(224,226,214)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627F34; }

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

This text font color is #627F34.


Background Color

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

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

This div background color is #627F34.


Border color

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

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

This div border color is #627F34.


Opacity

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

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

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

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

This text has shadow with #627F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627F34 on black background.


Color preview on white background

This text has color #627F34 on white background.



Black color preview on #627F34 background

This text has black color on #627F34 background.


White color preview on #627F34 background

This text has white color on #627F34 background.