COLOR #626D41

HEX: #626D41
RGB: (98,109,65)

Color info

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

RGB color model

#626D41 color RGB value is (98,109,65).

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

RGB channels and saturation

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

98
109
65

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

Portions of RGB colors in percentages

R + G + B =
98 + 109 + 65 = 272 (100%)
R 98 of 272 ~ 36.03%
G 109 of 272 ~ 40.07%
B 65 of 272 ~ 23.9%

%36.03
%40.07
%23.9

CMYK color model

#626D41 color CMYK value is (10,0,40,57).

  • cyan value is 10.09%
  • magenta value is 0.00%
  • yellow value is 40.37%
  • key color value is 57.25%
CMYK:
(10,0,40,57)
C10M0Y40K57 
(10%,0%,40%,57%)
(0.10/0.00/0.40/0.57)	

CMYK percentages

%10.09
%0
%40.37
%57.25

Codes

Color #626D41 in popluar color models

626D41
RGB9810965
HSL75°25.29%34.12%
HSB/HSV75°40.37%42.75%
CMYK10.09%0.00%40.37%
57.25%

Color #626D41 in popluar number systems.

HEX626D41
Decimal9810965
Binary110001011011011000001
Octal142155101

Shades and tints

Shades of #626D41

#626D41
(98,109,65)
#5A643C
(90,100,60)
#525B37
(82,91,55)
#4A5232
(74,82,50)
#42492D
(66,73,45)
#3A4028
(58,64,40)
#323723
(50,55,35)
#2A2E1E
(42,46,30)
#222519
(34,37,25)
#1A1C14
(26,28,20)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #626D41

#626D41
(98,109,65)
#707A52
(112,122,82)
#7E8763
(126,135,99)
#8C9474
(140,148,116)
#9AA185
(154,161,133)
#A8AE96
(168,174,150)
#B6BBA7
(182,187,167)
#C4C8B8
(196,200,184)
#D2D5C9
(210,213,201)
#E0E2DA
(224,226,218)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626D41; }

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

This text font color is #626D41.


Background Color

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

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

This div background color is #626D41.


Border color

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

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

This div border color is #626D41.


Opacity

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

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

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

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

This text has shadow with #626D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626D41 on black background.


Color preview on white background

This text has color #626D41 on white background.



Black color preview on #626D41 background

This text has black color on #626D41 background.


White color preview on #626D41 background

This text has white color on #626D41 background.