COLOR #625E4C

HEX: #625E4C
RGB: (98,94,76)

Color info

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

RGB color model

#625E4C color RGB value is (98,94,76).

  • red value is 98;
  • green value is 94;
  • blue value is 76.
RGB:
(98,94,76)
(38%,37%,30%)

RGB channels and saturation

R 98 of 255 = 38%
G 94 of 255 = 37%
B 76 of 255 = 30%

98
94
76

R + G + B ~ 35%. #625E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 94 + 76 = 268 (100%)
R 98 of 268 ~ 36.57%
G 94 of 268 ~ 35.07%
B 76 of 268 ~ 28.36%

%36.57
%35.07
%28.36

CMYK color model

#625E4C color CMYK value is (0,4,22,62).

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 22.45%
  • key color value is 61.57%
CMYK:
(0,4,22,62)
C0M4Y22K62 
(0%,4%,22%,62%)
(0.00/0.04/0.22/0.62)	

CMYK percentages

%0
%4.08
%22.45
%61.57

Codes

Color #625E4C in popluar color models

625E4C
RGB989476
HSL49°12.64%34.12%
HSB/HSV49°22.45%38.43%
CMYK0.00%4.08%22.45%
61.57%

Color #625E4C in popluar number systems.

HEX625E4C
Decimal989476
Binary110001010111101001100
Octal142136114

Shades and tints

Shades of #625E4C

#625E4C
(98,94,76)
#5A5646
(90,86,70)
#524E40
(82,78,64)
#4A463A
(74,70,58)
#423E34
(66,62,52)
#3A362E
(58,54,46)
#322E28
(50,46,40)
#2A2622
(42,38,34)
#221E1C
(34,30,28)
#1A1616
(26,22,22)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #625E4C

#625E4C
(98,94,76)
#706C5C
(112,108,92)
#7E7A6C
(126,122,108)
#8C887C
(140,136,124)
#9A968C
(154,150,140)
#A8A49C
(168,164,156)
#B6B2AC
(182,178,172)
#C4C0BC
(196,192,188)
#D2CECC
(210,206,204)
#E0DCDC
(224,220,220)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625E4C color. Also use rgb(98,94,76) instead hex code.

Text Font Color

.myTextColor { color: #625E4C; }

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

This text font color is #625E4C.


Background Color

.myBgColor { background-color: #625E4C; }

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

This div background color is #625E4C.


Border color

.myBorderColor { border: 1px solid #625E4C; }

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

This div border color is #625E4C.


Opacity

.myOpacity80 { color: #625E4C; opacity: 0.8; }

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

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

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

This text has shadow with #625E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625E4C on black background.


Color preview on white background

This text has color #625E4C on white background.



Black color preview on #625E4C background

This text has black color on #625E4C background.


White color preview on #625E4C background

This text has white color on #625E4C background.