COLOR #42533F

HEX: #42533F
RGB: (66,83,63)

Color info

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

RGB color model

#42533F color RGB value is (66,83,63).

  • red value is 66;
  • green value is 83;
  • blue value is 63.
RGB:
(66,83,63)
(26%,33%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 63 of 255 = 25%

66
83
63

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

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 63 = 212 (100%)
R 66 of 212 ~ 31.13%
G 83 of 212 ~ 39.15%
B 63 of 212 ~ 29.72%

%31.13
%39.15
%29.72

CMYK color model

#42533F color CMYK value is (20,0,24,67).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(20,0,24,67)
C20M0Y24K67 
(20%,0%,24%,67%)
(0.20/0.00/0.24/0.67)	

CMYK percentages

%20.48
%0
%24.1
%67.45

Codes

Color #42533F in popluar color models

42533F
RGB668363
HSL111°13.70%28.63%
HSB/HSV111°24.10%32.55%
CMYK20.48%0.00%24.10%
67.45%

Color #42533F in popluar number systems.

HEX42533F
Decimal668363
Binary10000101010011111111
Octal10212377

Shades and tints

Shades of #42533F

#42533F
(66,83,63)
#3C4C3A
(60,76,58)
#364535
(54,69,53)
#303E30
(48,62,48)
#2A372B
(42,55,43)
#243026
(36,48,38)
#1E2921
(30,41,33)
#18221C
(24,34,28)
#121B17
(18,27,23)
#0C1412
(12,20,18)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #42533F

#42533F
(66,83,63)
#536250
(83,98,80)
#647161
(100,113,97)
#758072
(117,128,114)
#868F83
(134,143,131)
#979E94
(151,158,148)
#A8ADA5
(168,173,165)
#B9BCB6
(185,188,182)
#CACBC7
(202,203,199)
#DBDAD8
(219,218,216)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42533F color. Also use rgb(66,83,63) instead hex code.

Text Font Color

.myTextColor { color: #42533F; }

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

This text font color is #42533F.


Background Color

.myBgColor { background-color: #42533F; }

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

This div background color is #42533F.


Border color

.myBorderColor { border: 1px solid #42533F; }

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

This div border color is #42533F.


Opacity

.myOpacity80 { color: #42533F; opacity: 0.8; }

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

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

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

This text has shadow with #42533F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42533F on black background.


Color preview on white background

This text has color #42533F on white background.



Black color preview on #42533F background

This text has black color on #42533F background.


White color preview on #42533F background

This text has white color on #42533F background.