COLOR #438942

HEX: #438942
RGB: (67,137,66)

Color info

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

RGB color model

#438942 color RGB value is (67,137,66).

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

RGB channels and saturation

R 67 of 255 = 26%
G 137 of 255 = 54%
B 66 of 255 = 26%

67
137
66

R + G + B ~ 35%. #438942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 137 + 66 = 270 (100%)
R 67 of 270 ~ 24.81%
G 137 of 270 ~ 50.74%
B 66 of 270 ~ 24.44%

%24.81
%50.74
%24.44

CMYK color model

#438942 color CMYK value is (51,0,52,46).

  • cyan value is 51.09%
  • magenta value is 0.00%
  • yellow value is 51.82%
  • key color value is 46.27%
CMYK:
(51,0,52,46)
C51M0Y52K46 
(51%,0%,52%,46%)
(0.51/0.00/0.52/0.46)	

CMYK percentages

%51.09
%0
%51.82
%46.27

Codes

Color #438942 in popluar color models

438942
RGB6713766
HSL119°34.98%39.80%
HSB/HSV119°51.82%53.73%
CMYK51.09%0.00%51.82%
46.27%

Color #438942 in popluar number systems.

HEX438942
Decimal6713766
Binary1000011100010011000010
Octal103211102

Shades and tints

Shades of #438942

#438942
(67,137,66)
#3D7D3C
(61,125,60)
#377136
(55,113,54)
#316530
(49,101,48)
#2B592A
(43,89,42)
#254D24
(37,77,36)
#1F411E
(31,65,30)
#193518
(25,53,24)
#132912
(19,41,18)
#0D1D0C
(13,29,12)
#071106
(7,17,6)
#000000
(0,0,0)

Tints of #438942

#438942
(67,137,66)
#549353
(84,147,83)
#659D64
(101,157,100)
#76A775
(118,167,117)
#87B186
(135,177,134)
#98BB97
(152,187,151)
#A9C5A8
(169,197,168)
#BACFB9
(186,207,185)
#CBD9CA
(203,217,202)
#DCE3DB
(220,227,219)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438942; }

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

This text font color is #438942.


Background Color

.myBgColor { background-color: #438942; }

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

This div background color is #438942.


Border color

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

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

This div border color is #438942.


Opacity

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

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

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

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

This text has shadow with #438942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438942 on black background.


Color preview on white background

This text has color #438942 on white background.



Black color preview on #438942 background

This text has black color on #438942 background.


White color preview on #438942 background

This text has white color on #438942 background.