COLOR #438C6E

HEX: #438C6E
RGB: (67,140,110)

Color info

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

RGB color model

#438C6E color RGB value is (67,140,110).

  • red value is 67;
  • green value is 140;
  • blue value is 110.
RGB:
(67,140,110)
(26%,55%,43%)

RGB channels and saturation

R 67 of 255 = 26%
G 140 of 255 = 55%
B 110 of 255 = 43%

67
140
110

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

Portions of RGB colors in percentages

R + G + B =
67 + 140 + 110 = 317 (100%)
R 67 of 317 ~ 21.14%
G 140 of 317 ~ 44.16%
B 110 of 317 ~ 34.7%

%21.14
%44.16
%34.7

CMYK color model

#438C6E color CMYK value is (52,0,21,45).

  • cyan value is 52.14%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 45.10%
CMYK:
(52,0,21,45)
C52M0Y21K45 
(52%,0%,21%,45%)
(0.52/0.00/0.21/0.45)	

CMYK percentages

%52.14
%0
%21.43
%45.1

Codes

Color #438C6E in popluar color models

438C6E
RGB67140110
HSL155°35.27%40.59%
HSB/HSV155°52.14%54.90%
CMYK52.14%0.00%21.43%
45.10%

Color #438C6E in popluar number systems.

HEX438C6E
Decimal67140110
Binary1000011100011001101110
Octal103214156

Shades and tints

Shades of #438C6E

#438C6E
(67,140,110)
#3D8064
(61,128,100)
#37745A
(55,116,90)
#316850
(49,104,80)
#2B5C46
(43,92,70)
#25503C
(37,80,60)
#1F4432
(31,68,50)
#193828
(25,56,40)
#132C1E
(19,44,30)
#0D2014
(13,32,20)
#07140A
(7,20,10)
#000000
(0,0,0)

Tints of #438C6E

#438C6E
(67,140,110)
#54967B
(84,150,123)
#65A088
(101,160,136)
#76AA95
(118,170,149)
#87B4A2
(135,180,162)
#98BEAF
(152,190,175)
#A9C8BC
(169,200,188)
#BAD2C9
(186,210,201)
#CBDCD6
(203,220,214)
#DCE6E3
(220,230,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438C6E color. Also use rgb(67,140,110) instead hex code.

Text Font Color

.myTextColor { color: #438C6E; }

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

This text font color is #438C6E.


Background Color

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

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

This div background color is #438C6E.


Border color

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

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

This div border color is #438C6E.


Opacity

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

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

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

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

This text has shadow with #438C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438C6E on black background.


Color preview on white background

This text has color #438C6E on white background.



Black color preview on #438C6E background

This text has black color on #438C6E background.


White color preview on #438C6E background

This text has white color on #438C6E background.