COLOR #42754F

HEX: #42754F
RGB: (66,117,79)

Color info

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

RGB color model

#42754F color RGB value is (66,117,79).

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

RGB channels and saturation

R 66 of 255 = 26%
G 117 of 255 = 46%
B 79 of 255 = 31%

66
117
79

R + G + B ~ 34%. #42754F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 117 + 79 = 262 (100%)
R 66 of 262 ~ 25.19%
G 117 of 262 ~ 44.66%
B 79 of 262 ~ 30.15%

%25.19
%44.66
%30.15

CMYK color model

#42754F color CMYK value is (44,0,32,54).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 54.12%
CMYK:
(44,0,32,54)
C44M0Y32K54 
(44%,0%,32%,54%)
(0.44/0.00/0.32/0.54)	

CMYK percentages

%43.59
%0
%32.48
%54.12

Codes

Color #42754F in popluar color models

42754F
RGB6611779
HSL135°27.87%35.88%
HSB/HSV135°43.59%45.88%
CMYK43.59%0.00%32.48%
54.12%

Color #42754F in popluar number systems.

HEX42754F
Decimal6611779
Binary100001011101011001111
Octal102165117

Shades and tints

Shades of #42754F

#42754F
(66,117,79)
#3C6B48
(60,107,72)
#366141
(54,97,65)
#30573A
(48,87,58)
#2A4D33
(42,77,51)
#24432C
(36,67,44)
#1E3925
(30,57,37)
#182F1E
(24,47,30)
#122517
(18,37,23)
#0C1B10
(12,27,16)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #42754F

#42754F
(66,117,79)
#53815F
(83,129,95)
#648D6F
(100,141,111)
#75997F
(117,153,127)
#86A58F
(134,165,143)
#97B19F
(151,177,159)
#A8BDAF
(168,189,175)
#B9C9BF
(185,201,191)
#CAD5CF
(202,213,207)
#DBE1DF
(219,225,223)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42754F color. Also use rgb(66,117,79) instead hex code.

Text Font Color

.myTextColor { color: #42754F; }

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

This text font color is #42754F.


Background Color

.myBgColor { background-color: #42754F; }

<div style="background-color:#42754F">Inner text</div>

This div background color is #42754F.


Border color

.myBorderColor { border: 1px solid #42754F; }

<div style="border:3px solid #42754F">Div</div>

This div border color is #42754F.


Opacity

.myOpacity80 { color: #42754F; opacity: 0.8; }

<p style="color:#42754F;opacity:0.8;">80%</p>

Text with #42754F 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 #42754F;}

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

This text has shadow with #42754F color.

.textShadow {text-shadow: 3px 3px 1px #42754F, 3px 3px 1px red;}

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

This text has shadow with #42754F primary color and red secondary color.


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

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

This text has shadow with #42754F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42754F on black background.


Color preview on white background

This text has color #42754F on white background.



Black color preview on #42754F background

This text has black color on #42754F background.


White color preview on #42754F background

This text has white color on #42754F background.