COLOR #438287

HEX: #438287
RGB: (67,130,135)

Color info

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

RGB color model

#438287 color RGB value is (67,130,135).

  • red value is 67;
  • green value is 130;
  • blue value is 135.
RGB:
(67,130,135)
(26%,51%,53%)

RGB channels and saturation

R 67 of 255 = 26%
G 130 of 255 = 51%
B 135 of 255 = 53%

67
130
135

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

Portions of RGB colors in percentages

R + G + B =
67 + 130 + 135 = 332 (100%)
R 67 of 332 ~ 20.18%
G 130 of 332 ~ 39.16%
B 135 of 332 ~ 40.66%

%20.18
%39.16
%40.66

CMYK color model

#438287 color CMYK value is (50,4,0,47).

  • cyan value is 50.37%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(50,4,0,47)
C50M4Y0K47 
(50%,4%,0%,47%)
(0.50/0.04/0.00/0.47)	

CMYK percentages

%50.37
%3.7
%0
%47.06

Codes

Color #438287 in popluar color models

438287
RGB67130135
HSL184°33.66%39.61%
HSB/HSV184°50.37%52.94%
CMYK50.37%3.70%0.00%
47.06%

Color #438287 in popluar number systems.

HEX438287
Decimal67130135
Binary10000111000001010000111
Octal103202207

Shades and tints

Shades of #438287

#438287
(67,130,135)
#3D777B
(61,119,123)
#376C6F
(55,108,111)
#316163
(49,97,99)
#2B5657
(43,86,87)
#254B4B
(37,75,75)
#1F403F
(31,64,63)
#193533
(25,53,51)
#132A27
(19,42,39)
#0D1F1B
(13,31,27)
#07140F
(7,20,15)
#000000
(0,0,0)

Tints of #438287

#438287
(67,130,135)
#548D91
(84,141,145)
#65989B
(101,152,155)
#76A3A5
(118,163,165)
#87AEAF
(135,174,175)
#98B9B9
(152,185,185)
#A9C4C3
(169,196,195)
#BACFCD
(186,207,205)
#CBDAD7
(203,218,215)
#DCE5E1
(220,229,225)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438287 color. Also use rgb(67,130,135) instead hex code.

Text Font Color

.myTextColor { color: #438287; }

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

This text font color is #438287.


Background Color

.myBgColor { background-color: #438287; }

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

This div background color is #438287.


Border color

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

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

This div border color is #438287.


Opacity

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

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

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

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

This text has shadow with #438287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438287 on black background.


Color preview on white background

This text has color #438287 on white background.



Black color preview on #438287 background

This text has black color on #438287 background.


White color preview on #438287 background

This text has white color on #438287 background.