COLOR #438072

HEX: #438072
RGB: (67,128,114)

Color info

#438072 contains mainly green and blue colors. Web safe color of #438072 is #336666 (or #366).

RGB color model

#438072 color RGB value is (67,128,114).

  • red value is 67;
  • green value is 128;
  • blue value is 114.
RGB:
(67,128,114)
(26%,50%,45%)

RGB channels and saturation

R 67 of 255 = 26%
G 128 of 255 = 50%
B 114 of 255 = 45%

67
128
114

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

Portions of RGB colors in percentages

R + G + B =
67 + 128 + 114 = 309 (100%)
R 67 of 309 ~ 21.68%
G 128 of 309 ~ 41.42%
B 114 of 309 ~ 36.89%

%21.68
%41.42
%36.89

CMYK color model

#438072 color CMYK value is (48,0,11,50).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 49.80%
CMYK:
(48,0,11,50)
C48M0Y11K50 
(48%,0%,11%,50%)
(0.48/0.00/0.11/0.50)	

CMYK percentages

%47.66
%0
%10.94
%49.8

Codes

Color #438072 in popluar color models

438072
RGB67128114
HSL166°31.28%38.24%
HSB/HSV166°47.66%50.20%
CMYK47.66%0.00%10.94%
49.80%

Color #438072 in popluar number systems.

HEX438072
Decimal67128114
Binary1000011100000001110010
Octal103200162

Shades and tints

Shades of #438072

#438072
(67,128,114)
#3D7568
(61,117,104)
#376A5E
(55,106,94)
#315F54
(49,95,84)
#2B544A
(43,84,74)
#254940
(37,73,64)
#1F3E36
(31,62,54)
#19332C
(25,51,44)
#132822
(19,40,34)
#0D1D18
(13,29,24)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #438072

#438072
(67,128,114)
#548B7E
(84,139,126)
#65968A
(101,150,138)
#76A196
(118,161,150)
#87ACA2
(135,172,162)
#98B7AE
(152,183,174)
#A9C2BA
(169,194,186)
#BACDC6
(186,205,198)
#CBD8D2
(203,216,210)
#DCE3DE
(220,227,222)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438072 color. Also use rgb(67,128,114) instead hex code.

Text Font Color

.myTextColor { color: #438072; }

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

This text font color is #438072.


Background Color

.myBgColor { background-color: #438072; }

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

This div background color is #438072.


Border color

.myBorderColor { border: 1px solid #438072; }

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

This div border color is #438072.


Opacity

.myOpacity80 { color: #438072; opacity: 0.8; }

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

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

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

This text has shadow with #438072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438072 on black background.


Color preview on white background

This text has color #438072 on white background.



Black color preview on #438072 background

This text has black color on #438072 background.


White color preview on #438072 background

This text has white color on #438072 background.