COLOR #625353

HEX: #625353
RGB: (98,83,83)

Color info

#625353 contains red, green and blue colors in about the same proportion. Web safe color of #625353 is #666666 (or #666).

RGB color model

#625353 color RGB value is (98,83,83).

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

RGB channels and saturation

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

98
83
83

R + G + B ~ 35%. #625353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 83 + 83 = 264 (100%)
R 98 of 264 ~ 37.12%
G 83 of 264 ~ 31.44%
B 83 of 264 ~ 31.44%

%37.12
%31.44
%31.44

CMYK color model

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

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

CMYK percentages

%0
%15.31
%15.31
%61.57

Codes

Color #625353 in popluar color models

625353
RGB988383
HSL8.29%35.49%
HSB/HSV15.31%38.43%
CMYK0.00%15.31%15.31%
61.57%

Color #625353 in popluar number systems.

HEX625353
Decimal988383
Binary110001010100111010011
Octal142123123

Shades and tints

Shades of #625353

#625353
(98,83,83)
#5A4C4C
(90,76,76)
#524545
(82,69,69)
#4A3E3E
(74,62,62)
#423737
(66,55,55)
#3A3030
(58,48,48)
#322929
(50,41,41)
#2A2222
(42,34,34)
#221B1B
(34,27,27)
#1A1414
(26,20,20)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #625353

#625353
(98,83,83)
#706262
(112,98,98)
#7E7171
(126,113,113)
#8C8080
(140,128,128)
#9A8F8F
(154,143,143)
#A89E9E
(168,158,158)
#B6ADAD
(182,173,173)
#C4BCBC
(196,188,188)
#D2CBCB
(210,203,203)
#E0DADA
(224,218,218)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #625353; }

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

This text font color is #625353.


Background Color

.myBgColor { background-color: #625353; }

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

This div background color is #625353.


Border color

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

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

This div border color is #625353.


Opacity

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

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

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

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

This text has shadow with #625353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625353 on black background.


Color preview on white background

This text has color #625353 on white background.



Black color preview on #625353 background

This text has black color on #625353 background.


White color preview on #625353 background

This text has white color on #625353 background.