COLOR #438941

HEX: #438941 RGB: (67,137,65)

Color info

#438941 contains mainly green color. Web safe color of #438941 is #339933 (or #393).

RGB color model

#438941 color RGB value is (67,137,65).

RGB: (67,137,65) (26%, 54%, 25%)

RGB channels and saturation

R 67 of 255 = 26%
G 137 of 255 = 54%
B 65 of 255 = 25%

67
137
65

R + G + B ~ 35%. #438941 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 137 + 65 = 269 (100%)
R 67 of 269 ~ 24.91%
G 137 of 269 ~ 50.93%
B 65 of 269 ~ 24.16'%

%24.91
%50.93
%24.16

CMYK color model

#438941 color CMYK value is (51,0,53,46).

  • cyan value is 51.09%
  • magenta value is 0.00%
  • yellow value is 52.55%
  • key color value is 46.27%
CMYK: (51,0,53,46) C51M0Y53K46 (51%,0%,53%,46%) (0.51/0.00/0.53/0.46) 

CMYK percentages

%51.09
%0
%52.55
%46.27

Codes

Color #438941 in popluar color models

43 89 41
RGB 67 137 65
HSL 118° 35.64% 39.61%
HSB/HSV 118° 52.55% 53.73%
CMYK 51.09% 0.00% 52.55%
46.27%

Color #438941 in popluar number systems.

HEX 43 89 41
Decimal 67 137 65
Binary 1000011 10001001 1000001
Octal 103 211 101

Shades and tints

Shades of #438941

#438941
(67,137,65)
#3D7D3C
(61,125,60)
#377137
(55,113,55)
#316532
(49,101,50)
#2B592D
(43,89,45)
#254D28
(37,77,40)
#1F4123
(31,65,35)
#19351E
(25,53,30)
#132919
(19,41,25)
#0D1D14
(13,29,20)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #438941

#438941
(67,137,65)
#549352
(84,147,82)
#659D63
(101,157,99)
#76A774
(118,167,116)
#87B185
(135,177,133)
#98BB96
(152,187,150)
#A9C5A7
(169,197,167)
#BACFB8
(186,207,184)
#CBD9C9
(203,217,201)
#DCE3DA
(220,227,218)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438941; }

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

This text font color is #438941.

Background Color

.myBgColor { background-color: #438941; }

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

This div background color is #438941.

Border color

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

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

This div border color is #438941.

Opacity

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

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

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

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

This text has shadow with #438941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #438941.

Preview

Color preview on black background

This text has color #438941 on black background.


Color preview on white background

This text has color #438941 on white background.


Black color preview on #438941 background

This text has black color on #438941 background.


White color preview on #438941 background

This text has white color on #438941 background.


Related colors

Complementary color

Complementary color for #hex is #BC76BE.


I love getcolorcode.com

Triadic colors

1 #414389 and #894143 with #438941 are triadic colors.

2 #418943 and #894341 with #438941 are triadic colors.