COLOR #438477

HEX: #438477
RGB: (67,132,119)

Color info

#438477 contains mainly green and blue colors. Web safe color of #438477 is #339966 (or #396).

RGB color model

#438477 color RGB value is (67,132,119).

  • red value is 67;
  • green value is 132;
  • blue value is 119.
RGB:
(67,132,119)
(26%,52%,47%)

RGB channels and saturation

R 67 of 255 = 26%
G 132 of 255 = 52%
B 119 of 255 = 47%

67
132
119

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

Portions of RGB colors in percentages

R + G + B =
67 + 132 + 119 = 318 (100%)
R 67 of 318 ~ 21.07%
G 132 of 318 ~ 41.51%
B 119 of 318 ~ 37.42%

%21.07
%41.51
%37.42

CMYK color model

#438477 color CMYK value is (49,0,10,48).

  • cyan value is 49.24%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(49,0,10,48)
C49M0Y10K48 
(49%,0%,10%,48%)
(0.49/0.00/0.10/0.48)	

CMYK percentages

%49.24
%0
%9.85
%48.24

Codes

Color #438477 in popluar color models

438477
RGB67132119
HSL168°32.66%39.02%
HSB/HSV168°49.24%51.76%
CMYK49.24%0.00%9.85%
48.24%

Color #438477 in popluar number systems.

HEX438477
Decimal67132119
Binary1000011100001001110111
Octal103204167

Shades and tints

Shades of #438477

#438477
(67,132,119)
#3D786D
(61,120,109)
#376C63
(55,108,99)
#316059
(49,96,89)
#2B544F
(43,84,79)
#254845
(37,72,69)
#1F3C3B
(31,60,59)
#193031
(25,48,49)
#132427
(19,36,39)
#0D181D
(13,24,29)
#070C13
(7,12,19)
#000000
(0,0,0)

Tints of #438477

#438477
(67,132,119)
#548F83
(84,143,131)
#659A8F
(101,154,143)
#76A59B
(118,165,155)
#87B0A7
(135,176,167)
#98BBB3
(152,187,179)
#A9C6BF
(169,198,191)
#BAD1CB
(186,209,203)
#CBDCD7
(203,220,215)
#DCE7E3
(220,231,227)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438477 color. Also use rgb(67,132,119) instead hex code.

Text Font Color

.myTextColor { color: #438477; }

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

This text font color is #438477.


Background Color

.myBgColor { background-color: #438477; }

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

This div background color is #438477.


Border color

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

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

This div border color is #438477.


Opacity

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

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

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

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

This text has shadow with #438477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438477 on black background.


Color preview on white background

This text has color #438477 on white background.



Black color preview on #438477 background

This text has black color on #438477 background.


White color preview on #438477 background

This text has white color on #438477 background.