COLOR #623B4B

HEX: #623B4B
RGB: (98,59,75)

Color info

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

RGB color model

#623B4B color RGB value is (98,59,75).

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

RGB channels and saturation

R 98 of 255 = 38%
G 59 of 255 = 23%
B 75 of 255 = 29%

98
59
75

R + G + B ~ 30%. #623B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 59 + 75 = 232 (100%)
R 98 of 232 ~ 42.24%
G 59 of 232 ~ 25.43%
B 75 of 232 ~ 32.33%

%42.24
%25.43
%32.33

CMYK color model

#623B4B color CMYK value is (0,40,23,62).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 23.47%
  • key color value is 61.57%
CMYK:
(0,40,23,62)
C0M40Y23K62 
(0%,40%,23%,62%)
(0.00/0.40/0.23/0.62)	

CMYK percentages

%0
%39.8
%23.47
%61.57

Codes

Color #623B4B in popluar color models

623B4B
RGB985975
HSL335°24.84%30.78%
HSB/HSV335°39.80%38.43%
CMYK0.00%39.80%23.47%
61.57%

Color #623B4B in popluar number systems.

HEX623B4B
Decimal985975
Binary11000101110111001011
Octal14273113

Shades and tints

Shades of #623B4B

#623B4B
(98,59,75)
#5A3645
(90,54,69)
#52313F
(82,49,63)
#4A2C39
(74,44,57)
#422733
(66,39,51)
#3A222D
(58,34,45)
#321D27
(50,29,39)
#2A1821
(42,24,33)
#22131B
(34,19,27)
#1A0E15
(26,14,21)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #623B4B

#623B4B
(98,59,75)
#704C5B
(112,76,91)
#7E5D6B
(126,93,107)
#8C6E7B
(140,110,123)
#9A7F8B
(154,127,139)
#A8909B
(168,144,155)
#B6A1AB
(182,161,171)
#C4B2BB
(196,178,187)
#D2C3CB
(210,195,203)
#E0D4DB
(224,212,219)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623B4B; }

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

This text font color is #623B4B.


Background Color

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

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

This div background color is #623B4B.


Border color

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

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

This div border color is #623B4B.


Opacity

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

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

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

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

This text has shadow with #623B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623B4B on black background.


Color preview on white background

This text has color #623B4B on white background.



Black color preview on #623B4B background

This text has black color on #623B4B background.


White color preview on #623B4B background

This text has white color on #623B4B background.