COLOR #438D5B

HEX: #438D5B
RGB: (67,141,91)

Color info

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

RGB color model

#438D5B color RGB value is (67,141,91).

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

RGB channels and saturation

R 67 of 255 = 26%
G 141 of 255 = 55%
B 91 of 255 = 36%

67
141
91

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

Portions of RGB colors in percentages

R + G + B =
67 + 141 + 91 = 299 (100%)
R 67 of 299 ~ 22.41%
G 141 of 299 ~ 47.16%
B 91 of 299 ~ 30.43%

%22.41
%47.16
%30.43

CMYK color model

#438D5B color CMYK value is (52,0,35,45).

  • cyan value is 52.48%
  • magenta value is 0.00%
  • yellow value is 35.46%
  • key color value is 44.71%
CMYK:
(52,0,35,45)
C52M0Y35K45 
(52%,0%,35%,45%)
(0.52/0.00/0.35/0.45)	

CMYK percentages

%52.48
%0
%35.46
%44.71

Codes

Color #438D5B in popluar color models

438D5B
RGB6714191
HSL139°35.58%40.78%
HSB/HSV139°52.48%55.29%
CMYK52.48%0.00%35.46%
44.71%

Color #438D5B in popluar number systems.

HEX438D5B
Decimal6714191
Binary1000011100011011011011
Octal103215133

Shades and tints

Shades of #438D5B

#438D5B
(67,141,91)
#3D8153
(61,129,83)
#37754B
(55,117,75)
#316943
(49,105,67)
#2B5D3B
(43,93,59)
#255133
(37,81,51)
#1F452B
(31,69,43)
#193923
(25,57,35)
#132D1B
(19,45,27)
#0D2113
(13,33,19)
#07150B
(7,21,11)
#000000
(0,0,0)

Tints of #438D5B

#438D5B
(67,141,91)
#549769
(84,151,105)
#65A177
(101,161,119)
#76AB85
(118,171,133)
#87B593
(135,181,147)
#98BFA1
(152,191,161)
#A9C9AF
(169,201,175)
#BAD3BD
(186,211,189)
#CBDDCB
(203,221,203)
#DCE7D9
(220,231,217)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438D5B; }

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

This text font color is #438D5B.


Background Color

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

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

This div background color is #438D5B.


Border color

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

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

This div border color is #438D5B.


Opacity

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

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

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

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

This text has shadow with #438D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438D5B on black background.


Color preview on white background

This text has color #438D5B on white background.



Black color preview on #438D5B background

This text has black color on #438D5B background.


White color preview on #438D5B background

This text has white color on #438D5B background.