COLOR #42963B

HEX: #42963B
RGB: (66,150,59)

Color info

#42963B contains mainly green color. Web safe color of #42963B is #339933 (or #393).

RGB color model

#42963B color RGB value is (66,150,59).

  • red value is 66;
  • green value is 150;
  • blue value is 59.
RGB:
(66,150,59)
(26%,59%,23%)

RGB channels and saturation

R 66 of 255 = 26%
G 150 of 255 = 59%
B 59 of 255 = 23%

66
150
59

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

Portions of RGB colors in percentages

R + G + B =
66 + 150 + 59 = 275 (100%)
R 66 of 275 ~ 24%
G 150 of 275 ~ 54.55%
B 59 of 275 ~ 21.45%

%24
%54.55
%21.45

CMYK color model

#42963B color CMYK value is (56,0,61,41).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 60.67%
  • key color value is 41.18%
CMYK:
(56,0,61,41)
C56M0Y61K41 
(56%,0%,61%,41%)
(0.56/0.00/0.61/0.41)	

CMYK percentages

%56
%0
%60.67
%41.18

Codes

Color #42963B in popluar color models

42963B
RGB6615059
HSL115°43.54%40.98%
HSB/HSV115°60.67%58.82%
CMYK56.00%0.00%60.67%
41.18%

Color #42963B in popluar number systems.

HEX42963B
Decimal6615059
Binary100001010010110111011
Octal10222673

Shades and tints

Shades of #42963B

#42963B
(66,150,59)
#3C8936
(60,137,54)
#367C31
(54,124,49)
#306F2C
(48,111,44)
#2A6227
(42,98,39)
#245522
(36,85,34)
#1E481D
(30,72,29)
#183B18
(24,59,24)
#122E13
(18,46,19)
#0C210E
(12,33,14)
#061409
(6,20,9)
#000000
(0,0,0)

Tints of #42963B

#42963B
(66,150,59)
#539F4C
(83,159,76)
#64A85D
(100,168,93)
#75B16E
(117,177,110)
#86BA7F
(134,186,127)
#97C390
(151,195,144)
#A8CCA1
(168,204,161)
#B9D5B2
(185,213,178)
#CADEC3
(202,222,195)
#DBE7D4
(219,231,212)
#ECF0E5
(236,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42963B color. Also use rgb(66,150,59) instead hex code.

Text Font Color

.myTextColor { color: #42963B; }

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

This text font color is #42963B.


Background Color

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

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

This div background color is #42963B.


Border color

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

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

This div border color is #42963B.


Opacity

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

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

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

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

This text has shadow with #42963B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42963B on black background.


Color preview on white background

This text has color #42963B on white background.



Black color preview on #42963B background

This text has black color on #42963B background.


White color preview on #42963B background

This text has white color on #42963B background.