COLOR #628052

HEX: #628052
RGB: (98,128,82)

Color info

#628052 contains red, green and blue colors in about the same proportion. Web safe color of #628052 is #666666 (or #666).

RGB color model

#628052 color RGB value is (98,128,82).

  • red value is 98;
  • green value is 128;
  • blue value is 82.
RGB:
(98,128,82)
(38%,50%,32%)

RGB channels and saturation

R 98 of 255 = 38%
G 128 of 255 = 50%
B 82 of 255 = 32%

98
128
82

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

Portions of RGB colors in percentages

R + G + B =
98 + 128 + 82 = 308 (100%)
R 98 of 308 ~ 31.82%
G 128 of 308 ~ 41.56%
B 82 of 308 ~ 26.62%

%31.82
%41.56
%26.62

CMYK color model

#628052 color CMYK value is (23,0,36,50).

  • cyan value is 23.44%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 49.80%
CMYK:
(23,0,36,50)
C23M0Y36K50 
(23%,0%,36%,50%)
(0.23/0.00/0.36/0.50)	

CMYK percentages

%23.44
%0
%35.94
%49.8

Codes

Color #628052 in popluar color models

628052
RGB9812882
HSL99°21.90%41.18%
HSB/HSV99°35.94%50.20%
CMYK23.44%0.00%35.94%
49.80%

Color #628052 in popluar number systems.

HEX628052
Decimal9812882
Binary1100010100000001010010
Octal142200122

Shades and tints

Shades of #628052

#628052
(98,128,82)
#5A754B
(90,117,75)
#526A44
(82,106,68)
#4A5F3D
(74,95,61)
#425436
(66,84,54)
#3A492F
(58,73,47)
#323E28
(50,62,40)
#2A3321
(42,51,33)
#22281A
(34,40,26)
#1A1D13
(26,29,19)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #628052

#628052
(98,128,82)
#708B61
(112,139,97)
#7E9670
(126,150,112)
#8CA17F
(140,161,127)
#9AAC8E
(154,172,142)
#A8B79D
(168,183,157)
#B6C2AC
(182,194,172)
#C4CDBB
(196,205,187)
#D2D8CA
(210,216,202)
#E0E3D9
(224,227,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628052 color. Also use rgb(98,128,82) instead hex code.

Text Font Color

.myTextColor { color: #628052; }

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

This text font color is #628052.


Background Color

.myBgColor { background-color: #628052; }

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

This div background color is #628052.


Border color

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

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

This div border color is #628052.


Opacity

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

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

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

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

This text has shadow with #628052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628052 on black background.


Color preview on white background

This text has color #628052 on white background.



Black color preview on #628052 background

This text has black color on #628052 background.


White color preview on #628052 background

This text has white color on #628052 background.