COLOR #623C40

HEX: #623C40 RGB: (98,60,64)

Color info

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

RGB color model

#623C40 color RGB value is (98,60,64).

RGB: (98,60,64) (38%, 24%, 25%)

RGB channels and saturation

R 98 of 255 = 38%
G 60 of 255 = 24%
B 64 of 255 = 25%

98
60
64

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

Portions of RGB colors in percentages

R + G + B = 98 + 60 + 64 = 222 (100%)
R 98 of 222 ~ 44.14%
G 60 of 222 ~ 27.03%
B 64 of 222 ~ 28.83'%

%44.14
%27.03
%28.83

CMYK color model

#623C40 color CMYK value is (0,39,35,62).

  • cyan value is 0.00%
  • magenta value is 38.78%
  • yellow value is 34.69%
  • key color value is 61.57%
CMYK: (0,39,35,62) C0M39Y35K62 (0%,39%,35%,62%) (0.00/0.39/0.35/0.62) 

CMYK percentages

%0
%38.78
%34.69
%61.57

Codes

Color #623C40 in popluar color models

62 3C 40
RGB 98 60 64
HSL 354° 24.05% 30.98%
HSB/HSV 354° 38.78% 38.43%
CMYK 0.00% 38.78% 34.69%
61.57%

Color #623C40 in popluar number systems.

HEX 62 3C 40
Decimal 98 60 64
Binary 1100010 111100 1000000
Octal 142 74 100

Shades and tints

Shades of #623C40

#623C40
(98,60,64)
#5A373B
(90,55,59)
#523236
(82,50,54)
#4A2D31
(74,45,49)
#42282C
(66,40,44)
#3A2327
(58,35,39)
#321E22
(50,30,34)
#2A191D
(42,25,29)
#221418
(34,20,24)
#1A0F13
(26,15,19)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #623C40

#623C40
(98,60,64)
#704D51
(112,77,81)
#7E5E62
(126,94,98)
#8C6F73
(140,111,115)
#9A8084
(154,128,132)
#A89195
(168,145,149)
#B6A2A6
(182,162,166)
#C4B3B7
(196,179,183)
#D2C4C8
(210,196,200)
#E0D5D9
(224,213,217)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #623C40 color. Also use rgb(98,60,64) instead hex code.

Text Font Color

.myTextColor { color: #623C40; }

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

This text font color is #623C40.

Background Color

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

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

This div background color is #623C40.

Border color

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

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

This div border color is #623C40.

Opacity

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

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

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

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

This text has shadow with #623C40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #623C40.

Preview

Color preview on black background

This text has color #623C40 on black background.


Color preview on white background

This text has color #623C40 on white background.


Black color preview on #623C40 background

This text has black color on #623C40 background.


White color preview on #623C40 background

This text has white color on #623C40 background.


Related colors

Complementary color

Complementary color for #hex is #9DC3BF.


I love getcolorcode.com

Triadic colors

1 #40623C and #3C4062 with #623C40 are triadic colors.

2 #403C62 and #3C6240 with #623C40 are triadic colors.