COLOR #625459

HEX: #625459
RGB: (98,84,89)

Color info

#625459 contains red, green and blue colors in about the same proportion. Web safe color of #625459 is #666666 (or #666).

RGB color model

#625459 color RGB value is (98,84,89).

  • red value is 98;
  • green value is 84;
  • blue value is 89.
RGB:
(98,84,89)
(38%,33%,35%)

RGB channels and saturation

R 98 of 255 = 38%
G 84 of 255 = 33%
B 89 of 255 = 35%

98
84
89

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

Portions of RGB colors in percentages

R + G + B =
98 + 84 + 89 = 271 (100%)
R 98 of 271 ~ 36.16%
G 84 of 271 ~ 31%
B 89 of 271 ~ 32.84%

%36.16
%31
%32.84

CMYK color model

#625459 color CMYK value is (0,14,9,62).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 9.18%
  • key color value is 61.57%
CMYK:
(0,14,9,62)
C0M14Y9K62 
(0%,14%,9%,62%)
(0.00/0.14/0.09/0.62)	

CMYK percentages

%0
%14.29
%9.18
%61.57

Codes

Color #625459 in popluar color models

625459
RGB988489
HSL339°7.69%35.69%
HSB/HSV339°14.29%38.43%
CMYK0.00%14.29%9.18%
61.57%

Color #625459 in popluar number systems.

HEX625459
Decimal988489
Binary110001010101001011001
Octal142124131

Shades and tints

Shades of #625459

#625459
(98,84,89)
#5A4D51
(90,77,81)
#524649
(82,70,73)
#4A3F41
(74,63,65)
#423839
(66,56,57)
#3A3131
(58,49,49)
#322A29
(50,42,41)
#2A2321
(42,35,33)
#221C19
(34,28,25)
#1A1511
(26,21,17)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #625459

#625459
(98,84,89)
#706368
(112,99,104)
#7E7277
(126,114,119)
#8C8186
(140,129,134)
#9A9095
(154,144,149)
#A89FA4
(168,159,164)
#B6AEB3
(182,174,179)
#C4BDC2
(196,189,194)
#D2CCD1
(210,204,209)
#E0DBE0
(224,219,224)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625459 color. Also use rgb(98,84,89) instead hex code.

Text Font Color

.myTextColor { color: #625459; }

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

This text font color is #625459.


Background Color

.myBgColor { background-color: #625459; }

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

This div background color is #625459.


Border color

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

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

This div border color is #625459.


Opacity

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

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

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

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

This text has shadow with #625459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625459 on black background.


Color preview on white background

This text has color #625459 on white background.



Black color preview on #625459 background

This text has black color on #625459 background.


White color preview on #625459 background

This text has white color on #625459 background.