COLOR #625343

HEX: #625343
RGB: (98,83,67)

Color info

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

RGB color model

#625343 color RGB value is (98,83,67).

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

RGB channels and saturation

R 98 of 255 = 38%
G 83 of 255 = 33%
B 67 of 255 = 26%

98
83
67

R + G + B ~ 32%. #625343 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 83 + 67 = 248 (100%)
R 98 of 248 ~ 39.52%
G 83 of 248 ~ 33.47%
B 67 of 248 ~ 27.02%

%39.52
%33.47
%27.02

CMYK color model

#625343 color CMYK value is (0,15,32,62).

  • cyan value is 0.00%
  • magenta value is 15.31%
  • yellow value is 31.63%
  • key color value is 61.57%
CMYK:
(0,15,32,62)
C0M15Y32K62 
(0%,15%,32%,62%)
(0.00/0.15/0.32/0.62)	

CMYK percentages

%0
%15.31
%31.63
%61.57

Codes

Color #625343 in popluar color models

625343
RGB988367
HSL31°18.79%32.35%
HSB/HSV31°31.63%38.43%
CMYK0.00%15.31%31.63%
61.57%

Color #625343 in popluar number systems.

HEX625343
Decimal988367
Binary110001010100111000011
Octal142123103

Shades and tints

Shades of #625343

#625343
(98,83,67)
#5A4C3D
(90,76,61)
#524537
(82,69,55)
#4A3E31
(74,62,49)
#42372B
(66,55,43)
#3A3025
(58,48,37)
#32291F
(50,41,31)
#2A2219
(42,34,25)
#221B13
(34,27,19)
#1A140D
(26,20,13)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #625343

#625343
(98,83,67)
#706254
(112,98,84)
#7E7165
(126,113,101)
#8C8076
(140,128,118)
#9A8F87
(154,143,135)
#A89E98
(168,158,152)
#B6ADA9
(182,173,169)
#C4BCBA
(196,188,186)
#D2CBCB
(210,203,203)
#E0DADC
(224,218,220)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625343; }

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

This text font color is #625343.


Background Color

.myBgColor { background-color: #625343; }

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

This div background color is #625343.


Border color

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

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

This div border color is #625343.


Opacity

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

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

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

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

This text has shadow with #625343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625343 on black background.


Color preview on white background

This text has color #625343 on white background.



Black color preview on #625343 background

This text has black color on #625343 background.


White color preview on #625343 background

This text has white color on #625343 background.