COLOR #625140

HEX: #625140
RGB: (98,81,64)

Color info

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

RGB color model

#625140 color RGB value is (98,81,64).

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

RGB channels and saturation

R 98 of 255 = 38%
G 81 of 255 = 32%
B 64 of 255 = 25%

98
81
64

R + G + B ~ 32%. #625140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 81 + 64 = 243 (100%)
R 98 of 243 ~ 40.33%
G 81 of 243 ~ 33.33%
B 64 of 243 ~ 26.34%

%40.33
%33.33
%26.34

CMYK color model

#625140 color CMYK value is (0,17,35,62).

  • cyan value is 0.00%
  • magenta value is 17.35%
  • yellow value is 34.69%
  • key color value is 61.57%
CMYK:
(0,17,35,62)
C0M17Y35K62 
(0%,17%,35%,62%)
(0.00/0.17/0.35/0.62)	

CMYK percentages

%0
%17.35
%34.69
%61.57

Codes

Color #625140 in popluar color models

625140
RGB988164
HSL30°20.99%31.76%
HSB/HSV30°34.69%38.43%
CMYK0.00%17.35%34.69%
61.57%

Color #625140 in popluar number systems.

HEX625140
Decimal988164
Binary110001010100011000000
Octal142121100

Shades and tints

Shades of #625140

#625140
(98,81,64)
#5A4A3B
(90,74,59)
#524336
(82,67,54)
#4A3C31
(74,60,49)
#42352C
(66,53,44)
#3A2E27
(58,46,39)
#322722
(50,39,34)
#2A201D
(42,32,29)
#221918
(34,25,24)
#1A1213
(26,18,19)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #625140

#625140
(98,81,64)
#706051
(112,96,81)
#7E6F62
(126,111,98)
#8C7E73
(140,126,115)
#9A8D84
(154,141,132)
#A89C95
(168,156,149)
#B6ABA6
(182,171,166)
#C4BAB7
(196,186,183)
#D2C9C8
(210,201,200)
#E0D8D9
(224,216,217)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625140; }

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

This text font color is #625140.


Background Color

.myBgColor { background-color: #625140; }

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

This div background color is #625140.


Border color

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

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

This div border color is #625140.


Opacity

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

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

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

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

This text has shadow with #625140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625140 on black background.


Color preview on white background

This text has color #625140 on white background.



Black color preview on #625140 background

This text has black color on #625140 background.


White color preview on #625140 background

This text has white color on #625140 background.