COLOR #42663E

HEX: #42663E
RGB: (66,102,62)

Color info

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

RGB color model

#42663E color RGB value is (66,102,62).

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

RGB channels and saturation

R 66 of 255 = 26%
G 102 of 255 = 40%
B 62 of 255 = 24%

66
102
62

R + G + B ~ 30%. #42663E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 102 + 62 = 230 (100%)
R 66 of 230 ~ 28.7%
G 102 of 230 ~ 44.35%
B 62 of 230 ~ 26.96%

%28.7
%44.35
%26.96

CMYK color model

#42663E color CMYK value is (35,0,39,60).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 60.00%
CMYK: (35,0,39,60) C35M0Y39K60 (35%,0%,39%,60%) (0.35/0.00/0.39/0.60)

CMYK percentages

%35.29
%0
%39.22
%60

Codes

Color #42663E in popluar color models

42663E
RGB6610262
HSL114°24.39%32.16%
HSB/HSV114°39.22%40.00%
CMYK35.29%0.00%39.22%
60.00%

Color #42663E in popluar number systems.

HEX42663E
Decimal6610262
Binary10000101100110111110
Octal10214676

Shades and tints

Shades of #42663E

#42663E
(66,102,62)
#3C5D39
(60,93,57)
#365434
(54,84,52)
#304B2F
(48,75,47)
#2A422A
(42,66,42)
#243925
(36,57,37)
#1E3020
(30,48,32)
#18271B
(24,39,27)
#121E16
(18,30,22)
#0C1511
(12,21,17)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #42663E

#42663E
(66,102,62)
#53734F
(83,115,79)
#648060
(100,128,96)
#758D71
(117,141,113)
#869A82
(134,154,130)
#97A793
(151,167,147)
#A8B4A4
(168,180,164)
#B9C1B5
(185,193,181)
#CACEC6
(202,206,198)
#DBDBD7
(219,219,215)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42663E; }

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

This text font color is #42663E.


Background Color

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

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

This div background color is #42663E.


Border color

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

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

This div border color is #42663E.


Opacity

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

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

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

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

This text has shadow with #42663E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #42663E on black background.


Color preview on white background

This text has color #42663E on white background.



Black color preview on #42663E background

This text has black color on #42663E background.


White color preview on #42663E background

This text has white color on #42663E background.