COLOR #628272

HEX: #628272
RGB: (98,130,114)

Color info

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

RGB color model

#628272 color RGB value is (98,130,114).

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

RGB channels and saturation

R 98 of 255 = 38%
G 130 of 255 = 51%
B 114 of 255 = 45%

98
130
114

R + G + B ~ 45%. #628272 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 130 + 114 = 342 (100%)
R 98 of 342 ~ 28.65%
G 130 of 342 ~ 38.01%
B 114 of 342 ~ 33.33%

%28.65
%38.01
%33.33

CMYK color model

#628272 color CMYK value is (25,0,12,49).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 49.02%
CMYK:
(25,0,12,49)
C25M0Y12K49 
(25%,0%,12%,49%)
(0.25/0.00/0.12/0.49)	

CMYK percentages

%24.62
%0
%12.31
%49.02

Codes

Color #628272 in popluar color models

628272
RGB98130114
HSL150°14.04%44.71%
HSB/HSV150°24.62%50.98%
CMYK24.62%0.00%12.31%
49.02%

Color #628272 in popluar number systems.

HEX628272
Decimal98130114
Binary1100010100000101110010
Octal142202162

Shades and tints

Shades of #628272

#628272
(98,130,114)
#5A7768
(90,119,104)
#526C5E
(82,108,94)
#4A6154
(74,97,84)
#42564A
(66,86,74)
#3A4B40
(58,75,64)
#324036
(50,64,54)
#2A352C
(42,53,44)
#222A22
(34,42,34)
#1A1F18
(26,31,24)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #628272

#628272
(98,130,114)
#708D7E
(112,141,126)
#7E988A
(126,152,138)
#8CA396
(140,163,150)
#9AAEA2
(154,174,162)
#A8B9AE
(168,185,174)
#B6C4BA
(182,196,186)
#C4CFC6
(196,207,198)
#D2DAD2
(210,218,210)
#E0E5DE
(224,229,222)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628272; }

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

This text font color is #628272.


Background Color

.myBgColor { background-color: #628272; }

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

This div background color is #628272.


Border color

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

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

This div border color is #628272.


Opacity

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

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

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

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

This text has shadow with #628272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628272 on black background.


Color preview on white background

This text has color #628272 on white background.



Black color preview on #628272 background

This text has black color on #628272 background.


White color preview on #628272 background

This text has white color on #628272 background.