COLOR #42752B

HEX: #42752B
RGB: (66,117,43)

Color info

#42752B contains mainly red and green colors. Web safe color of #42752B is #336633 (or #363).

RGB color model

#42752B color RGB value is (66,117,43).

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

RGB channels and saturation

R 66 of 255 = 26%
G 117 of 255 = 46%
B 43 of 255 = 17%

66
117
43

R + G + B ~ 30%. #42752B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 117 + 43 = 226 (100%)
R 66 of 226 ~ 29.2%
G 117 of 226 ~ 51.77%
B 43 of 226 ~ 19.03%

%29.2
%51.77
%19.03

CMYK color model

#42752B color CMYK value is (44,0,63,54).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 63.25%
  • key color value is 54.12%
CMYK:
(44,0,63,54)
C44M0Y63K54 
(44%,0%,63%,54%)
(0.44/0.00/0.63/0.54)	

CMYK percentages

%43.59
%0
%63.25
%54.12

Codes

Color #42752B in popluar color models

42752B
RGB6611743
HSL101°46.25%31.37%
HSB/HSV101°63.25%45.88%
CMYK43.59%0.00%63.25%
54.12%

Color #42752B in popluar number systems.

HEX42752B
Decimal6611743
Binary10000101110101101011
Octal10216553

Shades and tints

Shades of #42752B

#42752B
(66,117,43)
#3C6B28
(60,107,40)
#366125
(54,97,37)
#305722
(48,87,34)
#2A4D1F
(42,77,31)
#24431C
(36,67,28)
#1E3919
(30,57,25)
#182F16
(24,47,22)
#122513
(18,37,19)
#0C1B10
(12,27,16)
#06110D
(6,17,13)
#000000
(0,0,0)

Tints of #42752B

#42752B
(66,117,43)
#53813E
(83,129,62)
#648D51
(100,141,81)
#759964
(117,153,100)
#86A577
(134,165,119)
#97B18A
(151,177,138)
#A8BD9D
(168,189,157)
#B9C9B0
(185,201,176)
#CAD5C3
(202,213,195)
#DBE1D6
(219,225,214)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42752B; }

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

This text font color is #42752B.


Background Color

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

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

This div background color is #42752B.


Border color

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

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

This div border color is #42752B.


Opacity

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

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

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

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

This text has shadow with #42752B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42752B on black background.


Color preview on white background

This text has color #42752B on white background.



Black color preview on #42752B background

This text has black color on #42752B background.


White color preview on #42752B background

This text has white color on #42752B background.