COLOR #438285

HEX: #438285
RGB: (67,130,133)

Color info

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

RGB color model

#438285 color RGB value is (67,130,133).

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

RGB channels and saturation

R 67 of 255 = 26%
G 130 of 255 = 51%
B 133 of 255 = 52%

67
130
133

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

Portions of RGB colors in percentages

R + G + B =
67 + 130 + 133 = 330 (100%)
R 67 of 330 ~ 20.3%
G 130 of 330 ~ 39.39%
B 133 of 330 ~ 40.3%

%20.3
%39.39
%40.3

CMYK color model

#438285 color CMYK value is (50,2,0,48).

  • cyan value is 49.62%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(50,2,0,48)
C50M2Y0K48 
(50%,2%,0%,48%)
(0.50/0.02/0.00/0.48)	

CMYK percentages

%49.62
%2.26
%0
%47.84

Codes

Color #438285 in popluar color models

438285
RGB67130133
HSL183°33.00%39.22%
HSB/HSV183°49.62%52.16%
CMYK49.62%2.26%0.00%
47.84%

Color #438285 in popluar number systems.

HEX438285
Decimal67130133
Binary10000111000001010000101
Octal103202205

Shades and tints

Shades of #438285

#438285
(67,130,133)
#3D7779
(61,119,121)
#376C6D
(55,108,109)
#316161
(49,97,97)
#2B5655
(43,86,85)
#254B49
(37,75,73)
#1F403D
(31,64,61)
#193531
(25,53,49)
#132A25
(19,42,37)
#0D1F19
(13,31,25)
#07140D
(7,20,13)
#000000
(0,0,0)

Tints of #438285

#438285
(67,130,133)
#548D90
(84,141,144)
#65989B
(101,152,155)
#76A3A6
(118,163,166)
#87AEB1
(135,174,177)
#98B9BC
(152,185,188)
#A9C4C7
(169,196,199)
#BACFD2
(186,207,210)
#CBDADD
(203,218,221)
#DCE5E8
(220,229,232)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438285; }

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

This text font color is #438285.


Background Color

.myBgColor { background-color: #438285; }

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

This div background color is #438285.


Border color

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

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

This div border color is #438285.


Opacity

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

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

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

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

This text has shadow with #438285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438285 on black background.


Color preview on white background

This text has color #438285 on white background.



Black color preview on #438285 background

This text has black color on #438285 background.


White color preview on #438285 background

This text has white color on #438285 background.