COLOR #626249

HEX: #626249
RGB: (98,98,73)

Color info

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

RGB color model

#626249 color RGB value is (98,98,73).

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

RGB channels and saturation

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

98
98
73

R + G + B ~ 35%. #626249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 98 + 73 = 269 (100%)
R 98 of 269 ~ 36.43%
G 98 of 269 ~ 36.43%
B 73 of 269 ~ 27.14%

%36.43
%36.43
%27.14

CMYK color model

#626249 color CMYK value is (0,0,26,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 61.57%
CMYK:
(0,0,26,62)
C0M0Y26K62 
(0%,0%,26%,62%)
(0.00/0.00/0.26/0.62)	

CMYK percentages

%0
%0
%25.51
%61.57

Codes

Color #626249 in popluar color models

626249
RGB989873
HSL60°14.62%33.53%
HSB/HSV60°25.51%38.43%
CMYK0.00%0.00%25.51%
61.57%

Color #626249 in popluar number systems.

HEX626249
Decimal989873
Binary110001011000101001001
Octal142142111

Shades and tints

Shades of #626249

#626249
(98,98,73)
#5A5A43
(90,90,67)
#52523D
(82,82,61)
#4A4A37
(74,74,55)
#424231
(66,66,49)
#3A3A2B
(58,58,43)
#323225
(50,50,37)
#2A2A1F
(42,42,31)
#222219
(34,34,25)
#1A1A13
(26,26,19)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #626249

#626249
(98,98,73)
#707059
(112,112,89)
#7E7E69
(126,126,105)
#8C8C79
(140,140,121)
#9A9A89
(154,154,137)
#A8A899
(168,168,153)
#B6B6A9
(182,182,169)
#C4C4B9
(196,196,185)
#D2D2C9
(210,210,201)
#E0E0D9
(224,224,217)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626249; }

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

This text font color is #626249.


Background Color

.myBgColor { background-color: #626249; }

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

This div background color is #626249.


Border color

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

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

This div border color is #626249.


Opacity

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

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

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

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

This text has shadow with #626249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626249 on black background.


Color preview on white background

This text has color #626249 on white background.



Black color preview on #626249 background

This text has black color on #626249 background.


White color preview on #626249 background

This text has white color on #626249 background.