COLOR #62434D

HEX: #62434D
RGB: (98,67,77)

Color info

#62434D contains red, green and blue colors in about the same proportion. Web safe color of #62434D is #663333 (or #633).

RGB color model

#62434D color RGB value is (98,67,77).

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

RGB channels and saturation

R 98 of 255 = 38%
G 67 of 255 = 26%
B 77 of 255 = 30%

98
67
77

R + G + B ~ 31%. #62434D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 67 + 77 = 242 (100%)
R 98 of 242 ~ 40.5%
G 67 of 242 ~ 27.69%
B 77 of 242 ~ 31.82%

%40.5
%27.69
%31.82

CMYK color model

#62434D color CMYK value is (0,32,21,62).

  • cyan value is 0.00%
  • magenta value is 31.63%
  • yellow value is 21.43%
  • key color value is 61.57%
CMYK:
(0,32,21,62)
C0M32Y21K62 
(0%,32%,21%,62%)
(0.00/0.32/0.21/0.62)	

CMYK percentages

%0
%31.63
%21.43
%61.57

Codes

Color #62434D in popluar color models

62434D
RGB986777
HSL341°18.79%32.35%
HSB/HSV341°31.63%38.43%
CMYK0.00%31.63%21.43%
61.57%

Color #62434D in popluar number systems.

HEX62434D
Decimal986777
Binary110001010000111001101
Octal142103115

Shades and tints

Shades of #62434D

#62434D
(98,67,77)
#5A3D46
(90,61,70)
#52373F
(82,55,63)
#4A3138
(74,49,56)
#422B31
(66,43,49)
#3A252A
(58,37,42)
#321F23
(50,31,35)
#2A191C
(42,25,28)
#221315
(34,19,21)
#1A0D0E
(26,13,14)
#120707
(18,7,7)
#000000
(0,0,0)

Tints of #62434D

#62434D
(98,67,77)
#70545D
(112,84,93)
#7E656D
(126,101,109)
#8C767D
(140,118,125)
#9A878D
(154,135,141)
#A8989D
(168,152,157)
#B6A9AD
(182,169,173)
#C4BABD
(196,186,189)
#D2CBCD
(210,203,205)
#E0DCDD
(224,220,221)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62434D; }

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

This text font color is #62434D.


Background Color

.myBgColor { background-color: #62434D; }

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

This div background color is #62434D.


Border color

.myBorderColor { border: 1px solid #62434D; }

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

This div border color is #62434D.


Opacity

.myOpacity80 { color: #62434D; opacity: 0.8; }

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

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

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

This text has shadow with #62434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62434D on black background.


Color preview on white background

This text has color #62434D on white background.



Black color preview on #62434D background

This text has black color on #62434D background.


White color preview on #62434D background

This text has white color on #62434D background.