COLOR #42674B

HEX: #42674B
RGB: (66,103,75)

Color info

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

RGB color model

#42674B color RGB value is (66,103,75).

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

RGB channels and saturation

R 66 of 255 = 26%
G 103 of 255 = 40%
B 75 of 255 = 29%

66
103
75

R + G + B ~ 32%. #42674B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 103 + 75 = 244 (100%)
R 66 of 244 ~ 27.05%
G 103 of 244 ~ 42.21%
B 75 of 244 ~ 30.74%

%27.05
%42.21
%30.74

CMYK color model

#42674B color CMYK value is (36,0,27,60).

  • cyan value is 35.92%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 59.61%
CMYK:
(36,0,27,60)
C36M0Y27K60 
(36%,0%,27%,60%)
(0.36/0.00/0.27/0.60)	

CMYK percentages

%35.92
%0
%27.18
%59.61

Codes

Color #42674B in popluar color models

42674B
RGB6610375
HSL135°21.89%33.14%
HSB/HSV135°35.92%40.39%
CMYK35.92%0.00%27.18%
59.61%

Color #42674B in popluar number systems.

HEX42674B
Decimal6610375
Binary100001011001111001011
Octal102147113

Shades and tints

Shades of #42674B

#42674B
(66,103,75)
#3C5E45
(60,94,69)
#36553F
(54,85,63)
#304C39
(48,76,57)
#2A4333
(42,67,51)
#243A2D
(36,58,45)
#1E3127
(30,49,39)
#182821
(24,40,33)
#121F1B
(18,31,27)
#0C1615
(12,22,21)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #42674B

#42674B
(66,103,75)
#53745B
(83,116,91)
#64816B
(100,129,107)
#758E7B
(117,142,123)
#869B8B
(134,155,139)
#97A89B
(151,168,155)
#A8B5AB
(168,181,171)
#B9C2BB
(185,194,187)
#CACFCB
(202,207,203)
#DBDCDB
(219,220,219)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42674B; }

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

This text font color is #42674B.


Background Color

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

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

This div background color is #42674B.


Border color

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

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

This div border color is #42674B.


Opacity

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

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

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

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

This text has shadow with #42674B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42674B on black background.


Color preview on white background

This text has color #42674B on white background.



Black color preview on #42674B background

This text has black color on #42674B background.


White color preview on #42674B background

This text has white color on #42674B background.