COLOR #623B42

HEX: #623B42
RGB: (98,59,66)

Color info

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

RGB color model

#623B42 color RGB value is (98,59,66).

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

RGB channels and saturation

R 98 of 255 = 38%
G 59 of 255 = 23%
B 66 of 255 = 26%

98
59
66

R + G + B ~ 29%. #623B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 59 + 66 = 223 (100%)
R 98 of 223 ~ 43.95%
G 59 of 223 ~ 26.46%
B 66 of 223 ~ 29.6%

%43.95
%26.46
%29.6

CMYK color model

#623B42 color CMYK value is (0,40,33,62).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 32.65%
  • key color value is 61.57%
CMYK:
(0,40,33,62)
C0M40Y33K62 
(0%,40%,33%,62%)
(0.00/0.40/0.33/0.62)	

CMYK percentages

%0
%39.8
%32.65
%61.57

Codes

Color #623B42 in popluar color models

623B42
RGB985966
HSL349°24.84%30.78%
HSB/HSV349°39.80%38.43%
CMYK0.00%39.80%32.65%
61.57%

Color #623B42 in popluar number systems.

HEX623B42
Decimal985966
Binary11000101110111000010
Octal14273102

Shades and tints

Shades of #623B42

#623B42
(98,59,66)
#5A363C
(90,54,60)
#523136
(82,49,54)
#4A2C30
(74,44,48)
#42272A
(66,39,42)
#3A2224
(58,34,36)
#321D1E
(50,29,30)
#2A1818
(42,24,24)
#221312
(34,19,18)
#1A0E0C
(26,14,12)
#120906
(18,9,6)
#000000
(0,0,0)

Tints of #623B42

#623B42
(98,59,66)
#704C53
(112,76,83)
#7E5D64
(126,93,100)
#8C6E75
(140,110,117)
#9A7F86
(154,127,134)
#A89097
(168,144,151)
#B6A1A8
(182,161,168)
#C4B2B9
(196,178,185)
#D2C3CA
(210,195,202)
#E0D4DB
(224,212,219)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623B42 color. Also use rgb(98,59,66) instead hex code.

Text Font Color

.myTextColor { color: #623B42; }

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

This text font color is #623B42.


Background Color

.myBgColor { background-color: #623B42; }

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

This div background color is #623B42.


Border color

.myBorderColor { border: 1px solid #623B42; }

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

This div border color is #623B42.


Opacity

.myOpacity80 { color: #623B42; opacity: 0.8; }

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

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

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

This text has shadow with #623B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623B42 on black background.


Color preview on white background

This text has color #623B42 on white background.



Black color preview on #623B42 background

This text has black color on #623B42 background.


White color preview on #623B42 background

This text has white color on #623B42 background.