COLOR #625320

HEX: #625320
RGB: (98,83,32)

Color info

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

RGB color model

#625320 color RGB value is (98,83,32).

  • red value is 98;
  • green value is 83;
  • blue value is 32.
RGB:
(98,83,32)
(38%,33%,13%)

RGB channels and saturation

R 98 of 255 = 38%
G 83 of 255 = 33%
B 32 of 255 = 13%

98
83
32

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

Portions of RGB colors in percentages

R + G + B =
98 + 83 + 32 = 213 (100%)
R 98 of 213 ~ 46.01%
G 83 of 213 ~ 38.97%
B 32 of 213 ~ 15.02%

%46.01
%38.97
%15.02

CMYK color model

#625320 color CMYK value is (0,15,67,62).

  • cyan value is 0.00%
  • magenta value is 15.31%
  • yellow value is 67.35%
  • key color value is 61.57%
CMYK:
(0,15,67,62)
C0M15Y67K62 
(0%,15%,67%,62%)
(0.00/0.15/0.67/0.62)	

CMYK percentages

%0
%15.31
%67.35
%61.57

Codes

Color #625320 in popluar color models

625320
RGB988332
HSL46°50.77%25.49%
HSB/HSV46°67.35%38.43%
CMYK0.00%15.31%67.35%
61.57%

Color #625320 in popluar number systems.

HEX625320
Decimal988332
Binary11000101010011100000
Octal14212340

Shades and tints

Shades of #625320

#625320
(98,83,32)
#5A4C1E
(90,76,30)
#52451C
(82,69,28)
#4A3E1A
(74,62,26)
#423718
(66,55,24)
#3A3016
(58,48,22)
#322914
(50,41,20)
#2A2212
(42,34,18)
#221B10
(34,27,16)
#1A140E
(26,20,14)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #625320

#625320
(98,83,32)
#706234
(112,98,52)
#7E7148
(126,113,72)
#8C805C
(140,128,92)
#9A8F70
(154,143,112)
#A89E84
(168,158,132)
#B6AD98
(182,173,152)
#C4BCAC
(196,188,172)
#D2CBC0
(210,203,192)
#E0DAD4
(224,218,212)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625320 color. Also use rgb(98,83,32) instead hex code.

Text Font Color

.myTextColor { color: #625320; }

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

This text font color is #625320.


Background Color

.myBgColor { background-color: #625320; }

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

This div background color is #625320.


Border color

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

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

This div border color is #625320.


Opacity

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

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

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

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

This text has shadow with #625320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625320 on black background.


Color preview on white background

This text has color #625320 on white background.



Black color preview on #625320 background

This text has black color on #625320 background.


White color preview on #625320 background

This text has white color on #625320 background.