COLOR #626E4C

HEX: #626E4C
RGB: (98,110,76)

Color info

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

RGB color model

#626E4C color RGB value is (98,110,76).

  • red value is 98;
  • green value is 110;
  • blue value is 76.
RGB:
(98,110,76)
(38%,43%,30%)

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 76 of 255 = 30%

98
110
76

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

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 76 = 284 (100%)
R 98 of 284 ~ 34.51%
G 110 of 284 ~ 38.73%
B 76 of 284 ~ 26.76%

%34.51
%38.73
%26.76

CMYK color model

#626E4C color CMYK value is (11,0,31,57).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 56.86%
CMYK:
(11,0,31,57)
C11M0Y31K57 
(11%,0%,31%,57%)
(0.11/0.00/0.31/0.57)	

CMYK percentages

%10.91
%0
%30.91
%56.86

Codes

Color #626E4C in popluar color models

626E4C
RGB9811076
HSL81°18.28%36.47%
HSB/HSV81°30.91%43.14%
CMYK10.91%0.00%30.91%
56.86%

Color #626E4C in popluar number systems.

HEX626E4C
Decimal9811076
Binary110001011011101001100
Octal142156114

Shades and tints

Shades of #626E4C

#626E4C
(98,110,76)
#5A6446
(90,100,70)
#525A40
(82,90,64)
#4A503A
(74,80,58)
#424634
(66,70,52)
#3A3C2E
(58,60,46)
#323228
(50,50,40)
#2A2822
(42,40,34)
#221E1C
(34,30,28)
#1A1416
(26,20,22)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #626E4C

#626E4C
(98,110,76)
#707B5C
(112,123,92)
#7E886C
(126,136,108)
#8C957C
(140,149,124)
#9AA28C
(154,162,140)
#A8AF9C
(168,175,156)
#B6BCAC
(182,188,172)
#C4C9BC
(196,201,188)
#D2D6CC
(210,214,204)
#E0E3DC
(224,227,220)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626E4C color. Also use rgb(98,110,76) instead hex code.

Text Font Color

.myTextColor { color: #626E4C; }

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

This text font color is #626E4C.


Background Color

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

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

This div background color is #626E4C.


Border color

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

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

This div border color is #626E4C.


Opacity

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

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

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

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

This text has shadow with #626E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626E4C on black background.


Color preview on white background

This text has color #626E4C on white background.



Black color preview on #626E4C background

This text has black color on #626E4C background.


White color preview on #626E4C background

This text has white color on #626E4C background.