COLOR #628522

HEX: #628522
RGB: (98,133,34)

Color info

#628522 contains mainly red and green colors. Web safe color of #628522 is #669933 (or #693).

RGB color model

#628522 color RGB value is (98,133,34).

  • red value is 98;
  • green value is 133;
  • blue value is 34.
RGB:
(98,133,34)
(38%,52%,13%)

RGB channels and saturation

R 98 of 255 = 38%
G 133 of 255 = 52%
B 34 of 255 = 13%

98
133
34

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

Portions of RGB colors in percentages

R + G + B =
98 + 133 + 34 = 265 (100%)
R 98 of 265 ~ 36.98%
G 133 of 265 ~ 50.19%
B 34 of 265 ~ 12.83%

%36.98
%50.19
%12.83

CMYK color model

#628522 color CMYK value is (26,0,74,48).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 74.44%
  • key color value is 47.84%
CMYK:
(26,0,74,48)
C26M0Y74K48 
(26%,0%,74%,48%)
(0.26/0.00/0.74/0.48)	

CMYK percentages

%26.32
%0
%74.44
%47.84

Codes

Color #628522 in popluar color models

628522
RGB9813334
HSL81°59.28%32.75%
HSB/HSV81°74.44%52.16%
CMYK26.32%0.00%74.44%
47.84%

Color #628522 in popluar number systems.

HEX628522
Decimal9813334
Binary110001010000101100010
Octal14220542

Shades and tints

Shades of #628522

#628522
(98,133,34)
#5A791F
(90,121,31)
#526D1C
(82,109,28)
#4A6119
(74,97,25)
#425516
(66,85,22)
#3A4913
(58,73,19)
#323D10
(50,61,16)
#2A310D
(42,49,13)
#22250A
(34,37,10)
#1A1907
(26,25,7)
#120D04
(18,13,4)
#000000
(0,0,0)

Tints of #628522

#628522
(98,133,34)
#709036
(112,144,54)
#7E9B4A
(126,155,74)
#8CA65E
(140,166,94)
#9AB172
(154,177,114)
#A8BC86
(168,188,134)
#B6C79A
(182,199,154)
#C4D2AE
(196,210,174)
#D2DDC2
(210,221,194)
#E0E8D6
(224,232,214)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628522 color. Also use rgb(98,133,34) instead hex code.

Text Font Color

.myTextColor { color: #628522; }

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

This text font color is #628522.


Background Color

.myBgColor { background-color: #628522; }

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

This div background color is #628522.


Border color

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

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

This div border color is #628522.


Opacity

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

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

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

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

This text has shadow with #628522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628522 on black background.


Color preview on white background

This text has color #628522 on white background.



Black color preview on #628522 background

This text has black color on #628522 background.


White color preview on #628522 background

This text has white color on #628522 background.