COLOR #62484B

HEX: #62484B
RGB: (98,72,75)

Color info

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

RGB color model

#62484B color RGB value is (98,72,75).

  • red value is 98;
  • green value is 72;
  • blue value is 75.
RGB:
(98,72,75)
(38%,28%,29%)

RGB channels and saturation

R 98 of 255 = 38%
G 72 of 255 = 28%
B 75 of 255 = 29%

98
72
75

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

Portions of RGB colors in percentages

R + G + B =
98 + 72 + 75 = 245 (100%)
R 98 of 245 ~ 40%
G 72 of 245 ~ 29.39%
B 75 of 245 ~ 30.61%

%40
%29.39
%30.61

CMYK color model

#62484B color CMYK value is (0,27,23,62).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 23.47%
  • key color value is 61.57%
CMYK:
(0,27,23,62)
C0M27Y23K62 
(0%,27%,23%,62%)
(0.00/0.27/0.23/0.62)	

CMYK percentages

%0
%26.53
%23.47
%61.57

Codes

Color #62484B in popluar color models

62484B
RGB987275
HSL353°15.29%33.33%
HSB/HSV353°26.53%38.43%
CMYK0.00%26.53%23.47%
61.57%

Color #62484B in popluar number systems.

HEX62484B
Decimal987275
Binary110001010010001001011
Octal142110113

Shades and tints

Shades of #62484B

#62484B
(98,72,75)
#5A4245
(90,66,69)
#523C3F
(82,60,63)
#4A3639
(74,54,57)
#423033
(66,48,51)
#3A2A2D
(58,42,45)
#322427
(50,36,39)
#2A1E21
(42,30,33)
#22181B
(34,24,27)
#1A1215
(26,18,21)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #62484B

#62484B
(98,72,75)
#70585B
(112,88,91)
#7E686B
(126,104,107)
#8C787B
(140,120,123)
#9A888B
(154,136,139)
#A8989B
(168,152,155)
#B6A8AB
(182,168,171)
#C4B8BB
(196,184,187)
#D2C8CB
(210,200,203)
#E0D8DB
(224,216,219)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62484B color. Also use rgb(98,72,75) instead hex code.

Text Font Color

.myTextColor { color: #62484B; }

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

This text font color is #62484B.


Background Color

.myBgColor { background-color: #62484B; }

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

This div background color is #62484B.


Border color

.myBorderColor { border: 1px solid #62484B; }

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

This div border color is #62484B.


Opacity

.myOpacity80 { color: #62484B; opacity: 0.8; }

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

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

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

This text has shadow with #62484B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62484B on black background.


Color preview on white background

This text has color #62484B on white background.



Black color preview on #62484B background

This text has black color on #62484B background.


White color preview on #62484B background

This text has white color on #62484B background.