COLOR #42883E

HEX: #42883E
RGB: (66,136,62)

Color info

#42883E contains mainly green color. Web safe color of #42883E is #339933 (or #393).

RGB color model

#42883E color RGB value is (66,136,62).

  • red value is 66;
  • green value is 136;
  • blue value is 62.
RGB:
(66,136,62)
(26%,53%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 136 of 255 = 53%
B 62 of 255 = 24%

66
136
62

R + G + B ~ 34%. #42883E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 136 + 62 = 264 (100%)
R 66 of 264 ~ 25%
G 136 of 264 ~ 51.52%
B 62 of 264 ~ 23.48%

%25
%51.52
%23.48

CMYK color model

#42883E color CMYK value is (51,0,54,47).

  • cyan value is 51.47%
  • magenta value is 0.00%
  • yellow value is 54.41%
  • key color value is 46.67%
CMYK:
(51,0,54,47)
C51M0Y54K47 
(51%,0%,54%,47%)
(0.51/0.00/0.54/0.47)	

CMYK percentages

%51.47
%0
%54.41
%46.67

Codes

Color #42883E in popluar color models

42883E
RGB6613662
HSL117°37.37%38.82%
HSB/HSV117°54.41%53.33%
CMYK51.47%0.00%54.41%
46.67%

Color #42883E in popluar number systems.

HEX42883E
Decimal6613662
Binary100001010001000111110
Octal10221076

Shades and tints

Shades of #42883E

#42883E
(66,136,62)
#3C7C39
(60,124,57)
#367034
(54,112,52)
#30642F
(48,100,47)
#2A582A
(42,88,42)
#244C25
(36,76,37)
#1E4020
(30,64,32)
#18341B
(24,52,27)
#122816
(18,40,22)
#0C1C11
(12,28,17)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #42883E

#42883E
(66,136,62)
#53924F
(83,146,79)
#649C60
(100,156,96)
#75A671
(117,166,113)
#86B082
(134,176,130)
#97BA93
(151,186,147)
#A8C4A4
(168,196,164)
#B9CEB5
(185,206,181)
#CAD8C6
(202,216,198)
#DBE2D7
(219,226,215)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42883E color. Also use rgb(66,136,62) instead hex code.

Text Font Color

.myTextColor { color: #42883E; }

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

This text font color is #42883E.


Background Color

.myBgColor { background-color: #42883E; }

<div style="background-color:#42883E">Inner text</div>

This div background color is #42883E.


Border color

.myBorderColor { border: 1px solid #42883E; }

<div style="border:3px solid #42883E">Div</div>

This div border color is #42883E.


Opacity

.myOpacity80 { color: #42883E; opacity: 0.8; }

<p style="color:#42883E;opacity:0.8;">80%</p>

Text with #42883E 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 #42883E;}

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

This text has shadow with #42883E color.

.textShadow {text-shadow: 3px 3px 1px #42883E, 3px 3px 1px red;}

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

This text has shadow with #42883E primary color and red secondary color.


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

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

This text has shadow with #42883E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42883E on black background.


Color preview on white background

This text has color #42883E on white background.



Black color preview on #42883E background

This text has black color on #42883E background.


White color preview on #42883E background

This text has white color on #42883E background.