COLOR #626340

HEX: #626340
RGB: (98,99,64)

Color info

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

RGB color model

#626340 color RGB value is (98,99,64).

  • red value is 98;
  • green value is 99;
  • blue value is 64.
RGB:
(98,99,64)
(38%,39%,25%)

RGB channels and saturation

R 98 of 255 = 38%
G 99 of 255 = 39%
B 64 of 255 = 25%

98
99
64

R + G + B ~ 34%. #626340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 99 + 64 = 261 (100%)
R 98 of 261 ~ 37.55%
G 99 of 261 ~ 37.93%
B 64 of 261 ~ 24.52%

%37.55
%37.93
%24.52

CMYK color model

#626340 color CMYK value is (1,0,35,61).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(1,0,35,61)
C1M0Y35K61 
(1%,0%,35%,61%)
(0.01/0.00/0.35/0.61)	

CMYK percentages

%1.01
%0
%35.35
%61.18

Codes

Color #626340 in popluar color models

626340
RGB989964
HSL62°21.47%31.96%
HSB/HSV62°35.35%38.82%
CMYK1.01%0.00%35.35%
61.18%

Color #626340 in popluar number systems.

HEX626340
Decimal989964
Binary110001011000111000000
Octal142143100

Shades and tints

Shades of #626340

#626340
(98,99,64)
#5A5A3B
(90,90,59)
#525136
(82,81,54)
#4A4831
(74,72,49)
#423F2C
(66,63,44)
#3A3627
(58,54,39)
#322D22
(50,45,34)
#2A241D
(42,36,29)
#221B18
(34,27,24)
#1A1213
(26,18,19)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #626340

#626340
(98,99,64)
#707151
(112,113,81)
#7E7F62
(126,127,98)
#8C8D73
(140,141,115)
#9A9B84
(154,155,132)
#A8A995
(168,169,149)
#B6B7A6
(182,183,166)
#C4C5B7
(196,197,183)
#D2D3C8
(210,211,200)
#E0E1D9
(224,225,217)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626340 color. Also use rgb(98,99,64) instead hex code.

Text Font Color

.myTextColor { color: #626340; }

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

This text font color is #626340.


Background Color

.myBgColor { background-color: #626340; }

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

This div background color is #626340.


Border color

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

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

This div border color is #626340.


Opacity

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

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

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

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

This text has shadow with #626340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626340 on black background.


Color preview on white background

This text has color #626340 on white background.



Black color preview on #626340 background

This text has black color on #626340 background.


White color preview on #626340 background

This text has white color on #626340 background.