COLOR #626D4B

HEX: #626D4B RGB: (98,109,75)

Color info

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

RGB color model

#626D4B color RGB value is (98,109,75).

RGB: (98,109,75) (38%, 43%, 29%)

RGB channels and saturation

R 98 of 255 = 38%
G 109 of 255 = 43%
B 75 of 255 = 29%

98
109
75

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

Portions of RGB colors in percentages

R + G + B = 98 + 109 + 75 = 282 (100%)
R 98 of 282 ~ 34.75%
G 109 of 282 ~ 38.65%
B 75 of 282 ~ 26.6'%

%34.75
%38.65
%26.6

CMYK color model

#626D4B color CMYK value is (10,0,31,57).

  • cyan value is 10.09%
  • magenta value is 0.00%
  • yellow value is 31.19%
  • key color value is 57.25%
CMYK: (10,0,31,57) C10M0Y31K57 (10%,0%,31%,57%) (0.10/0.00/0.31/0.57) 

CMYK percentages

%10.09
%0
%31.19
%57.25

Codes

Color #626D4B in popluar color models

62 6D 4B
RGB 98 109 75
HSL 79° 18.48% 36.08%
HSB/HSV 79° 31.19% 42.75%
CMYK 10.09% 0.00% 31.19%
57.25%

Color #626D4B in popluar number systems.

HEX 62 6D 4B
Decimal 98 109 75
Binary 1100010 1101101 1001011
Octal 142 155 113

Shades and tints

Shades of #626D4B

#626D4B
(98,109,75)
#5A6445
(90,100,69)
#525B3F
(82,91,63)
#4A5239
(74,82,57)
#424933
(66,73,51)
#3A402D
(58,64,45)
#323727
(50,55,39)
#2A2E21
(42,46,33)
#22251B
(34,37,27)
#1A1C15
(26,28,21)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #626D4B

#626D4B
(98,109,75)
#707A5B
(112,122,91)
#7E876B
(126,135,107)
#8C947B
(140,148,123)
#9AA18B
(154,161,139)
#A8AE9B
(168,174,155)
#B6BBAB
(182,187,171)
#C4C8BB
(196,200,187)
#D2D5CB
(210,213,203)
#E0E2DB
(224,226,219)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626D4B; }

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

This text font color is #626D4B.

Background Color

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

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

This div background color is #626D4B.

Border color

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

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

This div border color is #626D4B.

Opacity

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

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

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

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

This text has shadow with #626D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626D4B.

Preview

Color preview on black background

This text has color #626D4B on black background.


Color preview on white background

This text has color #626D4B on white background.


Black color preview on #626D4B background

This text has black color on #626D4B background.


White color preview on #626D4B background

This text has white color on #626D4B background.


Related colors

Complementary color

Complementary color for #hex is #9D92B4.


I love getcolorcode.com

Triadic colors

1 #4B626D and #6D4B62 with #626D4B are triadic colors.

2 #4B6D62 and #6D624B with #626D4B are triadic colors.