COLOR #438E5F

HEX: #438E5F
RGB: (67,142,95)

Color info

#438E5F contains mainly green and blue colors. Web safe color of #438E5F is #339966 (or #396).

RGB color model

#438E5F color RGB value is (67,142,95).

  • red value is 67;
  • green value is 142;
  • blue value is 95.
RGB:
(67,142,95)
(26%,56%,37%)

RGB channels and saturation

R 67 of 255 = 26%
G 142 of 255 = 56%
B 95 of 255 = 37%

67
142
95

R + G + B ~ 40%. #438E5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 142 + 95 = 304 (100%)
R 67 of 304 ~ 22.04%
G 142 of 304 ~ 46.71%
B 95 of 304 ~ 31.25%

%22.04
%46.71
%31.25

CMYK color model

#438E5F color CMYK value is (53,0,33,44).

  • cyan value is 52.82%
  • magenta value is 0.00%
  • yellow value is 33.10%
  • key color value is 44.31%
CMYK:
(53,0,33,44)
C53M0Y33K44 
(53%,0%,33%,44%)
(0.53/0.00/0.33/0.44)	

CMYK percentages

%52.82
%0
%33.1
%44.31

Codes

Color #438E5F in popluar color models

438E5F
RGB6714295
HSL142°35.89%40.98%
HSB/HSV142°52.82%55.69%
CMYK52.82%0.00%33.10%
44.31%

Color #438E5F in popluar number systems.

HEX438E5F
Decimal6714295
Binary1000011100011101011111
Octal103216137

Shades and tints

Shades of #438E5F

#438E5F
(67,142,95)
#3D8257
(61,130,87)
#37764F
(55,118,79)
#316A47
(49,106,71)
#2B5E3F
(43,94,63)
#255237
(37,82,55)
#1F462F
(31,70,47)
#193A27
(25,58,39)
#132E1F
(19,46,31)
#0D2217
(13,34,23)
#07160F
(7,22,15)
#000000
(0,0,0)

Tints of #438E5F

#438E5F
(67,142,95)
#54986D
(84,152,109)
#65A27B
(101,162,123)
#76AC89
(118,172,137)
#87B697
(135,182,151)
#98C0A5
(152,192,165)
#A9CAB3
(169,202,179)
#BAD4C1
(186,212,193)
#CBDECF
(203,222,207)
#DCE8DD
(220,232,221)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438E5F color. Also use rgb(67,142,95) instead hex code.

Text Font Color

.myTextColor { color: #438E5F; }

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

This text font color is #438E5F.


Background Color

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

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

This div background color is #438E5F.


Border color

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

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

This div border color is #438E5F.


Opacity

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

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

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

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

This text has shadow with #438E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438E5F on black background.


Color preview on white background

This text has color #438E5F on white background.



Black color preview on #438E5F background

This text has black color on #438E5F background.


White color preview on #438E5F background

This text has white color on #438E5F background.