COLOR #42A67B

HEX: #42A67B RGB: (66,166,123)

Color info

#42A67B contains mainly green and blue colors. Web safe color of #42A67B is #339966 (or #396).

RGB color model

#42A67B color RGB value is (66,166,123).

RGB: (66,166,123) (26%, 65%, 48%)

RGB channels and saturation

R 66 of 255 = 26%
G 166 of 255 = 65%
B 123 of 255 = 48%

66
166
123

R + G + B ~ 46%. #42A67B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 166 + 123 = 355 (100%)
R 66 of 355 ~ 18.59%
G 166 of 355 ~ 46.76%
B 123 of 355 ~ 34.65'%

%18.59
%46.76
%34.65

CMYK color model

#42A67B color CMYK value is (60,0,26,35).

  • cyan value is 60.24%
  • magenta value is 0.00%
  • yellow value is 25.90%
  • key color value is 34.90%

CMYK: (60,0,26,35)
C60M0Y26K35 (60%, 0%, 26%, 35%)
(0.60 / 0.00 / 0.26 / 0.35)

CMYK percentages

%60.24
%0
%25.9
%34.9

Codes

Color #42A67B in popluar color models

42 A6 7B
RGB 66 166 123
HSL 154° 43.10% 45.49%
HSB/HSV 154° 60.24% 65.10%
CMYK 60.24% 0.00% 25.90%
34.90%

Color #42A67B in popluar number systems.

HEX 42 A6 7B
Decimal 66 166 123
Binary 1000010 10100110 1111011
Octal 102 246 173

Shades and tints

Shades of #42A67B

#42A67B
(66,166,123)
#3C9770
(60,151,112)
#368865
(54,136,101)
#30795A
(48,121,90)
#2A6A4F
(42,106,79)
#245B44
(36,91,68)
#1E4C39
(30,76,57)
#183D2E
(24,61,46)
#122E23
(18,46,35)
#0C1F18
(12,31,24)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #42A67B

#42A67B
(66,166,123)
#53AE87
(83,174,135)
#64B693
(100,182,147)
#75BE9F
(117,190,159)
#86C6AB
(134,198,171)
#97CEB7
(151,206,183)
#A8D6C3
(168,214,195)
#B9DECF
(185,222,207)
#CAE6DB
(202,230,219)
#DBEEE7
(219,238,231)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A67B color. Also use rgb(66,166,123) instead hex code.

Text Font Color

.myTextColor { color: #42A67B; }

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

This text font color is #42A67B.

Background Color

.myBgColor { background-color: #42A67B; }

<div style="background-color:#42A67B">Inner text</div>

This div background color is #42A67B.

Border color

.myBorderColor { border: 1px solid #42A67B; }

<div style="border:3px solid #42A67B">Div</div>

This div border color is #42A67B.

Opacity

.myOpacity80 { color: #42A67B; opacity: 0.8; }

<p style="color:#42A67B;opacity:0.8;">80%</p>

Text with #42A67B 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 #42A67B;}

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

This text has shadow with #42A67B color.


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

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

This text has shadow with #42A67B primary color and red secondary color.


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

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

This text has shadow with #42A67B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42A67B.

Preview

Color preview on black background

This text has color #42A67B on black background.


Color preview on white background

This text has color #42A67B on white background.


Black color preview on #42A67B background

This text has black color on #42A67B background.


White color preview on #42A67B background

This text has white color on #42A67B background.


Related colors

Complementary color

Complementary color for #hex is #BD5984.


I love getcolorcode.com

Triadic colors

1 #7B42A6 and #A67B42 with #42A67B are triadic colors.

2 #7BA642 and #A6427B with #42A67B are triadic colors.