COLOR #627100

HEX: #627100 RGB: (98,113,0)

Color info

#627100 contains only red and green colors. Web safe color of #627100 is #666600 (or #660).

RGB color model

#627100 color RGB value is (98,113,0).

RGB: (98,113,0) (38%, 44%, 0%)

RGB channels and saturation

R 98 of 255 = 38%
G 113 of 255 = 44%
B 0 of 255 = 0%

98
113
0

R + G + B ~ 27%. #627100 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 113 + 0 = 211 (100%)
R 98 of 211 ~ 46.45%
G 113 of 211 ~ 53.55%
B 0 of 211 ~ 0'%

%46.45
%53.55

CMYK color model

#627100 color CMYK value is (13,0,100,56).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 55.69%

CMYK: (13,0,100,56)
C13M0Y100K56 (13%, 0%, 100%, 56%)
(0.13 / 0.00 / 1.00 / 0.56)

CMYK percentages

%13.27
%0
%100
%55.69

Codes

Color #627100 in popluar color models

62 71 00
RGB 98 113 0
HSL 68° 100.00% 22.16%
HSB/HSV 68° 100.00% 44.31%
CMYK 13.27% 0.00% 100.00%
55.69%

Color #627100 in popluar number systems.

HEX 62 71 00
Decimal 98 113 0
Binary 1100010 1110001 0
Octal 142 161 0

Shades and tints

Shades of #627100

#627100
(98,113,0)
#5A6700
(90,103,0)
#525D00
(82,93,0)
#4A5300
(74,83,0)
#424900
(66,73,0)
#3A3F00
(58,63,0)
#323500
(50,53,0)
#2A2B00
(42,43,0)
#222100
(34,33,0)
#1A1700
(26,23,0)
#120D00
(18,13,0)
#000000
(0,0,0)

Tints of #627100

#627100
(98,113,0)
#707D17
(112,125,23)
#7E892E
(126,137,46)
#8C9545
(140,149,69)
#9AA15C
(154,161,92)
#A8AD73
(168,173,115)
#B6B98A
(182,185,138)
#C4C5A1
(196,197,161)
#D2D1B8
(210,209,184)
#E0DDCF
(224,221,207)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627100; }

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

This text font color is #627100.

Background Color

.myBgColor { background-color: #627100; }

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

This div background color is #627100.

Border color

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

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

This div border color is #627100.

Opacity

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

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

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

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

This text has shadow with #627100 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627100.

Preview

Color preview on black background

This text has color #627100 on black background.


Color preview on white background

This text has color #627100 on white background.


Black color preview on #627100 background

This text has black color on #627100 background.


White color preview on #627100 background

This text has white color on #627100 background.


Related colors

Complementary color

Complementary color for #hex is #9D8EFF.


I love getcolorcode.com

Triadic colors

1 #006271 and #710062 with #627100 are triadic colors.

2 #007162 and #716200 with #627100 are triadic colors.