COLOR #625F2E

HEX: #625F2E
RGB: (98,95,46)

Color info

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

RGB color model

#625F2E color RGB value is (98,95,46).

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

RGB channels and saturation

R 98 of 255 = 38%
G 95 of 255 = 37%
B 46 of 255 = 18%

98
95
46

R + G + B ~ 31%. #625F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 95 + 46 = 239 (100%)
R 98 of 239 ~ 41%
G 95 of 239 ~ 39.75%
B 46 of 239 ~ 19.25%

%41
%39.75
%19.25

CMYK color model

#625F2E color CMYK value is (0,3,53,62).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 53.06%
  • key color value is 61.57%
CMYK: (0,3,53,62) C0M3Y53K62 (0%,3%,53%,62%) (0.00/0.03/0.53/0.62)

CMYK percentages

%0
%3.06
%53.06
%61.57

Codes

Color #625F2E in popluar color models

625F2E
RGB989546
HSL57°36.11%28.24%
HSB/HSV57°53.06%38.43%
CMYK0.00%3.06%53.06%
61.57%

Color #625F2E in popluar number systems.

HEX625F2E
Decimal989546
Binary11000101011111101110
Octal14213756

Shades and tints

Shades of #625F2E

#625F2E
(98,95,46)
#5A572A
(90,87,42)
#524F26
(82,79,38)
#4A4722
(74,71,34)
#423F1E
(66,63,30)
#3A371A
(58,55,26)
#322F16
(50,47,22)
#2A2712
(42,39,18)
#221F0E
(34,31,14)
#1A170A
(26,23,10)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #625F2E

#625F2E
(98,95,46)
#706D41
(112,109,65)
#7E7B54
(126,123,84)
#8C8967
(140,137,103)
#9A977A
(154,151,122)
#A8A58D
(168,165,141)
#B6B3A0
(182,179,160)
#C4C1B3
(196,193,179)
#D2CFC6
(210,207,198)
#E0DDD9
(224,221,217)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625F2E; }

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

This text font color is #625F2E.


Background Color

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

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

This div background color is #625F2E.


Border color

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

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

This div border color is #625F2E.


Opacity

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

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

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

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

This text has shadow with #625F2E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #625F2E on black background.


Color preview on white background

This text has color #625F2E on white background.



Black color preview on #625F2E background

This text has black color on #625F2E background.


White color preview on #625F2E background

This text has white color on #625F2E background.