COLOR #629268

HEX: #629268
RGB: (98,146,104)

Color info

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

RGB color model

#629268 color RGB value is (98,146,104).

  • red value is 98;
  • green value is 146;
  • blue value is 104.
RGB:
(98,146,104)
(38%,57%,41%)

RGB channels and saturation

R 98 of 255 = 38%
G 146 of 255 = 57%
B 104 of 255 = 41%

98
146
104

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

Portions of RGB colors in percentages

R + G + B =
98 + 146 + 104 = 348 (100%)
R 98 of 348 ~ 28.16%
G 146 of 348 ~ 41.95%
B 104 of 348 ~ 29.89%

%28.16
%41.95
%29.89

CMYK color model

#629268 color CMYK value is (33,0,29,43).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 28.77%
  • key color value is 42.75%
CMYK:
(33,0,29,43)
C33M0Y29K43 
(33%,0%,29%,43%)
(0.33/0.00/0.29/0.43)	

CMYK percentages

%32.88
%0
%28.77
%42.75

Codes

Color #629268 in popluar color models

629268
RGB98146104
HSL128°19.67%47.84%
HSB/HSV128°32.88%57.25%
CMYK32.88%0.00%28.77%
42.75%

Color #629268 in popluar number systems.

HEX629268
Decimal98146104
Binary1100010100100101101000
Octal142222150

Shades and tints

Shades of #629268

#629268
(98,146,104)
#5A855F
(90,133,95)
#527856
(82,120,86)
#4A6B4D
(74,107,77)
#425E44
(66,94,68)
#3A513B
(58,81,59)
#324432
(50,68,50)
#2A3729
(42,55,41)
#222A20
(34,42,32)
#1A1D17
(26,29,23)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #629268

#629268
(98,146,104)
#709B75
(112,155,117)
#7EA482
(126,164,130)
#8CAD8F
(140,173,143)
#9AB69C
(154,182,156)
#A8BFA9
(168,191,169)
#B6C8B6
(182,200,182)
#C4D1C3
(196,209,195)
#D2DAD0
(210,218,208)
#E0E3DD
(224,227,221)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629268 color. Also use rgb(98,146,104) instead hex code.

Text Font Color

.myTextColor { color: #629268; }

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

This text font color is #629268.


Background Color

.myBgColor { background-color: #629268; }

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

This div background color is #629268.


Border color

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

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

This div border color is #629268.


Opacity

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

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

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

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

This text has shadow with #629268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629268 on black background.


Color preview on white background

This text has color #629268 on white background.



Black color preview on #629268 background

This text has black color on #629268 background.


White color preview on #629268 background

This text has white color on #629268 background.