COLOR #625D49

HEX: #625D49
RGB: (98,93,73)

Color info

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

RGB color model

#625D49 color RGB value is (98,93,73).

  • red value is 98;
  • green value is 93;
  • blue value is 73.
RGB:
(98,93,73)
(38%,36%,29%)

RGB channels and saturation

R 98 of 255 = 38%
G 93 of 255 = 36%
B 73 of 255 = 29%

98
93
73

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

Portions of RGB colors in percentages

R + G + B =
98 + 93 + 73 = 264 (100%)
R 98 of 264 ~ 37.12%
G 93 of 264 ~ 35.23%
B 73 of 264 ~ 27.65%

%37.12
%35.23
%27.65

CMYK color model

#625D49 color CMYK value is (0,5,26,62).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 25.51%
  • key color value is 61.57%
CMYK:
(0,5,26,62)
C0M5Y26K62 
(0%,5%,26%,62%)
(0.00/0.05/0.26/0.62)	

CMYK percentages

%0
%5.1
%25.51
%61.57

Codes

Color #625D49 in popluar color models

625D49
RGB989373
HSL48°14.62%33.53%
HSB/HSV48°25.51%38.43%
CMYK0.00%5.10%25.51%
61.57%

Color #625D49 in popluar number systems.

HEX625D49
Decimal989373
Binary110001010111011001001
Octal142135111

Shades and tints

Shades of #625D49

#625D49
(98,93,73)
#5A5543
(90,85,67)
#524D3D
(82,77,61)
#4A4537
(74,69,55)
#423D31
(66,61,49)
#3A352B
(58,53,43)
#322D25
(50,45,37)
#2A251F
(42,37,31)
#221D19
(34,29,25)
#1A1513
(26,21,19)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #625D49

#625D49
(98,93,73)
#706B59
(112,107,89)
#7E7969
(126,121,105)
#8C8779
(140,135,121)
#9A9589
(154,149,137)
#A8A399
(168,163,153)
#B6B1A9
(182,177,169)
#C4BFB9
(196,191,185)
#D2CDC9
(210,205,201)
#E0DBD9
(224,219,217)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625D49 color. Also use rgb(98,93,73) instead hex code.

Text Font Color

.myTextColor { color: #625D49; }

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

This text font color is #625D49.


Background Color

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

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

This div background color is #625D49.


Border color

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

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

This div border color is #625D49.


Opacity

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

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

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

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

This text has shadow with #625D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625D49 on black background.


Color preview on white background

This text has color #625D49 on white background.



Black color preview on #625D49 background

This text has black color on #625D49 background.


White color preview on #625D49 background

This text has white color on #625D49 background.