COLOR #626E49

HEX: #626E49
RGB: (98,110,73)

Color info

#626E49 contains red, green and blue colors in about the same proportion. Web safe color of #626E49 is #666633 (or #663).

RGB color model

#626E49 color RGB value is (98,110,73).

  • red value is 98;
  • green value is 110;
  • blue value is 73.
RGB:
(98,110,73)
(38%,43%,29%)

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 73 of 255 = 29%

98
110
73

R + G + B ~ 37%. #626E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 73 = 281 (100%)
R 98 of 281 ~ 34.88%
G 110 of 281 ~ 39.15%
B 73 of 281 ~ 25.98%

%34.88
%39.15
%25.98

CMYK color model

#626E49 color CMYK value is (11,0,34,57).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 56.86%
CMYK:
(11,0,34,57)
C11M0Y34K57 
(11%,0%,34%,57%)
(0.11/0.00/0.34/0.57)	

CMYK percentages

%10.91
%0
%33.64
%56.86

Codes

Color #626E49 in popluar color models

626E49
RGB9811073
HSL79°20.22%35.88%
HSB/HSV79°33.64%43.14%
CMYK10.91%0.00%33.64%
56.86%

Color #626E49 in popluar number systems.

HEX626E49
Decimal9811073
Binary110001011011101001001
Octal142156111

Shades and tints

Shades of #626E49

#626E49
(98,110,73)
#5A6443
(90,100,67)
#525A3D
(82,90,61)
#4A5037
(74,80,55)
#424631
(66,70,49)
#3A3C2B
(58,60,43)
#323225
(50,50,37)
#2A281F
(42,40,31)
#221E19
(34,30,25)
#1A1413
(26,20,19)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #626E49

#626E49
(98,110,73)
#707B59
(112,123,89)
#7E8869
(126,136,105)
#8C9579
(140,149,121)
#9AA289
(154,162,137)
#A8AF99
(168,175,153)
#B6BCA9
(182,188,169)
#C4C9B9
(196,201,185)
#D2D6C9
(210,214,201)
#E0E3D9
(224,227,217)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626E49 color. Also use rgb(98,110,73) instead hex code.

Text Font Color

.myTextColor { color: #626E49; }

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

This text font color is #626E49.


Background Color

.myBgColor { background-color: #626E49; }

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

This div background color is #626E49.


Border color

.myBorderColor { border: 1px solid #626E49; }

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

This div border color is #626E49.


Opacity

.myOpacity80 { color: #626E49; opacity: 0.8; }

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

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

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

This text has shadow with #626E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626E49 on black background.


Color preview on white background

This text has color #626E49 on white background.



Black color preview on #626E49 background

This text has black color on #626E49 background.


White color preview on #626E49 background

This text has white color on #626E49 background.