COLOR #438A28

HEX: #438A28
RGB: (67,138,40)

Color info

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

RGB color model

#438A28 color RGB value is (67,138,40).

  • red value is 67;
  • green value is 138;
  • blue value is 40.
RGB:
(67,138,40)
(26%,54%,16%)

RGB channels and saturation

R 67 of 255 = 26%
G 138 of 255 = 54%
B 40 of 255 = 16%

67
138
40

R + G + B ~ 32%. #438A28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 138 + 40 = 245 (100%)
R 67 of 245 ~ 27.35%
G 138 of 245 ~ 56.33%
B 40 of 245 ~ 16.33%

%27.35
%56.33
%16.33

CMYK color model

#438A28 color CMYK value is (51,0,71,46).

  • cyan value is 51.45%
  • magenta value is 0.00%
  • yellow value is 71.01%
  • key color value is 45.88%
CMYK:
(51,0,71,46)
C51M0Y71K46 
(51%,0%,71%,46%)
(0.51/0.00/0.71/0.46)	

CMYK percentages

%51.45
%0
%71.01
%45.88

Codes

Color #438A28 in popluar color models

438A28
RGB6713840
HSL103°55.06%34.90%
HSB/HSV103°71.01%54.12%
CMYK51.45%0.00%71.01%
45.88%

Color #438A28 in popluar number systems.

HEX438A28
Decimal6713840
Binary100001110001010101000
Octal10321250

Shades and tints

Shades of #438A28

#438A28
(67,138,40)
#3D7E25
(61,126,37)
#377222
(55,114,34)
#31661F
(49,102,31)
#2B5A1C
(43,90,28)
#254E19
(37,78,25)
#1F4216
(31,66,22)
#193613
(25,54,19)
#132A10
(19,42,16)
#0D1E0D
(13,30,13)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #438A28

#438A28
(67,138,40)
#54943B
(84,148,59)
#659E4E
(101,158,78)
#76A861
(118,168,97)
#87B274
(135,178,116)
#98BC87
(152,188,135)
#A9C69A
(169,198,154)
#BAD0AD
(186,208,173)
#CBDAC0
(203,218,192)
#DCE4D3
(220,228,211)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438A28 color. Also use rgb(67,138,40) instead hex code.

Text Font Color

.myTextColor { color: #438A28; }

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

This text font color is #438A28.


Background Color

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

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

This div background color is #438A28.


Border color

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

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

This div border color is #438A28.


Opacity

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

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

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

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

This text has shadow with #438A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438A28 on black background.


Color preview on white background

This text has color #438A28 on white background.



Black color preview on #438A28 background

This text has black color on #438A28 background.


White color preview on #438A28 background

This text has white color on #438A28 background.