COLOR #438A71

HEX: #438A71
RGB: (67,138,113)

Color info

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

RGB color model

#438A71 color RGB value is (67,138,113).

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

RGB channels and saturation

R 67 of 255 = 26%
G 138 of 255 = 54%
B 113 of 255 = 44%

67
138
113

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

Portions of RGB colors in percentages

R + G + B =
67 + 138 + 113 = 318 (100%)
R 67 of 318 ~ 21.07%
G 138 of 318 ~ 43.4%
B 113 of 318 ~ 35.53%

%21.07
%43.4
%35.53

CMYK color model

#438A71 color CMYK value is (51,0,18,46).

  • cyan value is 51.45%
  • magenta value is 0.00%
  • yellow value is 18.12%
  • key color value is 45.88%
CMYK:
(51,0,18,46)
C51M0Y18K46 
(51%,0%,18%,46%)
(0.51/0.00/0.18/0.46)	

CMYK percentages

%51.45
%0
%18.12
%45.88

Codes

Color #438A71 in popluar color models

438A71
RGB67138113
HSL159°34.63%40.20%
HSB/HSV159°51.45%54.12%
CMYK51.45%0.00%18.12%
45.88%

Color #438A71 in popluar number systems.

HEX438A71
Decimal67138113
Binary1000011100010101110001
Octal103212161

Shades and tints

Shades of #438A71

#438A71
(67,138,113)
#3D7E67
(61,126,103)
#37725D
(55,114,93)
#316653
(49,102,83)
#2B5A49
(43,90,73)
#254E3F
(37,78,63)
#1F4235
(31,66,53)
#19362B
(25,54,43)
#132A21
(19,42,33)
#0D1E17
(13,30,23)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #438A71

#438A71
(67,138,113)
#54947D
(84,148,125)
#659E89
(101,158,137)
#76A895
(118,168,149)
#87B2A1
(135,178,161)
#98BCAD
(152,188,173)
#A9C6B9
(169,198,185)
#BAD0C5
(186,208,197)
#CBDAD1
(203,218,209)
#DCE4DD
(220,228,221)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438A71; }

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

This text font color is #438A71.


Background Color

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

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

This div background color is #438A71.


Border color

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

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

This div border color is #438A71.


Opacity

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

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

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

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

This text has shadow with #438A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438A71 on black background.


Color preview on white background

This text has color #438A71 on white background.



Black color preview on #438A71 background

This text has black color on #438A71 background.


White color preview on #438A71 background

This text has white color on #438A71 background.