COLOR #426C4F

HEX: #426C4F RGB: (66,108,79)

Color info

#426C4F contains red, green and blue colors in about the same proportion. Web safe color of #426C4F is #336666 (or #366).

RGB color model

#426C4F color RGB value is (66,108,79).

RGB: (66,108,79) (26%, 42%, 31%)

RGB channels and saturation

R 66 of 255 = 26%
G 108 of 255 = 42%
B 79 of 255 = 31%

66
108
79

R + G + B ~ 33%. #426C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 108 + 79 = 253 (100%)
R 66 of 253 ~ 26.09%
G 108 of 253 ~ 42.69%
B 79 of 253 ~ 31.23'%

%26.09
%42.69
%31.23

CMYK color model

#426C4F color CMYK value is (39,0,27,58).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 26.85%
  • key color value is 57.65%
CMYK: (39,0,27,58) C39M0Y27K58 (39%,0%,27%,58%) (0.39/0.00/0.27/0.58) 

CMYK percentages

%38.89
%0
%26.85
%57.65

Codes

Color #426C4F in popluar color models

42 6C 4F
RGB 66 108 79
HSL 139° 24.14% 34.12%
HSB/HSV 139° 38.89% 42.35%
CMYK 38.89% 0.00% 26.85%
57.65%

Color #426C4F in popluar number systems.

HEX 42 6C 4F
Decimal 66 108 79
Binary 1000010 1101100 1001111
Octal 102 154 117

Shades and tints

Shades of #426C4F

#426C4F
(66,108,79)
#3C6348
(60,99,72)
#365A41
(54,90,65)
#30513A
(48,81,58)
#2A4833
(42,72,51)
#243F2C
(36,63,44)
#1E3625
(30,54,37)
#182D1E
(24,45,30)
#122417
(18,36,23)
#0C1B10
(12,27,16)
#061209
(6,18,9)
#000000
(0,0,0)

Tints of #426C4F

#426C4F
(66,108,79)
#53795F
(83,121,95)
#64866F
(100,134,111)
#75937F
(117,147,127)
#86A08F
(134,160,143)
#97AD9F
(151,173,159)
#A8BAAF
(168,186,175)
#B9C7BF
(185,199,191)
#CAD4CF
(202,212,207)
#DBE1DF
(219,225,223)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426C4F color. Also use rgb(66,108,79) instead hex code.

Text Font Color

.myTextColor { color: #426C4F; }

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

This text font color is #426C4F.

Background Color

.myBgColor { background-color: #426C4F; }

<div style="background-color:#426C4F">Inner text</div>

This div background color is #426C4F.

Border color

.myBorderColor { border: 1px solid #426C4F; }

<div style="border:3px solid #426C4F">Div</div>

This div border color is #426C4F.

Opacity

.myOpacity80 { color: #426C4F; opacity: 0.8; }

<p style="color:#426C4F;opacity:0.8;">80%</p>

Text with #426C4F 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 #426C4F;}

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

This text has shadow with #426C4F color.


.textShadow {text-shadow: 3px 3px 1px #426C4F', 3px 3px 1px red;}

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

This text has shadow with #426C4F primary color and red secondary color.


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

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

This text has shadow with #426C4F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #426C4F; -webkit-box-shadow: 1px 1px 3px 2px #426C4F; box-shadow:1px 1px 3px 2px #426C4F;">
Div content here
</div>

This div box has shadow with color #426C4F.

Preview

Color preview on black background

This text has color #426C4F on black background.


Color preview on white background

This text has color #426C4F on white background.


Black color preview on #426C4F background

This text has black color on #426C4F background.


White color preview on #426C4F background

This text has white color on #426C4F background.


Related colors

Complementary color

Complementary color for #hex is #BD93B0.


I love getcolorcode.com

Triadic colors

1 #4F426C and #6C4F42 with #426C4F are triadic colors.

2 #4F6C42 and #6C424F with #426C4F are triadic colors.