COLOR #625261

HEX: #625261
RGB: (98,82,97)

Color info

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

RGB color model

#625261 color RGB value is (98,82,97).

  • red value is 98;
  • green value is 82;
  • blue value is 97.
RGB:
(98,82,97)
(38%,32%,38%)

RGB channels and saturation

R 98 of 255 = 38%
G 82 of 255 = 32%
B 97 of 255 = 38%

98
82
97

R + G + B ~ 36%. #625261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 82 + 97 = 277 (100%)
R 98 of 277 ~ 35.38%
G 82 of 277 ~ 29.6%
B 97 of 277 ~ 35.02%

%35.38
%29.6
%35.02

CMYK color model

#625261 color CMYK value is (0,16,1,62).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 1.02%
  • key color value is 61.57%
CMYK:
(0,16,1,62)
C0M16Y1K62 
(0%,16%,1%,62%)
(0.00/0.16/0.01/0.62)	

CMYK percentages

%0
%16.33
%1.02
%61.57

Codes

Color #625261 in popluar color models

625261
RGB988297
HSL304°8.89%35.29%
HSB/HSV304°16.33%38.43%
CMYK0.00%16.33%1.02%
61.57%

Color #625261 in popluar number systems.

HEX625261
Decimal988297
Binary110001010100101100001
Octal142122141

Shades and tints

Shades of #625261

#625261
(98,82,97)
#5A4B59
(90,75,89)
#524451
(82,68,81)
#4A3D49
(74,61,73)
#423641
(66,54,65)
#3A2F39
(58,47,57)
#322831
(50,40,49)
#2A2129
(42,33,41)
#221A21
(34,26,33)
#1A1319
(26,19,25)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #625261

#625261
(98,82,97)
#70616F
(112,97,111)
#7E707D
(126,112,125)
#8C7F8B
(140,127,139)
#9A8E99
(154,142,153)
#A89DA7
(168,157,167)
#B6ACB5
(182,172,181)
#C4BBC3
(196,187,195)
#D2CAD1
(210,202,209)
#E0D9DF
(224,217,223)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625261 color. Also use rgb(98,82,97) instead hex code.

Text Font Color

.myTextColor { color: #625261; }

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

This text font color is #625261.


Background Color

.myBgColor { background-color: #625261; }

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

This div background color is #625261.


Border color

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

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

This div border color is #625261.


Opacity

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

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

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

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

This text has shadow with #625261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625261 on black background.


Color preview on white background

This text has color #625261 on white background.



Black color preview on #625261 background

This text has black color on #625261 background.


White color preview on #625261 background

This text has white color on #625261 background.