COLOR #626741

HEX: #626741
RGB: (98,103,65)

Color info

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

RGB color model

#626741 color RGB value is (98,103,65).

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

RGB channels and saturation

R 98 of 255 = 38%
G 103 of 255 = 40%
B 65 of 255 = 25%

98
103
65

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

Portions of RGB colors in percentages

R + G + B =
98 + 103 + 65 = 266 (100%)
R 98 of 266 ~ 36.84%
G 103 of 266 ~ 38.72%
B 65 of 266 ~ 24.44%

%36.84
%38.72
%24.44

CMYK color model

#626741 color CMYK value is (5,0,37,60).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 59.61%
CMYK:
(5,0,37,60)
C5M0Y37K60 
(5%,0%,37%,60%)
(0.05/0.00/0.37/0.60)	

CMYK percentages

%4.85
%0
%36.89
%59.61

Codes

Color #626741 in popluar color models

626741
RGB9810365
HSL68°22.62%32.94%
HSB/HSV68°36.89%40.39%
CMYK4.85%0.00%36.89%
59.61%

Color #626741 in popluar number systems.

HEX626741
Decimal9810365
Binary110001011001111000001
Octal142147101

Shades and tints

Shades of #626741

#626741
(98,103,65)
#5A5E3C
(90,94,60)
#525537
(82,85,55)
#4A4C32
(74,76,50)
#42432D
(66,67,45)
#3A3A28
(58,58,40)
#323123
(50,49,35)
#2A281E
(42,40,30)
#221F19
(34,31,25)
#1A1614
(26,22,20)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #626741

#626741
(98,103,65)
#707452
(112,116,82)
#7E8163
(126,129,99)
#8C8E74
(140,142,116)
#9A9B85
(154,155,133)
#A8A896
(168,168,150)
#B6B5A7
(182,181,167)
#C4C2B8
(196,194,184)
#D2CFC9
(210,207,201)
#E0DCDA
(224,220,218)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626741; }

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

This text font color is #626741.


Background Color

.myBgColor { background-color: #626741; }

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

This div background color is #626741.


Border color

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

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

This div border color is #626741.


Opacity

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

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

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

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

This text has shadow with #626741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626741 on black background.


Color preview on white background

This text has color #626741 on white background.



Black color preview on #626741 background

This text has black color on #626741 background.


White color preview on #626741 background

This text has white color on #626741 background.