COLOR #623B34

HEX: #623B34
RGB: (98,59,52)

Color info

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

RGB color model

#623B34 color RGB value is (98,59,52).

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

RGB channels and saturation

R 98 of 255 = 38%
G 59 of 255 = 23%
B 52 of 255 = 20%

98
59
52

R + G + B ~ 27%. #623B34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 59 + 52 = 209 (100%)
R 98 of 209 ~ 46.89%
G 59 of 209 ~ 28.23%
B 52 of 209 ~ 24.88%

%46.89
%28.23
%24.88

CMYK color model

#623B34 color CMYK value is (0,40,47,62).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 46.94%
  • key color value is 61.57%
CMYK:
(0,40,47,62)
C0M40Y47K62 
(0%,40%,47%,62%)
(0.00/0.40/0.47/0.62)	

CMYK percentages

%0
%39.8
%46.94
%61.57

Codes

Color #623B34 in popluar color models

623B34
RGB985952
HSL30.67%29.41%
HSB/HSV46.94%38.43%
CMYK0.00%39.80%46.94%
61.57%

Color #623B34 in popluar number systems.

HEX623B34
Decimal985952
Binary1100010111011110100
Octal1427364

Shades and tints

Shades of #623B34

#623B34
(98,59,52)
#5A3630
(90,54,48)
#52312C
(82,49,44)
#4A2C28
(74,44,40)
#422724
(66,39,36)
#3A2220
(58,34,32)
#321D1C
(50,29,28)
#2A1818
(42,24,24)
#221314
(34,19,20)
#1A0E10
(26,14,16)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #623B34

#623B34
(98,59,52)
#704C46
(112,76,70)
#7E5D58
(126,93,88)
#8C6E6A
(140,110,106)
#9A7F7C
(154,127,124)
#A8908E
(168,144,142)
#B6A1A0
(182,161,160)
#C4B2B2
(196,178,178)
#D2C3C4
(210,195,196)
#E0D4D6
(224,212,214)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623B34; }

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

This text font color is #623B34.


Background Color

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

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

This div background color is #623B34.


Border color

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

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

This div border color is #623B34.


Opacity

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

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

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

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

This text has shadow with #623B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623B34 on black background.


Color preview on white background

This text has color #623B34 on white background.



Black color preview on #623B34 background

This text has black color on #623B34 background.


White color preview on #623B34 background

This text has white color on #623B34 background.