COLOR #625523

HEX: #625523
RGB: (98,85,35)

Color info

#625523 contains mainly red and green colors. Web safe color of #625523 is #666633 (or #663).

RGB color model

#625523 color RGB value is (98,85,35).

  • red value is 98;
  • green value is 85;
  • blue value is 35.
RGB:
(98,85,35)
(38%,33%,14%)

RGB channels and saturation

R 98 of 255 = 38%
G 85 of 255 = 33%
B 35 of 255 = 14%

98
85
35

R + G + B ~ 28%. #625523 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 85 + 35 = 218 (100%)
R 98 of 218 ~ 44.95%
G 85 of 218 ~ 38.99%
B 35 of 218 ~ 16.06%

%44.95
%38.99
%16.06

CMYK color model

#625523 color CMYK value is (0,13,64,62).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 64.29%
  • key color value is 61.57%
CMYK:
(0,13,64,62)
C0M13Y64K62 
(0%,13%,64%,62%)
(0.00/0.13/0.64/0.62)	

CMYK percentages

%0
%13.27
%64.29
%61.57

Codes

Color #625523 in popluar color models

625523
RGB988535
HSL48°47.37%26.08%
HSB/HSV48°64.29%38.43%
CMYK0.00%13.27%64.29%
61.57%

Color #625523 in popluar number systems.

HEX625523
Decimal988535
Binary11000101010101100011
Octal14212543

Shades and tints

Shades of #625523

#625523
(98,85,35)
#5A4E20
(90,78,32)
#52471D
(82,71,29)
#4A401A
(74,64,26)
#423917
(66,57,23)
#3A3214
(58,50,20)
#322B11
(50,43,17)
#2A240E
(42,36,14)
#221D0B
(34,29,11)
#1A1608
(26,22,8)
#120F05
(18,15,5)
#000000
(0,0,0)

Tints of #625523

#625523
(98,85,35)
#706437
(112,100,55)
#7E734B
(126,115,75)
#8C825F
(140,130,95)
#9A9173
(154,145,115)
#A8A087
(168,160,135)
#B6AF9B
(182,175,155)
#C4BEAF
(196,190,175)
#D2CDC3
(210,205,195)
#E0DCD7
(224,220,215)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625523 color. Also use rgb(98,85,35) instead hex code.

Text Font Color

.myTextColor { color: #625523; }

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

This text font color is #625523.


Background Color

.myBgColor { background-color: #625523; }

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

This div background color is #625523.


Border color

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

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

This div border color is #625523.


Opacity

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

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

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

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

This text has shadow with #625523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625523 on black background.


Color preview on white background

This text has color #625523 on white background.



Black color preview on #625523 background

This text has black color on #625523 background.


White color preview on #625523 background

This text has white color on #625523 background.