COLOR #438D79

HEX: #438D79
RGB: (67,141,121)

Color info

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

RGB color model

#438D79 color RGB value is (67,141,121).

  • red value is 67;
  • green value is 141;
  • blue value is 121.
RGB:
(67,141,121)
(26%,55%,47%)

RGB channels and saturation

R 67 of 255 = 26%
G 141 of 255 = 55%
B 121 of 255 = 47%

67
141
121

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

Portions of RGB colors in percentages

R + G + B =
67 + 141 + 121 = 329 (100%)
R 67 of 329 ~ 20.36%
G 141 of 329 ~ 42.86%
B 121 of 329 ~ 36.78%

%20.36
%42.86
%36.78

CMYK color model

#438D79 color CMYK value is (52,0,14,45).

  • cyan value is 52.48%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 44.71%
CMYK:
(52,0,14,45)
C52M0Y14K45 
(52%,0%,14%,45%)
(0.52/0.00/0.14/0.45)	

CMYK percentages

%52.48
%0
%14.18
%44.71

Codes

Color #438D79 in popluar color models

438D79
RGB67141121
HSL164°35.58%40.78%
HSB/HSV164°52.48%55.29%
CMYK52.48%0.00%14.18%
44.71%

Color #438D79 in popluar number systems.

HEX438D79
Decimal67141121
Binary1000011100011011111001
Octal103215171

Shades and tints

Shades of #438D79

#438D79
(67,141,121)
#3D816E
(61,129,110)
#377563
(55,117,99)
#316958
(49,105,88)
#2B5D4D
(43,93,77)
#255142
(37,81,66)
#1F4537
(31,69,55)
#19392C
(25,57,44)
#132D21
(19,45,33)
#0D2116
(13,33,22)
#07150B
(7,21,11)
#000000
(0,0,0)

Tints of #438D79

#438D79
(67,141,121)
#549785
(84,151,133)
#65A191
(101,161,145)
#76AB9D
(118,171,157)
#87B5A9
(135,181,169)
#98BFB5
(152,191,181)
#A9C9C1
(169,201,193)
#BAD3CD
(186,211,205)
#CBDDD9
(203,221,217)
#DCE7E5
(220,231,229)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438D79 color. Also use rgb(67,141,121) instead hex code.

Text Font Color

.myTextColor { color: #438D79; }

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

This text font color is #438D79.


Background Color

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

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

This div background color is #438D79.


Border color

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

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

This div border color is #438D79.


Opacity

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

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

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

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

This text has shadow with #438D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438D79 on black background.


Color preview on white background

This text has color #438D79 on white background.



Black color preview on #438D79 background

This text has black color on #438D79 background.


White color preview on #438D79 background

This text has white color on #438D79 background.