COLOR #438F71

HEX: #438F71
RGB: (67,143,113)

Color info

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

RGB color model

#438F71 color RGB value is (67,143,113).

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

RGB channels and saturation

R 67 of 255 = 26%
G 143 of 255 = 56%
B 113 of 255 = 44%

67
143
113

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

Portions of RGB colors in percentages

R + G + B =
67 + 143 + 113 = 323 (100%)
R 67 of 323 ~ 20.74%
G 143 of 323 ~ 44.27%
B 113 of 323 ~ 34.98%

%20.74
%44.27
%34.98

CMYK color model

#438F71 color CMYK value is (53,0,21,44).

  • cyan value is 53.15%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 43.92%
CMYK:
(53,0,21,44)
C53M0Y21K44 
(53%,0%,21%,44%)
(0.53/0.00/0.21/0.44)	

CMYK percentages

%53.15
%0
%20.98
%43.92

Codes

Color #438F71 in popluar color models

438F71
RGB67143113
HSL156°36.19%41.18%
HSB/HSV156°53.15%56.08%
CMYK53.15%0.00%20.98%
43.92%

Color #438F71 in popluar number systems.

HEX438F71
Decimal67143113
Binary1000011100011111110001
Octal103217161

Shades and tints

Shades of #438F71

#438F71
(67,143,113)
#3D8267
(61,130,103)
#37755D
(55,117,93)
#316853
(49,104,83)
#2B5B49
(43,91,73)
#254E3F
(37,78,63)
#1F4135
(31,65,53)
#19342B
(25,52,43)
#132721
(19,39,33)
#0D1A17
(13,26,23)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #438F71

#438F71
(67,143,113)
#54997D
(84,153,125)
#65A389
(101,163,137)
#76AD95
(118,173,149)
#87B7A1
(135,183,161)
#98C1AD
(152,193,173)
#A9CBB9
(169,203,185)
#BAD5C5
(186,213,197)
#CBDFD1
(203,223,209)
#DCE9DD
(220,233,221)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438F71; }

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

This text font color is #438F71.


Background Color

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

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

This div background color is #438F71.


Border color

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

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

This div border color is #438F71.


Opacity

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

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

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

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

This text has shadow with #438F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438F71 on black background.


Color preview on white background

This text has color #438F71 on white background.



Black color preview on #438F71 background

This text has black color on #438F71 background.


White color preview on #438F71 background

This text has white color on #438F71 background.