COLOR #626746

HEX: #626746
RGB: (98,103,70)

Color info

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

RGB color model

#626746 color RGB value is (98,103,70).

  • red value is 98;
  • green value is 103;
  • blue value is 70.
RGB:
(98,103,70)
(38%,40%,27%)

RGB channels and saturation

R 98 of 255 = 38%
G 103 of 255 = 40%
B 70 of 255 = 27%

98
103
70

R + G + B ~ 35%. #626746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 103 + 70 = 271 (100%)
R 98 of 271 ~ 36.16%
G 103 of 271 ~ 38.01%
B 70 of 271 ~ 25.83%

%36.16
%38.01
%25.83

CMYK color model

#626746 color CMYK value is (5,0,32,60).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 32.04%
  • key color value is 59.61%
CMYK:
(5,0,32,60)
C5M0Y32K60 
(5%,0%,32%,60%)
(0.05/0.00/0.32/0.60)	

CMYK percentages

%4.85
%0
%32.04
%59.61

Codes

Color #626746 in popluar color models

626746
RGB9810370
HSL69°19.08%33.92%
HSB/HSV69°32.04%40.39%
CMYK4.85%0.00%32.04%
59.61%

Color #626746 in popluar number systems.

HEX626746
Decimal9810370
Binary110001011001111000110
Octal142147106

Shades and tints

Shades of #626746

#626746
(98,103,70)
#5A5E40
(90,94,64)
#52553A
(82,85,58)
#4A4C34
(74,76,52)
#42432E
(66,67,46)
#3A3A28
(58,58,40)
#323122
(50,49,34)
#2A281C
(42,40,28)
#221F16
(34,31,22)
#1A1610
(26,22,16)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #626746

#626746
(98,103,70)
#707456
(112,116,86)
#7E8166
(126,129,102)
#8C8E76
(140,142,118)
#9A9B86
(154,155,134)
#A8A896
(168,168,150)
#B6B5A6
(182,181,166)
#C4C2B6
(196,194,182)
#D2CFC6
(210,207,198)
#E0DCD6
(224,220,214)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626746 color. Also use rgb(98,103,70) instead hex code.

Text Font Color

.myTextColor { color: #626746; }

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

This text font color is #626746.


Background Color

.myBgColor { background-color: #626746; }

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

This div background color is #626746.


Border color

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

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

This div border color is #626746.


Opacity

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

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

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

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

This text has shadow with #626746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626746 on black background.


Color preview on white background

This text has color #626746 on white background.



Black color preview on #626746 background

This text has black color on #626746 background.


White color preview on #626746 background

This text has white color on #626746 background.