COLOR #625B4B

HEX: #625B4B
RGB: (98,91,75)

Color info

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

RGB color model

#625B4B color RGB value is (98,91,75).

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

RGB channels and saturation

R 98 of 255 = 38%
G 91 of 255 = 36%
B 75 of 255 = 29%

98
91
75

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

Portions of RGB colors in percentages

R + G + B =
98 + 91 + 75 = 264 (100%)
R 98 of 264 ~ 37.12%
G 91 of 264 ~ 34.47%
B 75 of 264 ~ 28.41%

%37.12
%34.47
%28.41

CMYK color model

#625B4B color CMYK value is (0,7,23,62).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 23.47%
  • key color value is 61.57%
CMYK:
(0,7,23,62)
C0M7Y23K62 
(0%,7%,23%,62%)
(0.00/0.07/0.23/0.62)	

CMYK percentages

%0
%7.14
%23.47
%61.57

Codes

Color #625B4B in popluar color models

625B4B
RGB989175
HSL42°13.29%33.92%
HSB/HSV42°23.47%38.43%
CMYK0.00%7.14%23.47%
61.57%

Color #625B4B in popluar number systems.

HEX625B4B
Decimal989175
Binary110001010110111001011
Octal142133113

Shades and tints

Shades of #625B4B

#625B4B
(98,91,75)
#5A5345
(90,83,69)
#524B3F
(82,75,63)
#4A4339
(74,67,57)
#423B33
(66,59,51)
#3A332D
(58,51,45)
#322B27
(50,43,39)
#2A2321
(42,35,33)
#221B1B
(34,27,27)
#1A1315
(26,19,21)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #625B4B

#625B4B
(98,91,75)
#70695B
(112,105,91)
#7E776B
(126,119,107)
#8C857B
(140,133,123)
#9A938B
(154,147,139)
#A8A19B
(168,161,155)
#B6AFAB
(182,175,171)
#C4BDBB
(196,189,187)
#D2CBCB
(210,203,203)
#E0D9DB
(224,217,219)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625B4B; }

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

This text font color is #625B4B.


Background Color

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

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

This div background color is #625B4B.


Border color

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

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

This div border color is #625B4B.


Opacity

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

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

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

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

This text has shadow with #625B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625B4B on black background.


Color preview on white background

This text has color #625B4B on white background.



Black color preview on #625B4B background

This text has black color on #625B4B background.


White color preview on #625B4B background

This text has white color on #625B4B background.