COLOR #438894

HEX: #438894
RGB: (67,136,148)

Color info

#438894 contains mainly green and blue colors. Web safe color of #438894 is #339999 (or #399).

RGB color model

#438894 color RGB value is (67,136,148).

  • red value is 67;
  • green value is 136;
  • blue value is 148.
RGB:
(67,136,148)
(26%,53%,58%)

RGB channels and saturation

R 67 of 255 = 26%
G 136 of 255 = 53%
B 148 of 255 = 58%

67
136
148

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

Portions of RGB colors in percentages

R + G + B =
67 + 136 + 148 = 351 (100%)
R 67 of 351 ~ 19.09%
G 136 of 351 ~ 38.75%
B 148 of 351 ~ 42.17%

%19.09
%38.75
%42.17

CMYK color model

#438894 color CMYK value is (55,8,0,42).

  • cyan value is 54.73%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(55,8,0,42)
C55M8Y0K42 
(55%,8%,0%,42%)
(0.55/0.08/0.00/0.42)	

CMYK percentages

%54.73
%8.11
%0
%41.96

Codes

Color #438894 in popluar color models

438894
RGB67136148
HSL189°37.67%42.16%
HSB/HSV189°54.73%58.04%
CMYK54.73%8.11%0.00%
41.96%

Color #438894 in popluar number systems.

HEX438894
Decimal67136148
Binary10000111000100010010100
Octal103210224

Shades and tints

Shades of #438894

#438894
(67,136,148)
#3D7C87
(61,124,135)
#37707A
(55,112,122)
#31646D
(49,100,109)
#2B5860
(43,88,96)
#254C53
(37,76,83)
#1F4046
(31,64,70)
#193439
(25,52,57)
#13282C
(19,40,44)
#0D1C1F
(13,28,31)
#071012
(7,16,18)
#000000
(0,0,0)

Tints of #438894

#438894
(67,136,148)
#54929D
(84,146,157)
#659CA6
(101,156,166)
#76A6AF
(118,166,175)
#87B0B8
(135,176,184)
#98BAC1
(152,186,193)
#A9C4CA
(169,196,202)
#BACED3
(186,206,211)
#CBD8DC
(203,216,220)
#DCE2E5
(220,226,229)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438894 color. Also use rgb(67,136,148) instead hex code.

Text Font Color

.myTextColor { color: #438894; }

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

This text font color is #438894.


Background Color

.myBgColor { background-color: #438894; }

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

This div background color is #438894.


Border color

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

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

This div border color is #438894.


Opacity

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

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

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

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

This text has shadow with #438894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438894 on black background.


Color preview on white background

This text has color #438894 on white background.



Black color preview on #438894 background

This text has black color on #438894 background.


White color preview on #438894 background

This text has white color on #438894 background.