COLOR #438467

HEX: #438467
RGB: (67,132,103)

Color info

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

RGB color model

#438467 color RGB value is (67,132,103).

  • red value is 67;
  • green value is 132;
  • blue value is 103.
RGB:
(67,132,103)
(26%,52%,40%)

RGB channels and saturation

R 67 of 255 = 26%
G 132 of 255 = 52%
B 103 of 255 = 40%

67
132
103

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

Portions of RGB colors in percentages

R + G + B =
67 + 132 + 103 = 302 (100%)
R 67 of 302 ~ 22.19%
G 132 of 302 ~ 43.71%
B 103 of 302 ~ 34.11%

%22.19
%43.71
%34.11

CMYK color model

#438467 color CMYK value is (49,0,22,48).

  • cyan value is 49.24%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(49,0,22,48)
C49M0Y22K48 
(49%,0%,22%,48%)
(0.49/0.00/0.22/0.48)	

CMYK percentages

%49.24
%0
%21.97
%48.24

Codes

Color #438467 in popluar color models

438467
RGB67132103
HSL153°32.66%39.02%
HSB/HSV153°49.24%51.76%
CMYK49.24%0.00%21.97%
48.24%

Color #438467 in popluar number systems.

HEX438467
Decimal67132103
Binary1000011100001001100111
Octal103204147

Shades and tints

Shades of #438467

#438467
(67,132,103)
#3D785E
(61,120,94)
#376C55
(55,108,85)
#31604C
(49,96,76)
#2B5443
(43,84,67)
#25483A
(37,72,58)
#1F3C31
(31,60,49)
#193028
(25,48,40)
#13241F
(19,36,31)
#0D1816
(13,24,22)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #438467

#438467
(67,132,103)
#548F74
(84,143,116)
#659A81
(101,154,129)
#76A58E
(118,165,142)
#87B09B
(135,176,155)
#98BBA8
(152,187,168)
#A9C6B5
(169,198,181)
#BAD1C2
(186,209,194)
#CBDCCF
(203,220,207)
#DCE7DC
(220,231,220)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438467 color. Also use rgb(67,132,103) instead hex code.

Text Font Color

.myTextColor { color: #438467; }

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

This text font color is #438467.


Background Color

.myBgColor { background-color: #438467; }

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

This div background color is #438467.


Border color

.myBorderColor { border: 1px solid #438467; }

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

This div border color is #438467.


Opacity

.myOpacity80 { color: #438467; opacity: 0.8; }

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

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

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

This text has shadow with #438467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438467 on black background.


Color preview on white background

This text has color #438467 on white background.



Black color preview on #438467 background

This text has black color on #438467 background.


White color preview on #438467 background

This text has white color on #438467 background.