COLOR #626E41

HEX: #626E41
RGB: (98,110,65)

Color info

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

RGB color model

#626E41 color RGB value is (98,110,65).

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

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 65 of 255 = 25%

98
110
65

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

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 65 = 273 (100%)
R 98 of 273 ~ 35.9%
G 110 of 273 ~ 40.29%
B 65 of 273 ~ 23.81%

%35.9
%40.29
%23.81

CMYK color model

#626E41 color CMYK value is (11,0,41,57).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 56.86%
CMYK:
(11,0,41,57)
C11M0Y41K57 
(11%,0%,41%,57%)
(0.11/0.00/0.41/0.57)	

CMYK percentages

%10.91
%0
%40.91
%56.86

Codes

Color #626E41 in popluar color models

626E41
RGB9811065
HSL76°25.71%34.31%
HSB/HSV76°40.91%43.14%
CMYK10.91%0.00%40.91%
56.86%

Color #626E41 in popluar number systems.

HEX626E41
Decimal9811065
Binary110001011011101000001
Octal142156101

Shades and tints

Shades of #626E41

#626E41
(98,110,65)
#5A643C
(90,100,60)
#525A37
(82,90,55)
#4A5032
(74,80,50)
#42462D
(66,70,45)
#3A3C28
(58,60,40)
#323223
(50,50,35)
#2A281E
(42,40,30)
#221E19
(34,30,25)
#1A1414
(26,20,20)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #626E41

#626E41
(98,110,65)
#707B52
(112,123,82)
#7E8863
(126,136,99)
#8C9574
(140,149,116)
#9AA285
(154,162,133)
#A8AF96
(168,175,150)
#B6BCA7
(182,188,167)
#C4C9B8
(196,201,184)
#D2D6C9
(210,214,201)
#E0E3DA
(224,227,218)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626E41; }

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

This text font color is #626E41.


Background Color

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

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

This div background color is #626E41.


Border color

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

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

This div border color is #626E41.


Opacity

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

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

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

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

This text has shadow with #626E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626E41 on black background.


Color preview on white background

This text has color #626E41 on white background.



Black color preview on #626E41 background

This text has black color on #626E41 background.


White color preview on #626E41 background

This text has white color on #626E41 background.