COLOR #42523E

HEX: #42523E
RGB: (66,82,62)

Color info

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

RGB color model

#42523E color RGB value is (66,82,62).

  • red value is 66;
  • green value is 82;
  • blue value is 62.
RGB:
(66,82,62)
(26%,32%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 62 of 255 = 24%

66
82
62

R + G + B ~ 27%. #42523E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 62 = 210 (100%)
R 66 of 210 ~ 31.43%
G 82 of 210 ~ 39.05%
B 62 of 210 ~ 29.52%

%31.43
%39.05
%29.52

CMYK color model

#42523E color CMYK value is (20,0,24,68).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 67.84%
CMYK:
(20,0,24,68)
C20M0Y24K68 
(20%,0%,24%,68%)
(0.20/0.00/0.24/0.68)	

CMYK percentages

%19.51
%0
%24.39
%67.84

Codes

Color #42523E in popluar color models

42523E
RGB668262
HSL108°13.89%28.24%
HSB/HSV108°24.39%32.16%
CMYK19.51%0.00%24.39%
67.84%

Color #42523E in popluar number systems.

HEX42523E
Decimal668262
Binary10000101010010111110
Octal10212276

Shades and tints

Shades of #42523E

#42523E
(66,82,62)
#3C4B39
(60,75,57)
#364434
(54,68,52)
#303D2F
(48,61,47)
#2A362A
(42,54,42)
#242F25
(36,47,37)
#1E2820
(30,40,32)
#18211B
(24,33,27)
#121A16
(18,26,22)
#0C1311
(12,19,17)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #42523E

#42523E
(66,82,62)
#53614F
(83,97,79)
#647060
(100,112,96)
#757F71
(117,127,113)
#868E82
(134,142,130)
#979D93
(151,157,147)
#A8ACA4
(168,172,164)
#B9BBB5
(185,187,181)
#CACAC6
(202,202,198)
#DBD9D7
(219,217,215)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42523E color. Also use rgb(66,82,62) instead hex code.

Text Font Color

.myTextColor { color: #42523E; }

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

This text font color is #42523E.


Background Color

.myBgColor { background-color: #42523E; }

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

This div background color is #42523E.


Border color

.myBorderColor { border: 1px solid #42523E; }

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

This div border color is #42523E.


Opacity

.myOpacity80 { color: #42523E; opacity: 0.8; }

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

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

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

This text has shadow with #42523E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42523E on black background.


Color preview on white background

This text has color #42523E on white background.



Black color preview on #42523E background

This text has black color on #42523E background.


White color preview on #42523E background

This text has white color on #42523E background.