COLOR #625451

HEX: #625451
RGB: (98,84,81)

Color info

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

RGB color model

#625451 color RGB value is (98,84,81).

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

RGB channels and saturation

R 98 of 255 = 38%
G 84 of 255 = 33%
B 81 of 255 = 32%

98
84
81

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

Portions of RGB colors in percentages

R + G + B =
98 + 84 + 81 = 263 (100%)
R 98 of 263 ~ 37.26%
G 84 of 263 ~ 31.94%
B 81 of 263 ~ 30.8%

%37.26
%31.94
%30.8

CMYK color model

#625451 color CMYK value is (0,14,17,62).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 17.35%
  • key color value is 61.57%
CMYK:
(0,14,17,62)
C0M14Y17K62 
(0%,14%,17%,62%)
(0.00/0.14/0.17/0.62)	

CMYK percentages

%0
%14.29
%17.35
%61.57

Codes

Color #625451 in popluar color models

625451
RGB988481
HSL11°9.50%35.10%
HSB/HSV11°17.35%38.43%
CMYK0.00%14.29%17.35%
61.57%

Color #625451 in popluar number systems.

HEX625451
Decimal988481
Binary110001010101001010001
Octal142124121

Shades and tints

Shades of #625451

#625451
(98,84,81)
#5A4D4A
(90,77,74)
#524643
(82,70,67)
#4A3F3C
(74,63,60)
#423835
(66,56,53)
#3A312E
(58,49,46)
#322A27
(50,42,39)
#2A2320
(42,35,32)
#221C19
(34,28,25)
#1A1512
(26,21,18)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #625451

#625451
(98,84,81)
#706360
(112,99,96)
#7E726F
(126,114,111)
#8C817E
(140,129,126)
#9A908D
(154,144,141)
#A89F9C
(168,159,156)
#B6AEAB
(182,174,171)
#C4BDBA
(196,189,186)
#D2CCC9
(210,204,201)
#E0DBD8
(224,219,216)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625451; }

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

This text font color is #625451.


Background Color

.myBgColor { background-color: #625451; }

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

This div background color is #625451.


Border color

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

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

This div border color is #625451.


Opacity

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

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

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

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

This text has shadow with #625451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625451 on black background.


Color preview on white background

This text has color #625451 on white background.



Black color preview on #625451 background

This text has black color on #625451 background.


White color preview on #625451 background

This text has white color on #625451 background.