COLOR #626C4A

HEX: #626C4A RGB: (98,108,74)

Color info

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

RGB color model

#626C4A color RGB value is (98,108,74).

RGB: (98,108,74) (38%, 42%, 29%)

RGB channels and saturation

R 98 of 255 = 38%
G 108 of 255 = 42%
B 74 of 255 = 29%

98
108
74

R + G + B ~ 36%. #626C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 98 + 108 + 74 = 280 (100%)
R 98 of 280 ~ 35%
G 108 of 280 ~ 38.57%
B 74 of 280 ~ 26.43'%

%35
%38.57
%26.43

CMYK color model

#626C4A color CMYK value is (9,0,31,58).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 31.48%
  • key color value is 57.65%
CMYK: (9,0,31,58) C9M0Y31K58 (9%,0%,31%,58%) (0.09/0.00/0.31/0.58) 

CMYK percentages

%9.26
%0
%31.48
%57.65

Codes

Color #626C4A in popluar color models

62 6C 4A
RGB 98 108 74
HSL 78° 18.68% 35.69%
HSB/HSV 78° 31.48% 42.35%
CMYK 9.26% 0.00% 31.48%
57.65%

Color #626C4A in popluar number systems.

HEX 62 6C 4A
Decimal 98 108 74
Binary 1100010 1101100 1001010
Octal 142 154 112

Shades and tints

Shades of #626C4A

#626C4A
(98,108,74)
#5A6344
(90,99,68)
#525A3E
(82,90,62)
#4A5138
(74,81,56)
#424832
(66,72,50)
#3A3F2C
(58,63,44)
#323626
(50,54,38)
#2A2D20
(42,45,32)
#22241A
(34,36,26)
#1A1B14
(26,27,20)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #626C4A

#626C4A
(98,108,74)
#70795A
(112,121,90)
#7E866A
(126,134,106)
#8C937A
(140,147,122)
#9AA08A
(154,160,138)
#A8AD9A
(168,173,154)
#B6BAAA
(182,186,170)
#C4C7BA
(196,199,186)
#D2D4CA
(210,212,202)
#E0E1DA
(224,225,218)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626C4A color. Also use rgb(98,108,74) instead hex code.

Text Font Color

.myTextColor { color: #626C4A; }

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

This text font color is #626C4A.

Background Color

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

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

This div background color is #626C4A.

Border color

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

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

This div border color is #626C4A.

Opacity

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

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

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

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

This text has shadow with #626C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626C4A.

Preview

Color preview on black background

This text has color #626C4A on black background.


Color preview on white background

This text has color #626C4A on white background.


Black color preview on #626C4A background

This text has black color on #626C4A background.


White color preview on #626C4A background

This text has white color on #626C4A background.


Related colors

Complementary color

Complementary color for #hex is #9D93B5.


I love getcolorcode.com

Triadic colors

1 #4A626C and #6C4A62 with #626C4A are triadic colors.

2 #4A6C62 and #6C624A with #626C4A are triadic colors.