COLOR #438B5D

HEX: #438B5D RGB: (67,139,93)

Color info

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

RGB color model

#438B5D color RGB value is (67,139,93).

RGB: (67,139,93) (26%, 55%, 36%)

RGB channels and saturation

R 67 of 255 = 26%
G 139 of 255 = 55%
B 93 of 255 = 36%

67
139
93

R + G + B ~ 39%. #438B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 139 + 93 = 299 (100%)
R 67 of 299 ~ 22.41%
G 139 of 299 ~ 46.49%
B 93 of 299 ~ 31.1'%

%22.41
%46.49
%31.1

CMYK color model

#438B5D color CMYK value is (52,0,33,45).

  • cyan value is 51.80%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 45.49%

CMYK: (52,0,33,45)
C52M0Y33K45 (52%, 0%, 33%, 45%)
(0.52 / 0.00 / 0.33 / 0.45)

CMYK percentages

%51.8
%0
%33.09
%45.49

Codes

Color #438B5D in popluar color models

43 8B 5D
RGB 67 139 93
HSL 142° 34.95% 40.39%
HSB/HSV 142° 51.80% 54.51%
CMYK 51.80% 0.00% 33.09%
45.49%

Color #438B5D in popluar number systems.

HEX 43 8B 5D
Decimal 67 139 93
Binary 1000011 10001011 1011101
Octal 103 213 135

Shades and tints

Shades of #438B5D

#438B5D
(67,139,93)
#3D7F55
(61,127,85)
#37734D
(55,115,77)
#316745
(49,103,69)
#2B5B3D
(43,91,61)
#254F35
(37,79,53)
#1F432D
(31,67,45)
#193725
(25,55,37)
#132B1D
(19,43,29)
#0D1F15
(13,31,21)
#07130D
(7,19,13)
#000000
(0,0,0)

Tints of #438B5D

#438B5D
(67,139,93)
#54956B
(84,149,107)
#659F79
(101,159,121)
#76A987
(118,169,135)
#87B395
(135,179,149)
#98BDA3
(152,189,163)
#A9C7B1
(169,199,177)
#BAD1BF
(186,209,191)
#CBDBCD
(203,219,205)
#DCE5DB
(220,229,219)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438B5D color. Also use rgb(67,139,93) instead hex code.

Text Font Color

.myTextColor { color: #438B5D; }

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

This text font color is #438B5D.

Background Color

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

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

This div background color is #438B5D.

Border color

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

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

This div border color is #438B5D.

Opacity

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

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

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

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

This text has shadow with #438B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #438B5D.

Preview

Color preview on black background

This text has color #438B5D on black background.


Color preview on white background

This text has color #438B5D on white background.


Black color preview on #438B5D background

This text has black color on #438B5D background.


White color preview on #438B5D background

This text has white color on #438B5D background.


Related colors

Complementary color

Complementary color for #hex is #BC74A2.


I love getcolorcode.com

Triadic colors

1 #5D438B and #8B5D43 with #438B5D are triadic colors.

2 #5D8B43 and #8B435D with #438B5D are triadic colors.