COLOR #438E74

HEX: #438E74
RGB: (67,142,116)

Color info

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

RGB color model

#438E74 color RGB value is (67,142,116).

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

RGB channels and saturation

R 67 of 255 = 26%
G 142 of 255 = 56%
B 116 of 255 = 45%

67
142
116

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

Portions of RGB colors in percentages

R + G + B =
67 + 142 + 116 = 325 (100%)
R 67 of 325 ~ 20.62%
G 142 of 325 ~ 43.69%
B 116 of 325 ~ 35.69%

%20.62
%43.69
%35.69

CMYK color model

#438E74 color CMYK value is (53,0,18,44).

  • cyan value is 52.82%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 44.31%
CMYK:
(53,0,18,44)
C53M0Y18K44 
(53%,0%,18%,44%)
(0.53/0.00/0.18/0.44)	

CMYK percentages

%52.82
%0
%18.31
%44.31

Codes

Color #438E74 in popluar color models

438E74
RGB67142116
HSL159°35.89%40.98%
HSB/HSV159°52.82%55.69%
CMYK52.82%0.00%18.31%
44.31%

Color #438E74 in popluar number systems.

HEX438E74
Decimal67142116
Binary1000011100011101110100
Octal103216164

Shades and tints

Shades of #438E74

#438E74
(67,142,116)
#3D826A
(61,130,106)
#377660
(55,118,96)
#316A56
(49,106,86)
#2B5E4C
(43,94,76)
#255242
(37,82,66)
#1F4638
(31,70,56)
#193A2E
(25,58,46)
#132E24
(19,46,36)
#0D221A
(13,34,26)
#071610
(7,22,16)
#000000
(0,0,0)

Tints of #438E74

#438E74
(67,142,116)
#549880
(84,152,128)
#65A28C
(101,162,140)
#76AC98
(118,172,152)
#87B6A4
(135,182,164)
#98C0B0
(152,192,176)
#A9CABC
(169,202,188)
#BAD4C8
(186,212,200)
#CBDED4
(203,222,212)
#DCE8E0
(220,232,224)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438E74; }

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

This text font color is #438E74.


Background Color

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

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

This div background color is #438E74.


Border color

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

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

This div border color is #438E74.


Opacity

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

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

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

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

This text has shadow with #438E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438E74 on black background.


Color preview on white background

This text has color #438E74 on white background.



Black color preview on #438E74 background

This text has black color on #438E74 background.


White color preview on #438E74 background

This text has white color on #438E74 background.