COLOR #625E30

HEX: #625E30
RGB: (98,94,48)

Color info

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

RGB color model

#625E30 color RGB value is (98,94,48).

  • red value is 98;
  • green value is 94;
  • blue value is 48.
RGB:
(98,94,48)
(38%,37%,19%)

RGB channels and saturation

R 98 of 255 = 38%
G 94 of 255 = 37%
B 48 of 255 = 19%

98
94
48

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

Portions of RGB colors in percentages

R + G + B =
98 + 94 + 48 = 240 (100%)
R 98 of 240 ~ 40.83%
G 94 of 240 ~ 39.17%
B 48 of 240 ~ 20%

%40.83
%39.17
%20

CMYK color model

#625E30 color CMYK value is (0,4,51,62).

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 51.02%
  • key color value is 61.57%
CMYK:
(0,4,51,62)
C0M4Y51K62 
(0%,4%,51%,62%)
(0.00/0.04/0.51/0.62)	

CMYK percentages

%0
%4.08
%51.02
%61.57

Codes

Color #625E30 in popluar color models

625E30
RGB989448
HSL55°34.25%28.63%
HSB/HSV55°51.02%38.43%
CMYK0.00%4.08%51.02%
61.57%

Color #625E30 in popluar number systems.

HEX625E30
Decimal989448
Binary11000101011110110000
Octal14213660

Shades and tints

Shades of #625E30

#625E30
(98,94,48)
#5A562C
(90,86,44)
#524E28
(82,78,40)
#4A4624
(74,70,36)
#423E20
(66,62,32)
#3A361C
(58,54,28)
#322E18
(50,46,24)
#2A2614
(42,38,20)
#221E10
(34,30,16)
#1A160C
(26,22,12)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #625E30

#625E30
(98,94,48)
#706C42
(112,108,66)
#7E7A54
(126,122,84)
#8C8866
(140,136,102)
#9A9678
(154,150,120)
#A8A48A
(168,164,138)
#B6B29C
(182,178,156)
#C4C0AE
(196,192,174)
#D2CEC0
(210,206,192)
#E0DCD2
(224,220,210)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625E30 color. Also use rgb(98,94,48) instead hex code.

Text Font Color

.myTextColor { color: #625E30; }

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

This text font color is #625E30.


Background Color

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

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

This div background color is #625E30.


Border color

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

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

This div border color is #625E30.


Opacity

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

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

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

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

This text has shadow with #625E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625E30 on black background.


Color preview on white background

This text has color #625E30 on white background.



Black color preview on #625E30 background

This text has black color on #625E30 background.


White color preview on #625E30 background

This text has white color on #625E30 background.