COLOR #438A80

HEX: #438A80
RGB: (67,138,128)

Color info

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

RGB color model

#438A80 color RGB value is (67,138,128).

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

RGB channels and saturation

R 67 of 255 = 26%
G 138 of 255 = 54%
B 128 of 255 = 50%

67
138
128

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

Portions of RGB colors in percentages

R + G + B =
67 + 138 + 128 = 333 (100%)
R 67 of 333 ~ 20.12%
G 138 of 333 ~ 41.44%
B 128 of 333 ~ 38.44%

%20.12
%41.44
%38.44

CMYK color model

#438A80 color CMYK value is (51,0,7,46).

  • cyan value is 51.45%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(51,0,7,46)
C51M0Y7K46 
(51%,0%,7%,46%)
(0.51/0.00/0.07/0.46)	

CMYK percentages

%51.45
%0
%7.25
%45.88

Codes

Color #438A80 in popluar color models

438A80
RGB67138128
HSL172°34.63%40.20%
HSB/HSV172°51.45%54.12%
CMYK51.45%0.00%7.25%
45.88%

Color #438A80 in popluar number systems.

HEX438A80
Decimal67138128
Binary10000111000101010000000
Octal103212200

Shades and tints

Shades of #438A80

#438A80
(67,138,128)
#3D7E75
(61,126,117)
#37726A
(55,114,106)
#31665F
(49,102,95)
#2B5A54
(43,90,84)
#254E49
(37,78,73)
#1F423E
(31,66,62)
#193633
(25,54,51)
#132A28
(19,42,40)
#0D1E1D
(13,30,29)
#071212
(7,18,18)
#000000
(0,0,0)

Tints of #438A80

#438A80
(67,138,128)
#54948B
(84,148,139)
#659E96
(101,158,150)
#76A8A1
(118,168,161)
#87B2AC
(135,178,172)
#98BCB7
(152,188,183)
#A9C6C2
(169,198,194)
#BAD0CD
(186,208,205)
#CBDAD8
(203,218,216)
#DCE4E3
(220,228,227)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438A80; }

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

This text font color is #438A80.


Background Color

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

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

This div background color is #438A80.


Border color

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

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

This div border color is #438A80.


Opacity

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

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

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

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

This text has shadow with #438A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438A80 on black background.


Color preview on white background

This text has color #438A80 on white background.



Black color preview on #438A80 background

This text has black color on #438A80 background.


White color preview on #438A80 background

This text has white color on #438A80 background.