COLOR #623340

HEX: #623340
RGB: (98,51,64)

Color info

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

RGB color model

#623340 color RGB value is (98,51,64).

  • red value is 98;
  • green value is 51;
  • blue value is 64.
RGB:
(98,51,64)
(38%,20%,25%)

RGB channels and saturation

R 98 of 255 = 38%
G 51 of 255 = 20%
B 64 of 255 = 25%

98
51
64

R + G + B ~ 28%. #623340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 51 + 64 = 213 (100%)
R 98 of 213 ~ 46.01%
G 51 of 213 ~ 23.94%
B 64 of 213 ~ 30.05%

%46.01
%23.94
%30.05

CMYK color model

#623340 color CMYK value is (0,48,35,62).

  • cyan value is 0.00%
  • magenta value is 47.96%
  • yellow value is 34.69%
  • key color value is 61.57%
CMYK:
(0,48,35,62)
C0M48Y35K62 
(0%,48%,35%,62%)
(0.00/0.48/0.35/0.62)	

CMYK percentages

%0
%47.96
%34.69
%61.57

Codes

Color #623340 in popluar color models

623340
RGB985164
HSL343°31.54%29.22%
HSB/HSV343°47.96%38.43%
CMYK0.00%47.96%34.69%
61.57%

Color #623340 in popluar number systems.

HEX623340
Decimal985164
Binary11000101100111000000
Octal14263100

Shades and tints

Shades of #623340

#623340
(98,51,64)
#5A2F3B
(90,47,59)
#522B36
(82,43,54)
#4A2731
(74,39,49)
#42232C
(66,35,44)
#3A1F27
(58,31,39)
#321B22
(50,27,34)
#2A171D
(42,23,29)
#221318
(34,19,24)
#1A0F13
(26,15,19)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #623340

#623340
(98,51,64)
#704551
(112,69,81)
#7E5762
(126,87,98)
#8C6973
(140,105,115)
#9A7B84
(154,123,132)
#A88D95
(168,141,149)
#B69FA6
(182,159,166)
#C4B1B7
(196,177,183)
#D2C3C8
(210,195,200)
#E0D5D9
(224,213,217)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623340; }

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

This text font color is #623340.


Background Color

.myBgColor { background-color: #623340; }

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

This div background color is #623340.


Border color

.myBorderColor { border: 1px solid #623340; }

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

This div border color is #623340.


Opacity

.myOpacity80 { color: #623340; opacity: 0.8; }

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

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

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

This text has shadow with #623340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623340 on black background.


Color preview on white background

This text has color #623340 on white background.



Black color preview on #623340 background

This text has black color on #623340 background.


White color preview on #623340 background

This text has white color on #623340 background.