COLOR #626653

HEX: #626653 RGB: (98,102,83)

Color info

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

RGB color model

#626653 color RGB value is (98,102,83).

RGB: (98,102,83) (38%, 40%, 33%)

RGB channels and saturation

R 98 of 255 = 38%
G 102 of 255 = 40%
B 83 of 255 = 33%

98
102
83

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

Portions of RGB colors in percentages

R + G + B = 98 + 102 + 83 = 283 (100%)
R 98 of 283 ~ 34.63%
G 102 of 283 ~ 36.04%
B 83 of 283 ~ 29.33'%

%34.63
%36.04
%29.33

CMYK color model

#626653 color CMYK value is (4,0,19,60).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 60.00%

CMYK: (4,0,19,60)
C4M0Y19K60 (4%, 0%, 19%, 60%)
(0.04 / 0.00 / 0.19 / 0.60)

CMYK percentages

%3.92
%0
%18.63
%60

Codes

Color #626653 in popluar color models

62 66 53
RGB 98 102 83
HSL 73° 10.27% 36.27%
HSB/HSV 73° 18.63% 40.00%
CMYK 3.92% 0.00% 18.63%
60.00%

Color #626653 in popluar number systems.

HEX 62 66 53
Decimal 98 102 83
Binary 1100010 1100110 1010011
Octal 142 146 123

Shades and tints

Shades of #626653

#626653
(98,102,83)
#5A5D4C
(90,93,76)
#525445
(82,84,69)
#4A4B3E
(74,75,62)
#424237
(66,66,55)
#3A3930
(58,57,48)
#323029
(50,48,41)
#2A2722
(42,39,34)
#221E1B
(34,30,27)
#1A1514
(26,21,20)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #626653

#626653
(98,102,83)
#707362
(112,115,98)
#7E8071
(126,128,113)
#8C8D80
(140,141,128)
#9A9A8F
(154,154,143)
#A8A79E
(168,167,158)
#B6B4AD
(182,180,173)
#C4C1BC
(196,193,188)
#D2CECB
(210,206,203)
#E0DBDA
(224,219,218)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626653; }

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

This text font color is #626653.

Background Color

.myBgColor { background-color: #626653; }

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

This div background color is #626653.

Border color

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

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

This div border color is #626653.

Opacity

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

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

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

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

This text has shadow with #626653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626653.

Preview

Color preview on black background

This text has color #626653 on black background.


Color preview on white background

This text has color #626653 on white background.


Black color preview on #626653 background

This text has black color on #626653 background.


White color preview on #626653 background

This text has white color on #626653 background.


Related colors

Complementary color

Complementary color for #hex is #9D99AC.


I love getcolorcode.com

Triadic colors

1 #536266 and #665362 with #626653 are triadic colors.

2 #536662 and #666253 with #626653 are triadic colors.