COLOR #625B4C

HEX: #625B4C
RGB: (98,91,76)

Color info

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

RGB color model

#625B4C color RGB value is (98,91,76).

  • red value is 98;
  • green value is 91;
  • blue value is 76.
RGB:
(98,91,76)
(38%,36%,30%)

RGB channels and saturation

R 98 of 255 = 38%
G 91 of 255 = 36%
B 76 of 255 = 30%

98
91
76

R + G + B ~ 35%. #625B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 91 + 76 = 265 (100%)
R 98 of 265 ~ 36.98%
G 91 of 265 ~ 34.34%
B 76 of 265 ~ 28.68%

%36.98
%34.34
%28.68

CMYK color model

#625B4C color CMYK value is (0,7,22,62).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 22.45%
  • key color value is 61.57%
CMYK:
(0,7,22,62)
C0M7Y22K62 
(0%,7%,22%,62%)
(0.00/0.07/0.22/0.62)	

CMYK percentages

%0
%7.14
%22.45
%61.57

Codes

Color #625B4C in popluar color models

625B4C
RGB989176
HSL41°12.64%34.12%
HSB/HSV41°22.45%38.43%
CMYK0.00%7.14%22.45%
61.57%

Color #625B4C in popluar number systems.

HEX625B4C
Decimal989176
Binary110001010110111001100
Octal142133114

Shades and tints

Shades of #625B4C

#625B4C
(98,91,76)
#5A5346
(90,83,70)
#524B40
(82,75,64)
#4A433A
(74,67,58)
#423B34
(66,59,52)
#3A332E
(58,51,46)
#322B28
(50,43,40)
#2A2322
(42,35,34)
#221B1C
(34,27,28)
#1A1316
(26,19,22)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #625B4C

#625B4C
(98,91,76)
#70695C
(112,105,92)
#7E776C
(126,119,108)
#8C857C
(140,133,124)
#9A938C
(154,147,140)
#A8A19C
(168,161,156)
#B6AFAC
(182,175,172)
#C4BDBC
(196,189,188)
#D2CBCC
(210,203,204)
#E0D9DC
(224,217,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625B4C color. Also use rgb(98,91,76) instead hex code.

Text Font Color

.myTextColor { color: #625B4C; }

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

This text font color is #625B4C.


Background Color

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

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

This div background color is #625B4C.


Border color

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

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

This div border color is #625B4C.


Opacity

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

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

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

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

This text has shadow with #625B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625B4C on black background.


Color preview on white background

This text has color #625B4C on white background.



Black color preview on #625B4C background

This text has black color on #625B4C background.


White color preview on #625B4C background

This text has white color on #625B4C background.