COLOR #624349

HEX: #624349
RGB: (98,67,73)

Color info

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

RGB color model

#624349 color RGB value is (98,67,73).

  • red value is 98;
  • green value is 67;
  • blue value is 73.
RGB:
(98,67,73)
(38%,26%,29%)

RGB channels and saturation

R 98 of 255 = 38%
G 67 of 255 = 26%
B 73 of 255 = 29%

98
67
73

R + G + B ~ 31%. #624349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 67 + 73 = 238 (100%)
R 98 of 238 ~ 41.18%
G 67 of 238 ~ 28.15%
B 73 of 238 ~ 30.67%

%41.18
%28.15
%30.67

CMYK color model

#624349 color CMYK value is (0,32,26,62).

  • cyan value is 0.00%
  • magenta value is 31.63%
  • yellow value is 25.51%
  • key color value is 61.57%
CMYK:
(0,32,26,62)
C0M32Y26K62 
(0%,32%,26%,62%)
(0.00/0.32/0.26/0.62)	

CMYK percentages

%0
%31.63
%25.51
%61.57

Codes

Color #624349 in popluar color models

624349
RGB986773
HSL348°18.79%32.35%
HSB/HSV348°31.63%38.43%
CMYK0.00%31.63%25.51%
61.57%

Color #624349 in popluar number systems.

HEX624349
Decimal986773
Binary110001010000111001001
Octal142103111

Shades and tints

Shades of #624349

#624349
(98,67,73)
#5A3D43
(90,61,67)
#52373D
(82,55,61)
#4A3137
(74,49,55)
#422B31
(66,43,49)
#3A252B
(58,37,43)
#321F25
(50,31,37)
#2A191F
(42,25,31)
#221319
(34,19,25)
#1A0D13
(26,13,19)
#12070D
(18,7,13)
#000000
(0,0,0)

Tints of #624349

#624349
(98,67,73)
#705459
(112,84,89)
#7E6569
(126,101,105)
#8C7679
(140,118,121)
#9A8789
(154,135,137)
#A89899
(168,152,153)
#B6A9A9
(182,169,169)
#C4BAB9
(196,186,185)
#D2CBC9
(210,203,201)
#E0DCD9
(224,220,217)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624349 color. Also use rgb(98,67,73) instead hex code.

Text Font Color

.myTextColor { color: #624349; }

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

This text font color is #624349.


Background Color

.myBgColor { background-color: #624349; }

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

This div background color is #624349.


Border color

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

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

This div border color is #624349.


Opacity

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

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

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

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

This text has shadow with #624349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624349 on black background.


Color preview on white background

This text has color #624349 on white background.



Black color preview on #624349 background

This text has black color on #624349 background.


White color preview on #624349 background

This text has white color on #624349 background.