COLOR #626E3E

HEX: #626E3E
RGB: (98,110,62)

Color info

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

RGB color model

#626E3E color RGB value is (98,110,62).

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

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 62 of 255 = 24%

98
110
62

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

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 62 = 270 (100%)
R 98 of 270 ~ 36.3%
G 110 of 270 ~ 40.74%
B 62 of 270 ~ 22.96%

%36.3
%40.74
%22.96

CMYK color model

#626E3E color CMYK value is (11,0,44,57).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 56.86%
CMYK:
(11,0,44,57)
C11M0Y44K57 
(11%,0%,44%,57%)
(0.11/0.00/0.44/0.57)	

CMYK percentages

%10.91
%0
%43.64
%56.86

Codes

Color #626E3E in popluar color models

626E3E
RGB9811062
HSL75°27.91%33.73%
HSB/HSV75°43.64%43.14%
CMYK10.91%0.00%43.64%
56.86%

Color #626E3E in popluar number systems.

HEX626E3E
Decimal9811062
Binary11000101101110111110
Octal14215676

Shades and tints

Shades of #626E3E

#626E3E
(98,110,62)
#5A6439
(90,100,57)
#525A34
(82,90,52)
#4A502F
(74,80,47)
#42462A
(66,70,42)
#3A3C25
(58,60,37)
#323220
(50,50,32)
#2A281B
(42,40,27)
#221E16
(34,30,22)
#1A1411
(26,20,17)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #626E3E

#626E3E
(98,110,62)
#707B4F
(112,123,79)
#7E8860
(126,136,96)
#8C9571
(140,149,113)
#9AA282
(154,162,130)
#A8AF93
(168,175,147)
#B6BCA4
(182,188,164)
#C4C9B5
(196,201,181)
#D2D6C6
(210,214,198)
#E0E3D7
(224,227,215)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626E3E; }

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

This text font color is #626E3E.


Background Color

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

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

This div background color is #626E3E.


Border color

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

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

This div border color is #626E3E.


Opacity

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

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

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

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

This text has shadow with #626E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626E3E on black background.


Color preview on white background

This text has color #626E3E on white background.



Black color preview on #626E3E background

This text has black color on #626E3E background.


White color preview on #626E3E background

This text has white color on #626E3E background.