COLOR #627A26

HEX: #627A26
RGB: (98,122,38)

Color info

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

RGB color model

#627A26 color RGB value is (98,122,38).

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

RGB channels and saturation

R 98 of 255 = 38%
G 122 of 255 = 48%
B 38 of 255 = 15%

98
122
38

R + G + B ~ 34%. #627A26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 122 + 38 = 258 (100%)
R 98 of 258 ~ 37.98%
G 122 of 258 ~ 47.29%
B 38 of 258 ~ 14.73%

%37.98
%47.29
%14.73

CMYK color model

#627A26 color CMYK value is (20,0,69,52).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 68.85%
  • key color value is 52.16%
CMYK:
(20,0,69,52)
C20M0Y69K52 
(20%,0%,69%,52%)
(0.20/0.00/0.69/0.52)	

CMYK percentages

%19.67
%0
%68.85
%52.16

Codes

Color #627A26 in popluar color models

627A26
RGB9812238
HSL77°52.50%31.37%
HSB/HSV77°68.85%47.84%
CMYK19.67%0.00%68.85%
52.16%

Color #627A26 in popluar number systems.

HEX627A26
Decimal9812238
Binary11000101111010100110
Octal14217246

Shades and tints

Shades of #627A26

#627A26
(98,122,38)
#5A6F23
(90,111,35)
#526420
(82,100,32)
#4A591D
(74,89,29)
#424E1A
(66,78,26)
#3A4317
(58,67,23)
#323814
(50,56,20)
#2A2D11
(42,45,17)
#22220E
(34,34,14)
#1A170B
(26,23,11)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #627A26

#627A26
(98,122,38)
#708639
(112,134,57)
#7E924C
(126,146,76)
#8C9E5F
(140,158,95)
#9AAA72
(154,170,114)
#A8B685
(168,182,133)
#B6C298
(182,194,152)
#C4CEAB
(196,206,171)
#D2DABE
(210,218,190)
#E0E6D1
(224,230,209)
#EEF2E4
(238,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627A26; }

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

This text font color is #627A26.


Background Color

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

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

This div background color is #627A26.


Border color

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

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

This div border color is #627A26.


Opacity

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

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

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

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

This text has shadow with #627A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627A26 on black background.


Color preview on white background

This text has color #627A26 on white background.



Black color preview on #627A26 background

This text has black color on #627A26 background.


White color preview on #627A26 background

This text has white color on #627A26 background.