COLOR #623F3A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

98
63
58

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

Portions of RGB colors in percentages

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

%44.75
%28.77
%26.48

CMYK color model

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

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

CMYK percentages

%0
%35.71
%40.82
%61.57

Codes

Color #623F3A in popluar color models

623F3A
RGB986358
HSL25.64%30.59%
HSB/HSV40.82%38.43%
CMYK0.00%35.71%40.82%
61.57%

Color #623F3A in popluar number systems.

HEX623F3A
Decimal986358
Binary1100010111111111010
Octal1427772

Shades and tints

Shades of #623F3A

#623F3A
(98,63,58)
#5A3A35
(90,58,53)
#523530
(82,53,48)
#4A302B
(74,48,43)
#422B26
(66,43,38)
#3A2621
(58,38,33)
#32211C
(50,33,28)
#2A1C17
(42,28,23)
#221712
(34,23,18)
#1A120D
(26,18,13)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #623F3A

#623F3A
(98,63,58)
#70504B
(112,80,75)
#7E615C
(126,97,92)
#8C726D
(140,114,109)
#9A837E
(154,131,126)
#A8948F
(168,148,143)
#B6A5A0
(182,165,160)
#C4B6B1
(196,182,177)
#D2C7C2
(210,199,194)
#E0D8D3
(224,216,211)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #623F3A; }

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

This text font color is #623F3A.


Background Color

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

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

This div background color is #623F3A.


Border color

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

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

This div border color is #623F3A.


Opacity

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

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

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

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

This text has shadow with #623F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #623F3A on black background.


Color preview on white background

This text has color #623F3A on white background.



Black color preview on #623F3A background

This text has black color on #623F3A background.


White color preview on #623F3A background

This text has white color on #623F3A background.