COLOR #438042

HEX: #438042
RGB: (67,128,66)

Color info

#438042 contains mainly green color. Web safe color of #438042 is #336633 (or #363).

RGB color model

#438042 color RGB value is (67,128,66).

  • red value is 67;
  • green value is 128;
  • blue value is 66.
RGB:
(67,128,66)
(26%,50%,26%)

RGB channels and saturation

R 67 of 255 = 26%
G 128 of 255 = 50%
B 66 of 255 = 26%

67
128
66

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

Portions of RGB colors in percentages

R + G + B =
67 + 128 + 66 = 261 (100%)
R 67 of 261 ~ 25.67%
G 128 of 261 ~ 49.04%
B 66 of 261 ~ 25.29%

%25.67
%49.04
%25.29

CMYK color model

#438042 color CMYK value is (48,0,48,50).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 48.44%
  • key color value is 49.80%
CMYK:
(48,0,48,50)
C48M0Y48K50 
(48%,0%,48%,50%)
(0.48/0.00/0.48/0.50)	

CMYK percentages

%47.66
%0
%48.44
%49.8

Codes

Color #438042 in popluar color models

438042
RGB6712866
HSL119°31.96%38.04%
HSB/HSV119°48.44%50.20%
CMYK47.66%0.00%48.44%
49.80%

Color #438042 in popluar number systems.

HEX438042
Decimal6712866
Binary1000011100000001000010
Octal103200102

Shades and tints

Shades of #438042

#438042
(67,128,66)
#3D753C
(61,117,60)
#376A36
(55,106,54)
#315F30
(49,95,48)
#2B542A
(43,84,42)
#254924
(37,73,36)
#1F3E1E
(31,62,30)
#193318
(25,51,24)
#132812
(19,40,18)
#0D1D0C
(13,29,12)
#071206
(7,18,6)
#000000
(0,0,0)

Tints of #438042

#438042
(67,128,66)
#548B53
(84,139,83)
#659664
(101,150,100)
#76A175
(118,161,117)
#87AC86
(135,172,134)
#98B797
(152,183,151)
#A9C2A8
(169,194,168)
#BACDB9
(186,205,185)
#CBD8CA
(203,216,202)
#DCE3DB
(220,227,219)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438042 color. Also use rgb(67,128,66) instead hex code.

Text Font Color

.myTextColor { color: #438042; }

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

This text font color is #438042.


Background Color

.myBgColor { background-color: #438042; }

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

This div background color is #438042.


Border color

.myBorderColor { border: 1px solid #438042; }

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

This div border color is #438042.


Opacity

.myOpacity80 { color: #438042; opacity: 0.8; }

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

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

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

This text has shadow with #438042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438042 on black background.


Color preview on white background

This text has color #438042 on white background.



Black color preview on #438042 background

This text has black color on #438042 background.


White color preview on #438042 background

This text has white color on #438042 background.