COLOR #627A1B

HEX: #627A1B
RGB: (98,122,27)

Color info

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

RGB color model

#627A1B color RGB value is (98,122,27).

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

RGB channels and saturation

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

98
122
27

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

Portions of RGB colors in percentages

R + G + B =
98 + 122 + 27 = 247 (100%)
R 98 of 247 ~ 39.68%
G 122 of 247 ~ 49.39%
B 27 of 247 ~ 10.93%

%39.68
%49.39
%10.93

CMYK color model

#627A1B color CMYK value is (20,0,78,52).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 77.87%
  • key color value is 52.16%
CMYK:
(20,0,78,52)
C20M0Y78K52 
(20%,0%,78%,52%)
(0.20/0.00/0.78/0.52)	

CMYK percentages

%19.67
%0
%77.87
%52.16

Codes

Color #627A1B in popluar color models

627A1B
RGB9812227
HSL75°63.76%29.22%
HSB/HSV75°77.87%47.84%
CMYK19.67%0.00%77.87%
52.16%

Color #627A1B in popluar number systems.

HEX627A1B
Decimal9812227
Binary1100010111101011011
Octal14217233

Shades and tints

Shades of #627A1B

#627A1B
(98,122,27)
#5A6F19
(90,111,25)
#526417
(82,100,23)
#4A5915
(74,89,21)
#424E13
(66,78,19)
#3A4311
(58,67,17)
#32380F
(50,56,15)
#2A2D0D
(42,45,13)
#22220B
(34,34,11)
#1A1709
(26,23,9)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #627A1B

#627A1B
(98,122,27)
#70862F
(112,134,47)
#7E9243
(126,146,67)
#8C9E57
(140,158,87)
#9AAA6B
(154,170,107)
#A8B67F
(168,182,127)
#B6C293
(182,194,147)
#C4CEA7
(196,206,167)
#D2DABB
(210,218,187)
#E0E6CF
(224,230,207)
#EEF2E3
(238,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627A1B; }

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

This text font color is #627A1B.


Background Color

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

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

This div background color is #627A1B.


Border color

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

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

This div border color is #627A1B.


Opacity

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

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

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

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

This text has shadow with #627A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627A1B on black background.


Color preview on white background

This text has color #627A1B on white background.



Black color preview on #627A1B background

This text has black color on #627A1B background.


White color preview on #627A1B background

This text has white color on #627A1B background.