COLOR #438A6D

HEX: #438A6D
RGB: (67,138,109)

Color info

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

RGB color model

#438A6D color RGB value is (67,138,109).

  • red value is 67;
  • green value is 138;
  • blue value is 109.
RGB:
(67,138,109)
(26%,54%,43%)

RGB channels and saturation

R 67 of 255 = 26%
G 138 of 255 = 54%
B 109 of 255 = 43%

67
138
109

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

Portions of RGB colors in percentages

R + G + B =
67 + 138 + 109 = 314 (100%)
R 67 of 314 ~ 21.34%
G 138 of 314 ~ 43.95%
B 109 of 314 ~ 34.71%

%21.34
%43.95
%34.71

CMYK color model

#438A6D color CMYK value is (51,0,21,46).

  • cyan value is 51.45%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(51,0,21,46)
C51M0Y21K46 
(51%,0%,21%,46%)
(0.51/0.00/0.21/0.46)	

CMYK percentages

%51.45
%0
%21.01
%45.88

Codes

Color #438A6D in popluar color models

438A6D
RGB67138109
HSL155°34.63%40.20%
HSB/HSV155°51.45%54.12%
CMYK51.45%0.00%21.01%
45.88%

Color #438A6D in popluar number systems.

HEX438A6D
Decimal67138109
Binary1000011100010101101101
Octal103212155

Shades and tints

Shades of #438A6D

#438A6D
(67,138,109)
#3D7E64
(61,126,100)
#37725B
(55,114,91)
#316652
(49,102,82)
#2B5A49
(43,90,73)
#254E40
(37,78,64)
#1F4237
(31,66,55)
#19362E
(25,54,46)
#132A25
(19,42,37)
#0D1E1C
(13,30,28)
#071213
(7,18,19)
#000000
(0,0,0)

Tints of #438A6D

#438A6D
(67,138,109)
#54947A
(84,148,122)
#659E87
(101,158,135)
#76A894
(118,168,148)
#87B2A1
(135,178,161)
#98BCAE
(152,188,174)
#A9C6BB
(169,198,187)
#BAD0C8
(186,208,200)
#CBDAD5
(203,218,213)
#DCE4E2
(220,228,226)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438A6D color. Also use rgb(67,138,109) instead hex code.

Text Font Color

.myTextColor { color: #438A6D; }

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

This text font color is #438A6D.


Background Color

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

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

This div background color is #438A6D.


Border color

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

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

This div border color is #438A6D.


Opacity

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

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

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

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

This text has shadow with #438A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438A6D on black background.


Color preview on white background

This text has color #438A6D on white background.



Black color preview on #438A6D background

This text has black color on #438A6D background.


White color preview on #438A6D background

This text has white color on #438A6D background.