COLOR #624230

HEX: #624230
RGB: (98,66,48)

Color info

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

RGB color model

#624230 color RGB value is (98,66,48).

  • red value is 98;
  • green value is 66;
  • blue value is 48.
RGB:
(98,66,48)
(38%,26%,19%)

RGB channels and saturation

R 98 of 255 = 38%
G 66 of 255 = 26%
B 48 of 255 = 19%

98
66
48

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

Portions of RGB colors in percentages

R + G + B =
98 + 66 + 48 = 212 (100%)
R 98 of 212 ~ 46.23%
G 66 of 212 ~ 31.13%
B 48 of 212 ~ 22.64%

%46.23
%31.13
%22.64

CMYK color model

#624230 color CMYK value is (0,33,51,62).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 51.02%
  • key color value is 61.57%
CMYK:
(0,33,51,62)
C0M33Y51K62 
(0%,33%,51%,62%)
(0.00/0.33/0.51/0.62)	

CMYK percentages

%0
%32.65
%51.02
%61.57

Codes

Color #624230 in popluar color models

624230
RGB986648
HSL22°34.25%28.63%
HSB/HSV22°51.02%38.43%
CMYK0.00%32.65%51.02%
61.57%

Color #624230 in popluar number systems.

HEX624230
Decimal986648
Binary11000101000010110000
Octal14210260

Shades and tints

Shades of #624230

#624230
(98,66,48)
#5A3C2C
(90,60,44)
#523628
(82,54,40)
#4A3024
(74,48,36)
#422A20
(66,42,32)
#3A241C
(58,36,28)
#321E18
(50,30,24)
#2A1814
(42,24,20)
#221210
(34,18,16)
#1A0C0C
(26,12,12)
#120608
(18,6,8)
#000000
(0,0,0)

Tints of #624230

#624230
(98,66,48)
#705342
(112,83,66)
#7E6454
(126,100,84)
#8C7566
(140,117,102)
#9A8678
(154,134,120)
#A8978A
(168,151,138)
#B6A89C
(182,168,156)
#C4B9AE
(196,185,174)
#D2CAC0
(210,202,192)
#E0DBD2
(224,219,210)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #624230 color. Also use rgb(98,66,48) instead hex code.

Text Font Color

.myTextColor { color: #624230; }

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

This text font color is #624230.


Background Color

.myBgColor { background-color: #624230; }

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

This div background color is #624230.


Border color

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

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

This div border color is #624230.


Opacity

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

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

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

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

This text has shadow with #624230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #624230 on black background.


Color preview on white background

This text has color #624230 on white background.



Black color preview on #624230 background

This text has black color on #624230 background.


White color preview on #624230 background

This text has white color on #624230 background.