COLOR #62343B

HEX: #62343B
RGB: (98,52,59)

Color info

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

RGB color model

#62343B color RGB value is (98,52,59).

  • red value is 98;
  • green value is 52;
  • blue value is 59.
RGB:
(98,52,59)
(38%,20%,23%)

RGB channels and saturation

R 98 of 255 = 38%
G 52 of 255 = 20%
B 59 of 255 = 23%

98
52
59

R + G + B ~ 27%. #62343B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 52 + 59 = 209 (100%)
R 98 of 209 ~ 46.89%
G 52 of 209 ~ 24.88%
B 59 of 209 ~ 28.23%

%46.89
%24.88
%28.23

CMYK color model

#62343B color CMYK value is (0,47,40,62).

  • cyan value is 0.00%
  • magenta value is 46.94%
  • yellow value is 39.80%
  • key color value is 61.57%
CMYK:
(0,47,40,62)
C0M47Y40K62 
(0%,47%,40%,62%)
(0.00/0.47/0.40/0.62)	

CMYK percentages

%0
%46.94
%39.8
%61.57

Codes

Color #62343B in popluar color models

62343B
RGB985259
HSL351°30.67%29.41%
HSB/HSV351°46.94%38.43%
CMYK0.00%46.94%39.80%
61.57%

Color #62343B in popluar number systems.

HEX62343B
Decimal985259
Binary1100010110100111011
Octal1426473

Shades and tints

Shades of #62343B

#62343B
(98,52,59)
#5A3036
(90,48,54)
#522C31
(82,44,49)
#4A282C
(74,40,44)
#422427
(66,36,39)
#3A2022
(58,32,34)
#321C1D
(50,28,29)
#2A1818
(42,24,24)
#221413
(34,20,19)
#1A100E
(26,16,14)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #62343B

#62343B
(98,52,59)
#70464C
(112,70,76)
#7E585D
(126,88,93)
#8C6A6E
(140,106,110)
#9A7C7F
(154,124,127)
#A88E90
(168,142,144)
#B6A0A1
(182,160,161)
#C4B2B2
(196,178,178)
#D2C4C3
(210,196,195)
#E0D6D4
(224,214,212)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62343B color. Also use rgb(98,52,59) instead hex code.

Text Font Color

.myTextColor { color: #62343B; }

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

This text font color is #62343B.


Background Color

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

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

This div background color is #62343B.


Border color

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

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

This div border color is #62343B.


Opacity

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

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

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

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

This text has shadow with #62343B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62343B on black background.


Color preview on white background

This text has color #62343B on white background.



Black color preview on #62343B background

This text has black color on #62343B background.


White color preview on #62343B background

This text has white color on #62343B background.