COLOR #42592C

HEX: #42592C
RGB: (66,89,44)

Color info

#42592C contains red, green and blue colors in about the same proportion. Web safe color of #42592C is #336633 (or #363).

RGB color model

#42592C color RGB value is (66,89,44).

  • red value is 66;
  • green value is 89;
  • blue value is 44.
RGB:
(66,89,44)
(26%,35%,17%)

RGB channels and saturation

R 66 of 255 = 26%
G 89 of 255 = 35%
B 44 of 255 = 17%

66
89
44

R + G + B ~ 26%. #42592C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 44 = 199 (100%)
R 66 of 199 ~ 33.17%
G 89 of 199 ~ 44.72%
B 44 of 199 ~ 22.11%

%33.17
%44.72
%22.11

CMYK color model

#42592C color CMYK value is (26,0,51,65).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 50.56%
  • key color value is 65.10%
CMYK:
(26,0,51,65)
C26M0Y51K65 
(26%,0%,51%,65%)
(0.26/0.00/0.51/0.65)	

CMYK percentages

%25.84
%0
%50.56
%65.1

Codes

Color #42592C in popluar color models

42592C
RGB668944
HSL91°33.83%26.08%
HSB/HSV91°50.56%34.90%
CMYK25.84%0.00%50.56%
65.10%

Color #42592C in popluar number systems.

HEX42592C
Decimal668944
Binary10000101011001101100
Octal10213154

Shades and tints

Shades of #42592C

#42592C
(66,89,44)
#3C5128
(60,81,40)
#364924
(54,73,36)
#304120
(48,65,32)
#2A391C
(42,57,28)
#243118
(36,49,24)
#1E2914
(30,41,20)
#182110
(24,33,16)
#12190C
(18,25,12)
#0C1108
(12,17,8)
#060904
(6,9,4)
#000000
(0,0,0)

Tints of #42592C

#42592C
(66,89,44)
#53683F
(83,104,63)
#647752
(100,119,82)
#758665
(117,134,101)
#869578
(134,149,120)
#97A48B
(151,164,139)
#A8B39E
(168,179,158)
#B9C2B1
(185,194,177)
#CAD1C4
(202,209,196)
#DBE0D7
(219,224,215)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42592C color. Also use rgb(66,89,44) instead hex code.

Text Font Color

.myTextColor { color: #42592C; }

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

This text font color is #42592C.


Background Color

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

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

This div background color is #42592C.


Border color

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

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

This div border color is #42592C.


Opacity

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

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

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

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

This text has shadow with #42592C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42592C on black background.


Color preview on white background

This text has color #42592C on white background.



Black color preview on #42592C background

This text has black color on #42592C background.


White color preview on #42592C background

This text has white color on #42592C background.