COLOR #626349

HEX: #626349
RGB: (98,99,73)

Color info

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

RGB color model

#626349 color RGB value is (98,99,73).

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

RGB channels and saturation

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

98
99
73

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

Portions of RGB colors in percentages

R + G + B =
98 + 99 + 73 = 270 (100%)
R 98 of 270 ~ 36.3%
G 99 of 270 ~ 36.67%
B 73 of 270 ~ 27.04%

%36.3
%36.67
%27.04

CMYK color model

#626349 color CMYK value is (1,0,26,61).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 61.18%
CMYK:
(1,0,26,61)
C1M0Y26K61 
(1%,0%,26%,61%)
(0.01/0.00/0.26/0.61)	

CMYK percentages

%1.01
%0
%26.26
%61.18

Codes

Color #626349 in popluar color models

626349
RGB989973
HSL62°15.12%33.73%
HSB/HSV62°26.26%38.82%
CMYK1.01%0.00%26.26%
61.18%

Color #626349 in popluar number systems.

HEX626349
Decimal989973
Binary110001011000111001001
Octal142143111

Shades and tints

Shades of #626349

#626349
(98,99,73)
#5A5A43
(90,90,67)
#52513D
(82,81,61)
#4A4837
(74,72,55)
#423F31
(66,63,49)
#3A362B
(58,54,43)
#322D25
(50,45,37)
#2A241F
(42,36,31)
#221B19
(34,27,25)
#1A1213
(26,18,19)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #626349

#626349
(98,99,73)
#707159
(112,113,89)
#7E7F69
(126,127,105)
#8C8D79
(140,141,121)
#9A9B89
(154,155,137)
#A8A999
(168,169,153)
#B6B7A9
(182,183,169)
#C4C5B9
(196,197,185)
#D2D3C9
(210,211,201)
#E0E1D9
(224,225,217)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626349; }

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

This text font color is #626349.


Background Color

.myBgColor { background-color: #626349; }

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

This div background color is #626349.


Border color

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

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

This div border color is #626349.


Opacity

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

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

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

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

This text has shadow with #626349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626349 on black background.


Color preview on white background

This text has color #626349 on white background.



Black color preview on #626349 background

This text has black color on #626349 background.


White color preview on #626349 background

This text has white color on #626349 background.