COLOR #42755B

HEX: #42755B
RGB: (66,117,91)

Color info

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

RGB color model

#42755B color RGB value is (66,117,91).

  • red value is 66;
  • green value is 117;
  • blue value is 91.
RGB:
(66,117,91)
(26%,46%,36%)

RGB channels and saturation

R 66 of 255 = 26%
G 117 of 255 = 46%
B 91 of 255 = 36%

66
117
91

R + G + B ~ 36%. #42755B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 117 + 91 = 274 (100%)
R 66 of 274 ~ 24.09%
G 117 of 274 ~ 42.7%
B 91 of 274 ~ 33.21%

%24.09
%42.7
%33.21

CMYK color model

#42755B color CMYK value is (44,0,22,54).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 54.12%
CMYK:
(44,0,22,54)
C44M0Y22K54 
(44%,0%,22%,54%)
(0.44/0.00/0.22/0.54)	

CMYK percentages

%43.59
%0
%22.22
%54.12

Codes

Color #42755B in popluar color models

42755B
RGB6611791
HSL149°27.87%35.88%
HSB/HSV149°43.59%45.88%
CMYK43.59%0.00%22.22%
54.12%

Color #42755B in popluar number systems.

HEX42755B
Decimal6611791
Binary100001011101011011011
Octal102165133

Shades and tints

Shades of #42755B

#42755B
(66,117,91)
#3C6B53
(60,107,83)
#36614B
(54,97,75)
#305743
(48,87,67)
#2A4D3B
(42,77,59)
#244333
(36,67,51)
#1E392B
(30,57,43)
#182F23
(24,47,35)
#12251B
(18,37,27)
#0C1B13
(12,27,19)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #42755B

#42755B
(66,117,91)
#538169
(83,129,105)
#648D77
(100,141,119)
#759985
(117,153,133)
#86A593
(134,165,147)
#97B1A1
(151,177,161)
#A8BDAF
(168,189,175)
#B9C9BD
(185,201,189)
#CAD5CB
(202,213,203)
#DBE1D9
(219,225,217)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42755B color. Also use rgb(66,117,91) instead hex code.

Text Font Color

.myTextColor { color: #42755B; }

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

This text font color is #42755B.


Background Color

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

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

This div background color is #42755B.


Border color

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

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

This div border color is #42755B.


Opacity

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

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

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

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

This text has shadow with #42755B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42755B on black background.


Color preview on white background

This text has color #42755B on white background.



Black color preview on #42755B background

This text has black color on #42755B background.


White color preview on #42755B background

This text has white color on #42755B background.