COLOR #629A72

HEX: #629A72
RGB: (98,154,114)

Color info

#629A72 contains red, green and blue colors in about the same proportion. Web safe color of #629A72 is #669966 (or #696).

RGB color model

#629A72 color RGB value is (98,154,114).

  • red value is 98;
  • green value is 154;
  • blue value is 114.
RGB:
(98,154,114)
(38%,60%,45%)

RGB channels and saturation

R 98 of 255 = 38%
G 154 of 255 = 60%
B 114 of 255 = 45%

98
154
114

R + G + B ~ 48%. #629A72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 154 + 114 = 366 (100%)
R 98 of 366 ~ 26.78%
G 154 of 366 ~ 42.08%
B 114 of 366 ~ 31.15%

%26.78
%42.08
%31.15

CMYK color model

#629A72 color CMYK value is (36,0,26,40).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 39.61%
CMYK:
(36,0,26,40)
C36M0Y26K40 
(36%,0%,26%,40%)
(0.36/0.00/0.26/0.40)	

CMYK percentages

%36.36
%0
%25.97
%39.61

Codes

Color #629A72 in popluar color models

629A72
RGB98154114
HSL137°22.22%49.41%
HSB/HSV137°36.36%60.39%
CMYK36.36%0.00%25.97%
39.61%

Color #629A72 in popluar number systems.

HEX629A72
Decimal98154114
Binary1100010100110101110010
Octal142232162

Shades and tints

Shades of #629A72

#629A72
(98,154,114)
#5A8C68
(90,140,104)
#527E5E
(82,126,94)
#4A7054
(74,112,84)
#42624A
(66,98,74)
#3A5440
(58,84,64)
#324636
(50,70,54)
#2A382C
(42,56,44)
#222A22
(34,42,34)
#1A1C18
(26,28,24)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #629A72

#629A72
(98,154,114)
#70A37E
(112,163,126)
#7EAC8A
(126,172,138)
#8CB596
(140,181,150)
#9ABEA2
(154,190,162)
#A8C7AE
(168,199,174)
#B6D0BA
(182,208,186)
#C4D9C6
(196,217,198)
#D2E2D2
(210,226,210)
#E0EBDE
(224,235,222)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629A72 color. Also use rgb(98,154,114) instead hex code.

Text Font Color

.myTextColor { color: #629A72; }

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

This text font color is #629A72.


Background Color

.myBgColor { background-color: #629A72; }

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

This div background color is #629A72.


Border color

.myBorderColor { border: 1px solid #629A72; }

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

This div border color is #629A72.


Opacity

.myOpacity80 { color: #629A72; opacity: 0.8; }

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

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

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

This text has shadow with #629A72 color.

.textShadow {text-shadow: 3px 3px 1px #629A72, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629A72 on black background.


Color preview on white background

This text has color #629A72 on white background.



Black color preview on #629A72 background

This text has black color on #629A72 background.


White color preview on #629A72 background

This text has white color on #629A72 background.