COLOR #626A53

HEX: #626A53
RGB: (98,106,83)

Color info

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

RGB color model

#626A53 color RGB value is (98,106,83).

  • red value is 98;
  • green value is 106;
  • blue value is 83.
RGB:
(98,106,83)
(38%,42%,33%)

RGB channels and saturation

R 98 of 255 = 38%
G 106 of 255 = 42%
B 83 of 255 = 33%

98
106
83

R + G + B ~ 38%. #626A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 106 + 83 = 287 (100%)
R 98 of 287 ~ 34.15%
G 106 of 287 ~ 36.93%
B 83 of 287 ~ 28.92%

%34.15
%36.93
%28.92

CMYK color model

#626A53 color CMYK value is (8,0,22,58).

  • cyan value is 7.55%
  • magenta value is 0.00%
  • yellow value is 21.70%
  • key color value is 58.43%
CMYK:
(8,0,22,58)
C8M0Y22K58 
(8%,0%,22%,58%)
(0.08/0.00/0.22/0.58)	

CMYK percentages

%7.55
%0
%21.7
%58.43

Codes

Color #626A53 in popluar color models

626A53
RGB9810683
HSL81°12.17%37.06%
HSB/HSV81°21.70%41.57%
CMYK7.55%0.00%21.70%
58.43%

Color #626A53 in popluar number systems.

HEX626A53
Decimal9810683
Binary110001011010101010011
Octal142152123

Shades and tints

Shades of #626A53

#626A53
(98,106,83)
#5A614C
(90,97,76)
#525845
(82,88,69)
#4A4F3E
(74,79,62)
#424637
(66,70,55)
#3A3D30
(58,61,48)
#323429
(50,52,41)
#2A2B22
(42,43,34)
#22221B
(34,34,27)
#1A1914
(26,25,20)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #626A53

#626A53
(98,106,83)
#707762
(112,119,98)
#7E8471
(126,132,113)
#8C9180
(140,145,128)
#9A9E8F
(154,158,143)
#A8AB9E
(168,171,158)
#B6B8AD
(182,184,173)
#C4C5BC
(196,197,188)
#D2D2CB
(210,210,203)
#E0DFDA
(224,223,218)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626A53 color. Also use rgb(98,106,83) instead hex code.

Text Font Color

.myTextColor { color: #626A53; }

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

This text font color is #626A53.


Background Color

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

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

This div background color is #626A53.


Border color

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

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

This div border color is #626A53.


Opacity

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

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

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

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

This text has shadow with #626A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626A53 on black background.


Color preview on white background

This text has color #626A53 on white background.



Black color preview on #626A53 background

This text has black color on #626A53 background.


White color preview on #626A53 background

This text has white color on #626A53 background.