COLOR #42644B

HEX: #42644B
RGB: (66,100,75)

Color info

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

RGB color model

#42644B color RGB value is (66,100,75).

  • red value is 66;
  • green value is 100;
  • blue value is 75.
RGB:
(66,100,75)
(26%,39%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 75 of 255 = 29%

66
100
75

R + G + B ~ 31%. #42644B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 100 + 75 = 241 (100%)
R 66 of 241 ~ 27.39%
G 100 of 241 ~ 41.49%
B 75 of 241 ~ 31.12%

%27.39
%41.49
%31.12

CMYK color model

#42644B color CMYK value is (34,0,25,61).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 60.78%
CMYK:
(34,0,25,61)
C34M0Y25K61 
(34%,0%,25%,61%)
(0.34/0.00/0.25/0.61)	

CMYK percentages

%34
%0
%25
%60.78

Codes

Color #42644B in popluar color models

42644B
RGB6610075
HSL136°20.48%32.55%
HSB/HSV136°34.00%39.22%
CMYK34.00%0.00%25.00%
60.78%

Color #42644B in popluar number systems.

HEX42644B
Decimal6610075
Binary100001011001001001011
Octal102144113

Shades and tints

Shades of #42644B

#42644B
(66,100,75)
#3C5B45
(60,91,69)
#36523F
(54,82,63)
#304939
(48,73,57)
#2A4033
(42,64,51)
#24372D
(36,55,45)
#1E2E27
(30,46,39)
#182521
(24,37,33)
#121C1B
(18,28,27)
#0C1315
(12,19,21)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #42644B

#42644B
(66,100,75)
#53725B
(83,114,91)
#64806B
(100,128,107)
#758E7B
(117,142,123)
#869C8B
(134,156,139)
#97AA9B
(151,170,155)
#A8B8AB
(168,184,171)
#B9C6BB
(185,198,187)
#CAD4CB
(202,212,203)
#DBE2DB
(219,226,219)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42644B color. Also use rgb(66,100,75) instead hex code.

Text Font Color

.myTextColor { color: #42644B; }

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

This text font color is #42644B.


Background Color

.myBgColor { background-color: #42644B; }

<div style="background-color:#42644B">Inner text</div>

This div background color is #42644B.


Border color

.myBorderColor { border: 1px solid #42644B; }

<div style="border:3px solid #42644B">Div</div>

This div border color is #42644B.


Opacity

.myOpacity80 { color: #42644B; opacity: 0.8; }

<p style="color:#42644B;opacity:0.8;">80%</p>

Text with #42644B 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 #42644B;}

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

This text has shadow with #42644B color.

.textShadow {text-shadow: 3px 3px 1px #42644B, 3px 3px 1px red;}

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

This text has shadow with #42644B primary color and red secondary color.


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

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

This text has shadow with #42644B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42644B on black background.


Color preview on white background

This text has color #42644B on white background.



Black color preview on #42644B background

This text has black color on #42644B background.


White color preview on #42644B background

This text has white color on #42644B background.