COLOR #625F4C

HEX: #625F4C
RGB: (98,95,76)

Color info

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

RGB color model

#625F4C color RGB value is (98,95,76).

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

RGB channels and saturation

R 98 of 255 = 38%
G 95 of 255 = 37%
B 76 of 255 = 30%

98
95
76

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

Portions of RGB colors in percentages

R + G + B =
98 + 95 + 76 = 269 (100%)
R 98 of 269 ~ 36.43%
G 95 of 269 ~ 35.32%
B 76 of 269 ~ 28.25%

%36.43
%35.32
%28.25

CMYK color model

#625F4C color CMYK value is (0,3,22,62).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 22.45%
  • key color value is 61.57%
CMYK:
(0,3,22,62)
C0M3Y22K62 
(0%,3%,22%,62%)
(0.00/0.03/0.22/0.62)	

CMYK percentages

%0
%3.06
%22.45
%61.57

Codes

Color #625F4C in popluar color models

625F4C
RGB989576
HSL52°12.64%34.12%
HSB/HSV52°22.45%38.43%
CMYK0.00%3.06%22.45%
61.57%

Color #625F4C in popluar number systems.

HEX625F4C
Decimal989576
Binary110001010111111001100
Octal142137114

Shades and tints

Shades of #625F4C

#625F4C
(98,95,76)
#5A5746
(90,87,70)
#524F40
(82,79,64)
#4A473A
(74,71,58)
#423F34
(66,63,52)
#3A372E
(58,55,46)
#322F28
(50,47,40)
#2A2722
(42,39,34)
#221F1C
(34,31,28)
#1A1716
(26,23,22)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #625F4C

#625F4C
(98,95,76)
#706D5C
(112,109,92)
#7E7B6C
(126,123,108)
#8C897C
(140,137,124)
#9A978C
(154,151,140)
#A8A59C
(168,165,156)
#B6B3AC
(182,179,172)
#C4C1BC
(196,193,188)
#D2CFCC
(210,207,204)
#E0DDDC
(224,221,220)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625F4C; }

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

This text font color is #625F4C.


Background Color

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

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

This div background color is #625F4C.


Border color

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

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

This div border color is #625F4C.


Opacity

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

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

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

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

This text has shadow with #625F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625F4C on black background.


Color preview on white background

This text has color #625F4C on white background.



Black color preview on #625F4C background

This text has black color on #625F4C background.


White color preview on #625F4C background

This text has white color on #625F4C background.