COLOR #626B52

HEX: #626B52
RGB: (98,107,82)

Color info

#626B52 contains red, green and blue colors in about the same proportion. Web safe color of #626B52 is #666666 (or #666).

RGB color model

#626B52 color RGB value is (98,107,82).

  • red value is 98;
  • green value is 107;
  • blue value is 82.
RGB:
(98,107,82)
(38%,42%,32%)

RGB channels and saturation

R 98 of 255 = 38%
G 107 of 255 = 42%
B 82 of 255 = 32%

98
107
82

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

Portions of RGB colors in percentages

R + G + B =
98 + 107 + 82 = 287 (100%)
R 98 of 287 ~ 34.15%
G 107 of 287 ~ 37.28%
B 82 of 287 ~ 28.57%

%34.15
%37.28
%28.57

CMYK color model

#626B52 color CMYK value is (8,0,23,58).

  • cyan value is 8.41%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 58.04%
CMYK:
(8,0,23,58)
C8M0Y23K58 
(8%,0%,23%,58%)
(0.08/0.00/0.23/0.58)	

CMYK percentages

%8.41
%0
%23.36
%58.04

Codes

Color #626B52 in popluar color models

626B52
RGB9810782
HSL82°13.23%37.06%
HSB/HSV82°23.36%41.96%
CMYK8.41%0.00%23.36%
58.04%

Color #626B52 in popluar number systems.

HEX626B52
Decimal9810782
Binary110001011010111010010
Octal142153122

Shades and tints

Shades of #626B52

#626B52
(98,107,82)
#5A624B
(90,98,75)
#525944
(82,89,68)
#4A503D
(74,80,61)
#424736
(66,71,54)
#3A3E2F
(58,62,47)
#323528
(50,53,40)
#2A2C21
(42,44,33)
#22231A
(34,35,26)
#1A1A13
(26,26,19)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #626B52

#626B52
(98,107,82)
#707861
(112,120,97)
#7E8570
(126,133,112)
#8C927F
(140,146,127)
#9A9F8E
(154,159,142)
#A8AC9D
(168,172,157)
#B6B9AC
(182,185,172)
#C4C6BB
(196,198,187)
#D2D3CA
(210,211,202)
#E0E0D9
(224,224,217)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626B52 color. Also use rgb(98,107,82) instead hex code.

Text Font Color

.myTextColor { color: #626B52; }

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

This text font color is #626B52.


Background Color

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

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

This div background color is #626B52.


Border color

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

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

This div border color is #626B52.


Opacity

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

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

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

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

This text has shadow with #626B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626B52 on black background.


Color preview on white background

This text has color #626B52 on white background.



Black color preview on #626B52 background

This text has black color on #626B52 background.


White color preview on #626B52 background

This text has white color on #626B52 background.