COLOR #625A35

HEX: #625A35
RGB: (98,90,53)

Color info

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

RGB color model

#625A35 color RGB value is (98,90,53).

  • red value is 98;
  • green value is 90;
  • blue value is 53.
RGB:
(98,90,53)
(38%,35%,21%)

RGB channels and saturation

R 98 of 255 = 38%
G 90 of 255 = 35%
B 53 of 255 = 21%

98
90
53

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

Portions of RGB colors in percentages

R + G + B =
98 + 90 + 53 = 241 (100%)
R 98 of 241 ~ 40.66%
G 90 of 241 ~ 37.34%
B 53 of 241 ~ 21.99%

%40.66
%37.34
%21.99

CMYK color model

#625A35 color CMYK value is (0,8,46,62).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 45.92%
  • key color value is 61.57%
CMYK:
(0,8,46,62)
C0M8Y46K62 
(0%,8%,46%,62%)
(0.00/0.08/0.46/0.62)	

CMYK percentages

%0
%8.16
%45.92
%61.57

Codes

Color #625A35 in popluar color models

625A35
RGB989053
HSL49°29.80%29.61%
HSB/HSV49°45.92%38.43%
CMYK0.00%8.16%45.92%
61.57%

Color #625A35 in popluar number systems.

HEX625A35
Decimal989053
Binary11000101011010110101
Octal14213265

Shades and tints

Shades of #625A35

#625A35
(98,90,53)
#5A5231
(90,82,49)
#524A2D
(82,74,45)
#4A4229
(74,66,41)
#423A25
(66,58,37)
#3A3221
(58,50,33)
#322A1D
(50,42,29)
#2A2219
(42,34,25)
#221A15
(34,26,21)
#1A1211
(26,18,17)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #625A35

#625A35
(98,90,53)
#706947
(112,105,71)
#7E7859
(126,120,89)
#8C876B
(140,135,107)
#9A967D
(154,150,125)
#A8A58F
(168,165,143)
#B6B4A1
(182,180,161)
#C4C3B3
(196,195,179)
#D2D2C5
(210,210,197)
#E0E1D7
(224,225,215)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625A35 color. Also use rgb(98,90,53) instead hex code.

Text Font Color

.myTextColor { color: #625A35; }

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

This text font color is #625A35.


Background Color

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

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

This div background color is #625A35.


Border color

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

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

This div border color is #625A35.


Opacity

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

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

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

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

This text has shadow with #625A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625A35 on black background.


Color preview on white background

This text has color #625A35 on white background.



Black color preview on #625A35 background

This text has black color on #625A35 background.


White color preview on #625A35 background

This text has white color on #625A35 background.