COLOR #625430

HEX: #625430
RGB: (98,84,48)

Color info

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

RGB color model

#625430 color RGB value is (98,84,48).

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

RGB channels and saturation

R 98 of 255 = 38%
G 84 of 255 = 33%
B 48 of 255 = 19%

98
84
48

R + G + B ~ 30%. #625430 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 84 + 48 = 230 (100%)
R 98 of 230 ~ 42.61%
G 84 of 230 ~ 36.52%
B 48 of 230 ~ 20.87%

%42.61
%36.52
%20.87

CMYK color model

#625430 color CMYK value is (0,14,51,62).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 51.02%
  • key color value is 61.57%
CMYK:
(0,14,51,62)
C0M14Y51K62 
(0%,14%,51%,62%)
(0.00/0.14/0.51/0.62)	

CMYK percentages

%0
%14.29
%51.02
%61.57

Codes

Color #625430 in popluar color models

625430
RGB988448
HSL43°34.25%28.63%
HSB/HSV43°51.02%38.43%
CMYK0.00%14.29%51.02%
61.57%

Color #625430 in popluar number systems.

HEX625430
Decimal988448
Binary11000101010100110000
Octal14212460

Shades and tints

Shades of #625430

#625430
(98,84,48)
#5A4D2C
(90,77,44)
#524628
(82,70,40)
#4A3F24
(74,63,36)
#423820
(66,56,32)
#3A311C
(58,49,28)
#322A18
(50,42,24)
#2A2314
(42,35,20)
#221C10
(34,28,16)
#1A150C
(26,21,12)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #625430

#625430
(98,84,48)
#706342
(112,99,66)
#7E7254
(126,114,84)
#8C8166
(140,129,102)
#9A9078
(154,144,120)
#A89F8A
(168,159,138)
#B6AE9C
(182,174,156)
#C4BDAE
(196,189,174)
#D2CCC0
(210,204,192)
#E0DBD2
(224,219,210)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625430; }

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

This text font color is #625430.


Background Color

.myBgColor { background-color: #625430; }

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

This div background color is #625430.


Border color

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

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

This div border color is #625430.


Opacity

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

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

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

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

This text has shadow with #625430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625430 on black background.


Color preview on white background

This text has color #625430 on white background.



Black color preview on #625430 background

This text has black color on #625430 background.


White color preview on #625430 background

This text has white color on #625430 background.