COLOR #42361C

HEX: #42361C
RGB: (66,54,28)

Color info

#42361C contains red, green and blue colors in about the same proportion. Web safe color of #42361C is #333333 (or #333).

RGB color model

#42361C color RGB value is (66,54,28).

  • red value is 66;
  • green value is 54;
  • blue value is 28.
RGB:
(66,54,28)
(26%,21%,11%)

RGB channels and saturation

R 66 of 255 = 26%
G 54 of 255 = 21%
B 28 of 255 = 11%

66
54
28

R + G + B ~ 19%. #42361C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 54 + 28 = 148 (100%)
R 66 of 148 ~ 44.59%
G 54 of 148 ~ 36.49%
B 28 of 148 ~ 18.92%

%44.59
%36.49
%18.92

CMYK color model

#42361C color CMYK value is (0,18,58,74).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 57.58%
  • key color value is 74.12%
CMYK:
(0,18,58,74)
C0M18Y58K74 
(0%,18%,58%,74%)
(0.00/0.18/0.58/0.74)	

CMYK percentages

%0
%18.18
%57.58
%74.12

Codes

Color #42361C in popluar color models

42361C
RGB665428
HSL41°40.43%18.43%
HSB/HSV41°57.58%25.88%
CMYK0.00%18.18%57.58%
74.12%

Color #42361C in popluar number systems.

HEX42361C
Decimal665428
Binary100001011011011100
Octal1026634

Shades and tints

Shades of #42361C

#42361C
(66,54,28)
#3C321A
(60,50,26)
#362E18
(54,46,24)
#302A16
(48,42,22)
#2A2614
(42,38,20)
#242212
(36,34,18)
#1E1E10
(30,30,16)
#181A0E
(24,26,14)
#12160C
(18,22,12)
#0C120A
(12,18,10)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #42361C

#42361C
(66,54,28)
#534830
(83,72,48)
#645A44
(100,90,68)
#756C58
(117,108,88)
#867E6C
(134,126,108)
#979080
(151,144,128)
#A8A294
(168,162,148)
#B9B4A8
(185,180,168)
#CAC6BC
(202,198,188)
#DBD8D0
(219,216,208)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42361C color. Also use rgb(66,54,28) instead hex code.

Text Font Color

.myTextColor { color: #42361C; }

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

This text font color is #42361C.


Background Color

.myBgColor { background-color: #42361C; }

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

This div background color is #42361C.


Border color

.myBorderColor { border: 1px solid #42361C; }

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

This div border color is #42361C.


Opacity

.myOpacity80 { color: #42361C; opacity: 0.8; }

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

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

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

This text has shadow with #42361C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42361C on black background.


Color preview on white background

This text has color #42361C on white background.



Black color preview on #42361C background

This text has black color on #42361C background.


White color preview on #42361C background

This text has white color on #42361C background.