COLOR #625D3F

HEX: #625D3F
RGB: (98,93,63)

Color info

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

RGB color model

#625D3F color RGB value is (98,93,63).

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

RGB channels and saturation

R 98 of 255 = 38%
G 93 of 255 = 36%
B 63 of 255 = 25%

98
93
63

R + G + B ~ 33%. #625D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 93 + 63 = 254 (100%)
R 98 of 254 ~ 38.58%
G 93 of 254 ~ 36.61%
B 63 of 254 ~ 24.8%

%38.58
%36.61
%24.8

CMYK color model

#625D3F color CMYK value is (0,5,36,62).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 35.71%
  • key color value is 61.57%
CMYK:
(0,5,36,62)
C0M5Y36K62 
(0%,5%,36%,62%)
(0.00/0.05/0.36/0.62)	

CMYK percentages

%0
%5.1
%35.71
%61.57

Codes

Color #625D3F in popluar color models

625D3F
RGB989363
HSL51°21.74%31.57%
HSB/HSV51°35.71%38.43%
CMYK0.00%5.10%35.71%
61.57%

Color #625D3F in popluar number systems.

HEX625D3F
Decimal989363
Binary11000101011101111111
Octal14213577

Shades and tints

Shades of #625D3F

#625D3F
(98,93,63)
#5A553A
(90,85,58)
#524D35
(82,77,53)
#4A4530
(74,69,48)
#423D2B
(66,61,43)
#3A3526
(58,53,38)
#322D21
(50,45,33)
#2A251C
(42,37,28)
#221D17
(34,29,23)
#1A1512
(26,21,18)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #625D3F

#625D3F
(98,93,63)
#706B50
(112,107,80)
#7E7961
(126,121,97)
#8C8772
(140,135,114)
#9A9583
(154,149,131)
#A8A394
(168,163,148)
#B6B1A5
(182,177,165)
#C4BFB6
(196,191,182)
#D2CDC7
(210,205,199)
#E0DBD8
(224,219,216)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625D3F; }

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

This text font color is #625D3F.


Background Color

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

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

This div background color is #625D3F.


Border color

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

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

This div border color is #625D3F.


Opacity

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

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

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

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

This text has shadow with #625D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625D3F on black background.


Color preview on white background

This text has color #625D3F on white background.



Black color preview on #625D3F background

This text has black color on #625D3F background.


White color preview on #625D3F background

This text has white color on #625D3F background.