COLOR #626D4D

HEX: #626D4D
RGB: (98,109,77)

Color info

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

RGB color model

#626D4D color RGB value is (98,109,77).

  • red value is 98;
  • green value is 109;
  • blue value is 77.
RGB:
(98,109,77)
(38%,43%,30%)

RGB channels and saturation

R 98 of 255 = 38%
G 109 of 255 = 43%
B 77 of 255 = 30%

98
109
77

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

Portions of RGB colors in percentages

R + G + B =
98 + 109 + 77 = 284 (100%)
R 98 of 284 ~ 34.51%
G 109 of 284 ~ 38.38%
B 77 of 284 ~ 27.11%

%34.51
%38.38
%27.11

CMYK color model

#626D4D color CMYK value is (10,0,29,57).

  • cyan value is 10.09%
  • magenta value is 0.00%
  • yellow value is 29.36%
  • key color value is 57.25%
CMYK:
(10,0,29,57)
C10M0Y29K57 
(10%,0%,29%,57%)
(0.10/0.00/0.29/0.57)	

CMYK percentages

%10.09
%0
%29.36
%57.25

Codes

Color #626D4D in popluar color models

626D4D
RGB9810977
HSL81°17.20%36.47%
HSB/HSV81°29.36%42.75%
CMYK10.09%0.00%29.36%
57.25%

Color #626D4D in popluar number systems.

HEX626D4D
Decimal9810977
Binary110001011011011001101
Octal142155115

Shades and tints

Shades of #626D4D

#626D4D
(98,109,77)
#5A6446
(90,100,70)
#525B3F
(82,91,63)
#4A5238
(74,82,56)
#424931
(66,73,49)
#3A402A
(58,64,42)
#323723
(50,55,35)
#2A2E1C
(42,46,28)
#222515
(34,37,21)
#1A1C0E
(26,28,14)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #626D4D

#626D4D
(98,109,77)
#707A5D
(112,122,93)
#7E876D
(126,135,109)
#8C947D
(140,148,125)
#9AA18D
(154,161,141)
#A8AE9D
(168,174,157)
#B6BBAD
(182,187,173)
#C4C8BD
(196,200,189)
#D2D5CD
(210,213,205)
#E0E2DD
(224,226,221)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626D4D color. Also use rgb(98,109,77) instead hex code.

Text Font Color

.myTextColor { color: #626D4D; }

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

This text font color is #626D4D.


Background Color

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

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

This div background color is #626D4D.


Border color

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

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

This div border color is #626D4D.


Opacity

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

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

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

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

This text has shadow with #626D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626D4D on black background.


Color preview on white background

This text has color #626D4D on white background.



Black color preview on #626D4D background

This text has black color on #626D4D background.


White color preview on #626D4D background

This text has white color on #626D4D background.