COLOR #42634B

HEX: #42634B
RGB: (66,99,75)

Color info

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

RGB color model

#42634B color RGB value is (66,99,75).

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

RGB channels and saturation

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

66
99
75

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

Portions of RGB colors in percentages

R + G + B =
66 + 99 + 75 = 240 (100%)
R 66 of 240 ~ 27.5%
G 99 of 240 ~ 41.25%
B 75 of 240 ~ 31.25%

%27.5
%41.25
%31.25

CMYK color model

#42634B color CMYK value is (33,0,24,61).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 61.18%
CMYK:
(33,0,24,61)
C33M0Y24K61 
(33%,0%,24%,61%)
(0.33/0.00/0.24/0.61)	

CMYK percentages

%33.33
%0
%24.24
%61.18

Codes

Color #42634B in popluar color models

42634B
RGB669975
HSL136°20.00%32.35%
HSB/HSV136°33.33%38.82%
CMYK33.33%0.00%24.24%
61.18%

Color #42634B in popluar number systems.

HEX42634B
Decimal669975
Binary100001011000111001011
Octal102143113

Shades and tints

Shades of #42634B

#42634B
(66,99,75)
#3C5A45
(60,90,69)
#36513F
(54,81,63)
#304839
(48,72,57)
#2A3F33
(42,63,51)
#24362D
(36,54,45)
#1E2D27
(30,45,39)
#182421
(24,36,33)
#121B1B
(18,27,27)
#0C1215
(12,18,21)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #42634B

#42634B
(66,99,75)
#53715B
(83,113,91)
#647F6B
(100,127,107)
#758D7B
(117,141,123)
#869B8B
(134,155,139)
#97A99B
(151,169,155)
#A8B7AB
(168,183,171)
#B9C5BB
(185,197,187)
#CAD3CB
(202,211,203)
#DBE1DB
(219,225,219)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42634B; }

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

This text font color is #42634B.


Background Color

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

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

This div background color is #42634B.


Border color

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

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

This div border color is #42634B.


Opacity

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

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

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

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

This text has shadow with #42634B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42634B on black background.


Color preview on white background

This text has color #42634B on white background.



Black color preview on #42634B background

This text has black color on #42634B background.


White color preview on #42634B background

This text has white color on #42634B background.