COLOR #625142

HEX: #625142
RGB: (98,81,66)

Color info

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

RGB color model

#625142 color RGB value is (98,81,66).

  • red value is 98;
  • green value is 81;
  • blue value is 66.
RGB:
(98,81,66)
(38%,32%,26%)

RGB channels and saturation

R 98 of 255 = 38%
G 81 of 255 = 32%
B 66 of 255 = 26%

98
81
66

R + G + B ~ 32%. #625142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 81 + 66 = 245 (100%)
R 98 of 245 ~ 40%
G 81 of 245 ~ 33.06%
B 66 of 245 ~ 26.94%

%40
%33.06
%26.94

CMYK color model

#625142 color CMYK value is (0,17,33,62).

  • cyan value is 0.00%
  • magenta value is 17.35%
  • yellow value is 32.65%
  • key color value is 61.57%
CMYK:
(0,17,33,62)
C0M17Y33K62 
(0%,17%,33%,62%)
(0.00/0.17/0.33/0.62)	

CMYK percentages

%0
%17.35
%32.65
%61.57

Codes

Color #625142 in popluar color models

625142
RGB988166
HSL28°19.51%32.16%
HSB/HSV28°32.65%38.43%
CMYK0.00%17.35%32.65%
61.57%

Color #625142 in popluar number systems.

HEX625142
Decimal988166
Binary110001010100011000010
Octal142121102

Shades and tints

Shades of #625142

#625142
(98,81,66)
#5A4A3C
(90,74,60)
#524336
(82,67,54)
#4A3C30
(74,60,48)
#42352A
(66,53,42)
#3A2E24
(58,46,36)
#32271E
(50,39,30)
#2A2018
(42,32,24)
#221912
(34,25,18)
#1A120C
(26,18,12)
#120B06
(18,11,6)
#000000
(0,0,0)

Tints of #625142

#625142
(98,81,66)
#706053
(112,96,83)
#7E6F64
(126,111,100)
#8C7E75
(140,126,117)
#9A8D86
(154,141,134)
#A89C97
(168,156,151)
#B6ABA8
(182,171,168)
#C4BAB9
(196,186,185)
#D2C9CA
(210,201,202)
#E0D8DB
(224,216,219)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625142 color. Also use rgb(98,81,66) instead hex code.

Text Font Color

.myTextColor { color: #625142; }

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

This text font color is #625142.


Background Color

.myBgColor { background-color: #625142; }

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

This div background color is #625142.


Border color

.myBorderColor { border: 1px solid #625142; }

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

This div border color is #625142.


Opacity

.myOpacity80 { color: #625142; opacity: 0.8; }

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

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

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

This text has shadow with #625142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625142 on black background.


Color preview on white background

This text has color #625142 on white background.



Black color preview on #625142 background

This text has black color on #625142 background.


White color preview on #625142 background

This text has white color on #625142 background.