COLOR #626C48

HEX: #626C48
RGB: (98,108,72)

Color info

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

RGB color model

#626C48 color RGB value is (98,108,72).

  • red value is 98;
  • green value is 108;
  • blue value is 72.
RGB:
(98,108,72)
(38%,42%,28%)

RGB channels and saturation

R 98 of 255 = 38%
G 108 of 255 = 42%
B 72 of 255 = 28%

98
108
72

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

Portions of RGB colors in percentages

R + G + B =
98 + 108 + 72 = 278 (100%)
R 98 of 278 ~ 35.25%
G 108 of 278 ~ 38.85%
B 72 of 278 ~ 25.9%

%35.25
%38.85
%25.9

CMYK color model

#626C48 color CMYK value is (9,0,33,58).

  • cyan value is 9.26%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 57.65%
CMYK:
(9,0,33,58)
C9M0Y33K58 
(9%,0%,33%,58%)
(0.09/0.00/0.33/0.58)	

CMYK percentages

%9.26
%0
%33.33
%57.65

Codes

Color #626C48 in popluar color models

626C48
RGB9810872
HSL77°20.00%35.29%
HSB/HSV77°33.33%42.35%
CMYK9.26%0.00%33.33%
57.65%

Color #626C48 in popluar number systems.

HEX626C48
Decimal9810872
Binary110001011011001001000
Octal142154110

Shades and tints

Shades of #626C48

#626C48
(98,108,72)
#5A6342
(90,99,66)
#525A3C
(82,90,60)
#4A5136
(74,81,54)
#424830
(66,72,48)
#3A3F2A
(58,63,42)
#323624
(50,54,36)
#2A2D1E
(42,45,30)
#222418
(34,36,24)
#1A1B12
(26,27,18)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #626C48

#626C48
(98,108,72)
#707958
(112,121,88)
#7E8668
(126,134,104)
#8C9378
(140,147,120)
#9AA088
(154,160,136)
#A8AD98
(168,173,152)
#B6BAA8
(182,186,168)
#C4C7B8
(196,199,184)
#D2D4C8
(210,212,200)
#E0E1D8
(224,225,216)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626C48; }

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

This text font color is #626C48.


Background Color

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

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

This div background color is #626C48.


Border color

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

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

This div border color is #626C48.


Opacity

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

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

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

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

This text has shadow with #626C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626C48 on black background.


Color preview on white background

This text has color #626C48 on white background.



Black color preview on #626C48 background

This text has black color on #626C48 background.


White color preview on #626C48 background

This text has white color on #626C48 background.