COLOR #438F78

HEX: #438F78
RGB: (67,143,120)

Color info

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

RGB color model

#438F78 color RGB value is (67,143,120).

  • red value is 67;
  • green value is 143;
  • blue value is 120.
RGB:
(67,143,120)
(26%,56%,47%)

RGB channels and saturation

R 67 of 255 = 26%
G 143 of 255 = 56%
B 120 of 255 = 47%

67
143
120

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

Portions of RGB colors in percentages

R + G + B =
67 + 143 + 120 = 330 (100%)
R 67 of 330 ~ 20.3%
G 143 of 330 ~ 43.33%
B 120 of 330 ~ 36.36%

%20.3
%43.33
%36.36

CMYK color model

#438F78 color CMYK value is (53,0,16,44).

  • cyan value is 53.15%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 43.92%
CMYK:
(53,0,16,44)
C53M0Y16K44 
(53%,0%,16%,44%)
(0.53/0.00/0.16/0.44)	

CMYK percentages

%53.15
%0
%16.08
%43.92

Codes

Color #438F78 in popluar color models

438F78
RGB67143120
HSL162°36.19%41.18%
HSB/HSV162°53.15%56.08%
CMYK53.15%0.00%16.08%
43.92%

Color #438F78 in popluar number systems.

HEX438F78
Decimal67143120
Binary1000011100011111111000
Octal103217170

Shades and tints

Shades of #438F78

#438F78
(67,143,120)
#3D826E
(61,130,110)
#377564
(55,117,100)
#31685A
(49,104,90)
#2B5B50
(43,91,80)
#254E46
(37,78,70)
#1F413C
(31,65,60)
#193432
(25,52,50)
#132728
(19,39,40)
#0D1A1E
(13,26,30)
#070D14
(7,13,20)
#000000
(0,0,0)

Tints of #438F78

#438F78
(67,143,120)
#549984
(84,153,132)
#65A390
(101,163,144)
#76AD9C
(118,173,156)
#87B7A8
(135,183,168)
#98C1B4
(152,193,180)
#A9CBC0
(169,203,192)
#BAD5CC
(186,213,204)
#CBDFD8
(203,223,216)
#DCE9E4
(220,233,228)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438F78 color. Also use rgb(67,143,120) instead hex code.

Text Font Color

.myTextColor { color: #438F78; }

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

This text font color is #438F78.


Background Color

.myBgColor { background-color: #438F78; }

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

This div background color is #438F78.


Border color

.myBorderColor { border: 1px solid #438F78; }

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

This div border color is #438F78.


Opacity

.myOpacity80 { color: #438F78; opacity: 0.8; }

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

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

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

This text has shadow with #438F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438F78 on black background.


Color preview on white background

This text has color #438F78 on white background.



Black color preview on #438F78 background

This text has black color on #438F78 background.


White color preview on #438F78 background

This text has white color on #438F78 background.