COLOR #438392

HEX: #438392
RGB: (67,131,146)

Color info

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

RGB color model

#438392 color RGB value is (67,131,146).

  • red value is 67;
  • green value is 131;
  • blue value is 146.
RGB:
(67,131,146)
(26%,51%,57%)

RGB channels and saturation

R 67 of 255 = 26%
G 131 of 255 = 51%
B 146 of 255 = 57%

67
131
146

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

Portions of RGB colors in percentages

R + G + B =
67 + 131 + 146 = 344 (100%)
R 67 of 344 ~ 19.48%
G 131 of 344 ~ 38.08%
B 146 of 344 ~ 42.44%

%19.48
%38.08
%42.44

CMYK color model

#438392 color CMYK value is (54,10,0,43).

  • cyan value is 54.11%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(54,10,0,43)
C54M10Y0K43 
(54%,10%,0%,43%)
(0.54/0.10/0.00/0.43)	

CMYK percentages

%54.11
%10.27
%0
%42.75

Codes

Color #438392 in popluar color models

438392
RGB67131146
HSL191°37.09%41.76%
HSB/HSV191°54.11%57.25%
CMYK54.11%10.27%0.00%
42.75%

Color #438392 in popluar number systems.

HEX438392
Decimal67131146
Binary10000111000001110010010
Octal103203222

Shades and tints

Shades of #438392

#438392
(67,131,146)
#3D7885
(61,120,133)
#376D78
(55,109,120)
#31626B
(49,98,107)
#2B575E
(43,87,94)
#254C51
(37,76,81)
#1F4144
(31,65,68)
#193637
(25,54,55)
#132B2A
(19,43,42)
#0D201D
(13,32,29)
#071510
(7,21,16)
#000000
(0,0,0)

Tints of #438392

#438392
(67,131,146)
#548E9B
(84,142,155)
#6599A4
(101,153,164)
#76A4AD
(118,164,173)
#87AFB6
(135,175,182)
#98BABF
(152,186,191)
#A9C5C8
(169,197,200)
#BAD0D1
(186,208,209)
#CBDBDA
(203,219,218)
#DCE6E3
(220,230,227)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438392 color. Also use rgb(67,131,146) instead hex code.

Text Font Color

.myTextColor { color: #438392; }

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

This text font color is #438392.


Background Color

.myBgColor { background-color: #438392; }

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

This div background color is #438392.


Border color

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

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

This div border color is #438392.


Opacity

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

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

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

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

This text has shadow with #438392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438392 on black background.


Color preview on white background

This text has color #438392 on white background.



Black color preview on #438392 background

This text has black color on #438392 background.


White color preview on #438392 background

This text has white color on #438392 background.