COLOR #438D2E

HEX: #438D2E
RGB: (67,141,46)

Color info

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

RGB color model

#438D2E color RGB value is (67,141,46).

  • red value is 67;
  • green value is 141;
  • blue value is 46.
RGB:
(67,141,46)
(26%,55%,18%)

RGB channels and saturation

R 67 of 255 = 26%
G 141 of 255 = 55%
B 46 of 255 = 18%

67
141
46

R + G + B ~ 33%. #438D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 141 + 46 = 254 (100%)
R 67 of 254 ~ 26.38%
G 141 of 254 ~ 55.51%
B 46 of 254 ~ 18.11%

%26.38
%55.51
%18.11

CMYK color model

#438D2E color CMYK value is (52,0,67,45).

  • cyan value is 52.48%
  • magenta value is 0.00%
  • yellow value is 67.38%
  • key color value is 44.71%
CMYK:
(52,0,67,45)
C52M0Y67K45 
(52%,0%,67%,45%)
(0.52/0.00/0.67/0.45)	

CMYK percentages

%52.48
%0
%67.38
%44.71

Codes

Color #438D2E in popluar color models

438D2E
RGB6714146
HSL107°50.80%36.67%
HSB/HSV107°67.38%55.29%
CMYK52.48%0.00%67.38%
44.71%

Color #438D2E in popluar number systems.

HEX438D2E
Decimal6714146
Binary100001110001101101110
Octal10321556

Shades and tints

Shades of #438D2E

#438D2E
(67,141,46)
#3D812A
(61,129,42)
#377526
(55,117,38)
#316922
(49,105,34)
#2B5D1E
(43,93,30)
#25511A
(37,81,26)
#1F4516
(31,69,22)
#193912
(25,57,18)
#132D0E
(19,45,14)
#0D210A
(13,33,10)
#071506
(7,21,6)
#000000
(0,0,0)

Tints of #438D2E

#438D2E
(67,141,46)
#549741
(84,151,65)
#65A154
(101,161,84)
#76AB67
(118,171,103)
#87B57A
(135,181,122)
#98BF8D
(152,191,141)
#A9C9A0
(169,201,160)
#BAD3B3
(186,211,179)
#CBDDC6
(203,221,198)
#DCE7D9
(220,231,217)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438D2E color. Also use rgb(67,141,46) instead hex code.

Text Font Color

.myTextColor { color: #438D2E; }

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

This text font color is #438D2E.


Background Color

.myBgColor { background-color: #438D2E; }

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

This div background color is #438D2E.


Border color

.myBorderColor { border: 1px solid #438D2E; }

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

This div border color is #438D2E.


Opacity

.myOpacity80 { color: #438D2E; opacity: 0.8; }

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

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

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

This text has shadow with #438D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438D2E on black background.


Color preview on white background

This text has color #438D2E on white background.



Black color preview on #438D2E background

This text has black color on #438D2E background.


White color preview on #438D2E background

This text has white color on #438D2E background.