COLOR #42734B

HEX: #42734B
RGB: (66,115,75)

Color info

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

RGB color model

#42734B color RGB value is (66,115,75).

  • red value is 66;
  • green value is 115;
  • blue value is 75.
RGB:
(66,115,75)
(26%,45%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 115 of 255 = 45%
B 75 of 255 = 29%

66
115
75

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

Portions of RGB colors in percentages

R + G + B =
66 + 115 + 75 = 256 (100%)
R 66 of 256 ~ 25.78%
G 115 of 256 ~ 44.92%
B 75 of 256 ~ 29.3%

%25.78
%44.92
%29.3

CMYK color model

#42734B color CMYK value is (43,0,35,55).

  • cyan value is 42.61%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 54.90%
CMYK:
(43,0,35,55)
C43M0Y35K55 
(43%,0%,35%,55%)
(0.43/0.00/0.35/0.55)	

CMYK percentages

%42.61
%0
%34.78
%54.9

Codes

Color #42734B in popluar color models

42734B
RGB6611575
HSL131°27.07%35.49%
HSB/HSV131°42.61%45.10%
CMYK42.61%0.00%34.78%
54.90%

Color #42734B in popluar number systems.

HEX42734B
Decimal6611575
Binary100001011100111001011
Octal102163113

Shades and tints

Shades of #42734B

#42734B
(66,115,75)
#3C6945
(60,105,69)
#365F3F
(54,95,63)
#305539
(48,85,57)
#2A4B33
(42,75,51)
#24412D
(36,65,45)
#1E3727
(30,55,39)
#182D21
(24,45,33)
#12231B
(18,35,27)
#0C1915
(12,25,21)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #42734B

#42734B
(66,115,75)
#537F5B
(83,127,91)
#648B6B
(100,139,107)
#75977B
(117,151,123)
#86A38B
(134,163,139)
#97AF9B
(151,175,155)
#A8BBAB
(168,187,171)
#B9C7BB
(185,199,187)
#CAD3CB
(202,211,203)
#DBDFDB
(219,223,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42734B color. Also use rgb(66,115,75) instead hex code.

Text Font Color

.myTextColor { color: #42734B; }

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

This text font color is #42734B.


Background Color

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

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

This div background color is #42734B.


Border color

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

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

This div border color is #42734B.


Opacity

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

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

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

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

This text has shadow with #42734B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42734B on black background.


Color preview on white background

This text has color #42734B on white background.



Black color preview on #42734B background

This text has black color on #42734B background.


White color preview on #42734B background

This text has white color on #42734B background.