COLOR #623A3F

HEX: #623A3F
RGB: (98,58,63)

Color info

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

RGB color model

#623A3F color RGB value is (98,58,63).

  • red value is 98;
  • green value is 58;
  • blue value is 63.
RGB:
(98,58,63)
(38%,23%,25%)

RGB channels and saturation

R 98 of 255 = 38%
G 58 of 255 = 23%
B 63 of 255 = 25%

98
58
63

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

Portions of RGB colors in percentages

R + G + B =
98 + 58 + 63 = 219 (100%)
R 98 of 219 ~ 44.75%
G 58 of 219 ~ 26.48%
B 63 of 219 ~ 28.77%

%44.75
%26.48
%28.77

CMYK color model

#623A3F color CMYK value is (0,41,36,62).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 35.71%
  • key color value is 61.57%
CMYK:
(0,41,36,62)
C0M41Y36K62 
(0%,41%,36%,62%)
(0.00/0.41/0.36/0.62)	

CMYK percentages

%0
%40.82
%35.71
%61.57

Codes

Color #623A3F in popluar color models

623A3F
RGB985863
HSL353°25.64%30.59%
HSB/HSV353°40.82%38.43%
CMYK0.00%40.82%35.71%
61.57%

Color #623A3F in popluar number systems.

HEX623A3F
Decimal985863
Binary1100010111010111111
Octal1427277

Shades and tints

Shades of #623A3F

#623A3F
(98,58,63)
#5A353A
(90,53,58)
#523035
(82,48,53)
#4A2B30
(74,43,48)
#42262B
(66,38,43)
#3A2126
(58,33,38)
#321C21
(50,28,33)
#2A171C
(42,23,28)
#221217
(34,18,23)
#1A0D12
(26,13,18)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #623A3F

#623A3F
(98,58,63)
#704B50
(112,75,80)
#7E5C61
(126,92,97)
#8C6D72
(140,109,114)
#9A7E83
(154,126,131)
#A88F94
(168,143,148)
#B6A0A5
(182,160,165)
#C4B1B6
(196,177,182)
#D2C2C7
(210,194,199)
#E0D3D8
(224,211,216)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623A3F color. Also use rgb(98,58,63) instead hex code.

Text Font Color

.myTextColor { color: #623A3F; }

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

This text font color is #623A3F.


Background Color

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

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

This div background color is #623A3F.


Border color

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

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

This div border color is #623A3F.


Opacity

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

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

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

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

This text has shadow with #623A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623A3F on black background.


Color preview on white background

This text has color #623A3F on white background.



Black color preview on #623A3F background

This text has black color on #623A3F background.


White color preview on #623A3F background

This text has white color on #623A3F background.