COLOR #626258

HEX: #626258
RGB: (98,98,88)

Color info

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

RGB color model

#626258 color RGB value is (98,98,88).

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

RGB channels and saturation

R 98 of 255 = 38%
G 98 of 255 = 38%
B 88 of 255 = 35%

98
98
88

R + G + B ~ 37%. #626258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 98 + 88 = 284 (100%)
R 98 of 284 ~ 34.51%
G 98 of 284 ~ 34.51%
B 88 of 284 ~ 30.99%

%34.51
%34.51
%30.99

CMYK color model

#626258 color CMYK value is (0,0,10,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK:
(0,0,10,62)
C0M0Y10K62 
(0%,0%,10%,62%)
(0.00/0.00/0.10/0.62)	

CMYK percentages

%0
%0
%10.2
%61.57

Codes

Color #626258 in popluar color models

626258
RGB989888
HSL60°5.38%36.47%
HSB/HSV60°10.20%38.43%
CMYK0.00%0.00%10.20%
61.57%

Color #626258 in popluar number systems.

HEX626258
Decimal989888
Binary110001011000101011000
Octal142142130

Shades and tints

Shades of #626258

#626258
(98,98,88)
#5A5A50
(90,90,80)
#525248
(82,82,72)
#4A4A40
(74,74,64)
#424238
(66,66,56)
#3A3A30
(58,58,48)
#323228
(50,50,40)
#2A2A20
(42,42,32)
#222218
(34,34,24)
#1A1A10
(26,26,16)
#121208
(18,18,8)
#000000
(0,0,0)

Tints of #626258

#626258
(98,98,88)
#707067
(112,112,103)
#7E7E76
(126,126,118)
#8C8C85
(140,140,133)
#9A9A94
(154,154,148)
#A8A8A3
(168,168,163)
#B6B6B2
(182,182,178)
#C4C4C1
(196,196,193)
#D2D2D0
(210,210,208)
#E0E0DF
(224,224,223)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626258; }

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

This text font color is #626258.


Background Color

.myBgColor { background-color: #626258; }

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

This div background color is #626258.


Border color

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

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

This div border color is #626258.


Opacity

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

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

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

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

This text has shadow with #626258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626258 on black background.


Color preview on white background

This text has color #626258 on white background.



Black color preview on #626258 background

This text has black color on #626258 background.


White color preview on #626258 background

This text has white color on #626258 background.