COLOR #42724C

HEX: #42724C
RGB: (66,114,76)

Color info

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

RGB color model

#42724C color RGB value is (66,114,76).

  • red value is 66;
  • green value is 114;
  • blue value is 76.
RGB:
(66,114,76)
(26%,45%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 114 of 255 = 45%
B 76 of 255 = 30%

66
114
76

R + G + B ~ 34%. #42724C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 114 + 76 = 256 (100%)
R 66 of 256 ~ 25.78%
G 114 of 256 ~ 44.53%
B 76 of 256 ~ 29.69%

%25.78
%44.53
%29.69

CMYK color model

#42724C color CMYK value is (42,0,33,55).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK:
(42,0,33,55)
C42M0Y33K55 
(42%,0%,33%,55%)
(0.42/0.00/0.33/0.55)	

CMYK percentages

%42.11
%0
%33.33
%55.29

Codes

Color #42724C in popluar color models

42724C
RGB6611476
HSL133°26.67%35.29%
HSB/HSV133°42.11%44.71%
CMYK42.11%0.00%33.33%
55.29%

Color #42724C in popluar number systems.

HEX42724C
Decimal6611476
Binary100001011100101001100
Octal102162114

Shades and tints

Shades of #42724C

#42724C
(66,114,76)
#3C6846
(60,104,70)
#365E40
(54,94,64)
#30543A
(48,84,58)
#2A4A34
(42,74,52)
#24402E
(36,64,46)
#1E3628
(30,54,40)
#182C22
(24,44,34)
#12221C
(18,34,28)
#0C1816
(12,24,22)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #42724C

#42724C
(66,114,76)
#537E5C
(83,126,92)
#648A6C
(100,138,108)
#75967C
(117,150,124)
#86A28C
(134,162,140)
#97AE9C
(151,174,156)
#A8BAAC
(168,186,172)
#B9C6BC
(185,198,188)
#CAD2CC
(202,210,204)
#DBDEDC
(219,222,220)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42724C color. Also use rgb(66,114,76) instead hex code.

Text Font Color

.myTextColor { color: #42724C; }

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

This text font color is #42724C.


Background Color

.myBgColor { background-color: #42724C; }

<div style="background-color:#42724C">Inner text</div>

This div background color is #42724C.


Border color

.myBorderColor { border: 1px solid #42724C; }

<div style="border:3px solid #42724C">Div</div>

This div border color is #42724C.


Opacity

.myOpacity80 { color: #42724C; opacity: 0.8; }

<p style="color:#42724C;opacity:0.8;">80%</p>

Text with #42724C 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 #42724C;}

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

This text has shadow with #42724C color.

.textShadow {text-shadow: 3px 3px 1px #42724C, 3px 3px 1px red;}

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

This text has shadow with #42724C primary color and red secondary color.


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

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

This text has shadow with #42724C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42724C on black background.


Color preview on white background

This text has color #42724C on white background.



Black color preview on #42724C background

This text has black color on #42724C background.


White color preview on #42724C background

This text has white color on #42724C background.