COLOR #422618

HEX: #422618
RGB: (66,38,24)

Color info

#422618 contains red, green and blue colors in about the same proportion. Web safe color of #422618 is #333300 (or #330).

RGB color model

#422618 color RGB value is (66,38,24).

  • red value is 66;
  • green value is 38;
  • blue value is 24.
RGB:
(66,38,24)
(26%,15%,9%)

RGB channels and saturation

R 66 of 255 = 26%
G 38 of 255 = 15%
B 24 of 255 = 9%

66
38
24

R + G + B ~ 17%. #422618 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 38 + 24 = 128 (100%)
R 66 of 128 ~ 51.56%
G 38 of 128 ~ 29.69%
B 24 of 128 ~ 18.75%

%51.56
%29.69
%18.75

CMYK color model

#422618 color CMYK value is (0,42,64,74).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 63.64%
  • key color value is 74.12%
CMYK:
(0,42,64,74)
C0M42Y64K74 
(0%,42%,64%,74%)
(0.00/0.42/0.64/0.74)	

CMYK percentages

%0
%42.42
%63.64
%74.12

Codes

Color #422618 in popluar color models

422618
RGB663824
HSL20°46.67%17.65%
HSB/HSV20°63.64%25.88%
CMYK0.00%42.42%63.64%
74.12%

Color #422618 in popluar number systems.

HEX422618
Decimal663824
Binary100001010011011000
Octal1024630

Shades and tints

Shades of #422618

#422618
(66,38,24)
#3C2316
(60,35,22)
#362014
(54,32,20)
#301D12
(48,29,18)
#2A1A10
(42,26,16)
#24170E
(36,23,14)
#1E140C
(30,20,12)
#18110A
(24,17,10)
#120E08
(18,14,8)
#0C0B06
(12,11,6)
#060804
(6,8,4)
#000000
(0,0,0)

Tints of #422618

#422618
(66,38,24)
#53392D
(83,57,45)
#644C42
(100,76,66)
#755F57
(117,95,87)
#86726C
(134,114,108)
#978581
(151,133,129)
#A89896
(168,152,150)
#B9ABAB
(185,171,171)
#CABEC0
(202,190,192)
#DBD1D5
(219,209,213)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422618 color. Also use rgb(66,38,24) instead hex code.

Text Font Color

.myTextColor { color: #422618; }

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

This text font color is #422618.


Background Color

.myBgColor { background-color: #422618; }

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

This div background color is #422618.


Border color

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

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

This div border color is #422618.


Opacity

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

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

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

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

This text has shadow with #422618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422618 on black background.


Color preview on white background

This text has color #422618 on white background.



Black color preview on #422618 background

This text has black color on #422618 background.


White color preview on #422618 background

This text has white color on #422618 background.