COLOR #438966

HEX: #438966 RGB: (67,137,102)

Color info

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

RGB color model

#438966 color RGB value is (67,137,102).

RGB: (67,137,102) (26%, 54%, 40%)

RGB channels and saturation

R 67 of 255 = 26%
G 137 of 255 = 54%
B 102 of 255 = 40%

67
137
102

R + G + B ~ 40%. #438966 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 67 + 137 + 102 = 306 (100%)
R 67 of 306 ~ 21.9%
G 137 of 306 ~ 44.77%
B 102 of 306 ~ 33.33'%

%21.9
%44.77
%33.33

CMYK color model

#438966 color CMYK value is (51,0,26,46).

  • cyan value is 51.09%
  • magenta value is 0.00%
  • yellow value is 25.55%
  • key color value is 46.27%
CMYK: (51,0,26,46) C51M0Y26K46 (51%,0%,26%,46%) (0.51/0.00/0.26/0.46) 

CMYK percentages

%51.09
%0
%25.55
%46.27

Codes

Color #438966 in popluar color models

43 89 66
RGB 67 137 102
HSL 150° 34.31% 40.00%
HSB/HSV 150° 51.09% 53.73%
CMYK 51.09% 0.00% 25.55%
46.27%

Color #438966 in popluar number systems.

HEX 43 89 66
Decimal 67 137 102
Binary 1000011 10001001 1100110
Octal 103 211 146

Shades and tints

Shades of #438966

#438966
(67,137,102)
#3D7D5D
(61,125,93)
#377154
(55,113,84)
#31654B
(49,101,75)
#2B5942
(43,89,66)
#254D39
(37,77,57)
#1F4130
(31,65,48)
#193527
(25,53,39)
#13291E
(19,41,30)
#0D1D15
(13,29,21)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #438966

#438966
(67,137,102)
#549373
(84,147,115)
#659D80
(101,157,128)
#76A78D
(118,167,141)
#87B19A
(135,177,154)
#98BBA7
(152,187,167)
#A9C5B4
(169,197,180)
#BACFC1
(186,207,193)
#CBD9CE
(203,217,206)
#DCE3DB
(220,227,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438966 color. Also use rgb(67,137,102) instead hex code.

Text Font Color

.myTextColor { color: #438966; }

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

This text font color is #438966.

Background Color

.myBgColor { background-color: #438966; }

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

This div background color is #438966.

Border color

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

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

This div border color is #438966.

Opacity

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

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

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

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

This text has shadow with #438966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #438966.

Preview

Color preview on black background

This text has color #438966 on black background.


Color preview on white background

This text has color #438966 on white background.


Black color preview on #438966 background

This text has black color on #438966 background.


White color preview on #438966 background

This text has white color on #438966 background.


Related colors

Complementary color

Complementary color for #hex is #BC7699.


I love getcolorcode.com

Triadic colors

1 #664389 and #896643 with #438966 are triadic colors.

2 #668943 and #894366 with #438966 are triadic colors.