COLOR #438998

HEX: #438998
RGB: (67,137,152)

Color info

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

RGB color model

#438998 color RGB value is (67,137,152).

  • red value is 67;
  • green value is 137;
  • blue value is 152.
RGB:
(67,137,152)
(26%,54%,60%)

RGB channels and saturation

R 67 of 255 = 26%
G 137 of 255 = 54%
B 152 of 255 = 60%

67
137
152

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

Portions of RGB colors in percentages

R + G + B =
67 + 137 + 152 = 356 (100%)
R 67 of 356 ~ 18.82%
G 137 of 356 ~ 38.48%
B 152 of 356 ~ 42.7%

%18.82
%38.48
%42.7

CMYK color model

#438998 color CMYK value is (56,10,0,40).

  • cyan value is 55.92%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(56,10,0,40)
C56M10Y0K40 
(56%,10%,0%,40%)
(0.56/0.10/0.00/0.40)	

CMYK percentages

%55.92
%9.87
%0
%40.39

Codes

Color #438998 in popluar color models

438998
RGB67137152
HSL191°38.81%42.94%
HSB/HSV191°55.92%59.61%
CMYK55.92%9.87%0.00%
40.39%

Color #438998 in popluar number systems.

HEX438998
Decimal67137152
Binary10000111000100110011000
Octal103211230

Shades and tints

Shades of #438998

#438998
(67,137,152)
#3D7D8B
(61,125,139)
#37717E
(55,113,126)
#316571
(49,101,113)
#2B5964
(43,89,100)
#254D57
(37,77,87)
#1F414A
(31,65,74)
#19353D
(25,53,61)
#132930
(19,41,48)
#0D1D23
(13,29,35)
#071116
(7,17,22)
#000000
(0,0,0)

Tints of #438998

#438998
(67,137,152)
#5493A1
(84,147,161)
#659DAA
(101,157,170)
#76A7B3
(118,167,179)
#87B1BC
(135,177,188)
#98BBC5
(152,187,197)
#A9C5CE
(169,197,206)
#BACFD7
(186,207,215)
#CBD9E0
(203,217,224)
#DCE3E9
(220,227,233)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438998 color. Also use rgb(67,137,152) instead hex code.

Text Font Color

.myTextColor { color: #438998; }

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

This text font color is #438998.


Background Color

.myBgColor { background-color: #438998; }

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

This div background color is #438998.


Border color

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

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

This div border color is #438998.


Opacity

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

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

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

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

This text has shadow with #438998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438998 on black background.


Color preview on white background

This text has color #438998 on white background.



Black color preview on #438998 background

This text has black color on #438998 background.


White color preview on #438998 background

This text has white color on #438998 background.