COLOR #628C5C

HEX: #628C5C
RGB: (98,140,92)

Color info

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

RGB color model

#628C5C color RGB value is (98,140,92).

  • red value is 98;
  • green value is 140;
  • blue value is 92.
RGB:
(98,140,92)
(38%,55%,36%)

RGB channels and saturation

R 98 of 255 = 38%
G 140 of 255 = 55%
B 92 of 255 = 36%

98
140
92

R + G + B ~ 43%. #628C5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 140 + 92 = 330 (100%)
R 98 of 330 ~ 29.7%
G 140 of 330 ~ 42.42%
B 92 of 330 ~ 27.88%

%29.7
%42.42
%27.88

CMYK color model

#628C5C color CMYK value is (30,0,34,45).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 45.10%
CMYK:
(30,0,34,45)
C30M0Y34K45 
(30%,0%,34%,45%)
(0.30/0.00/0.34/0.45)	

CMYK percentages

%30
%0
%34.29
%45.1

Codes

Color #628C5C in popluar color models

628C5C
RGB9814092
HSL113°20.69%45.49%
HSB/HSV113°34.29%54.90%
CMYK30.00%0.00%34.29%
45.10%

Color #628C5C in popluar number systems.

HEX628C5C
Decimal9814092
Binary1100010100011001011100
Octal142214134

Shades and tints

Shades of #628C5C

#628C5C
(98,140,92)
#5A8054
(90,128,84)
#52744C
(82,116,76)
#4A6844
(74,104,68)
#425C3C
(66,92,60)
#3A5034
(58,80,52)
#32442C
(50,68,44)
#2A3824
(42,56,36)
#222C1C
(34,44,28)
#1A2014
(26,32,20)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #628C5C

#628C5C
(98,140,92)
#70966A
(112,150,106)
#7EA078
(126,160,120)
#8CAA86
(140,170,134)
#9AB494
(154,180,148)
#A8BEA2
(168,190,162)
#B6C8B0
(182,200,176)
#C4D2BE
(196,210,190)
#D2DCCC
(210,220,204)
#E0E6DA
(224,230,218)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628C5C color. Also use rgb(98,140,92) instead hex code.

Text Font Color

.myTextColor { color: #628C5C; }

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

This text font color is #628C5C.


Background Color

.myBgColor { background-color: #628C5C; }

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

This div background color is #628C5C.


Border color

.myBorderColor { border: 1px solid #628C5C; }

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

This div border color is #628C5C.


Opacity

.myOpacity80 { color: #628C5C; opacity: 0.8; }

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

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

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

This text has shadow with #628C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628C5C on black background.


Color preview on white background

This text has color #628C5C on white background.



Black color preview on #628C5C background

This text has black color on #628C5C background.


White color preview on #628C5C background

This text has white color on #628C5C background.