COLOR #438124

HEX: #438124
RGB: (67,129,36)

Color info

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

RGB color model

#438124 color RGB value is (67,129,36).

  • red value is 67;
  • green value is 129;
  • blue value is 36.
RGB:
(67,129,36)
(26%,51%,14%)

RGB channels and saturation

R 67 of 255 = 26%
G 129 of 255 = 51%
B 36 of 255 = 14%

67
129
36

R + G + B ~ 30%. #438124 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 129 + 36 = 232 (100%)
R 67 of 232 ~ 28.88%
G 129 of 232 ~ 55.6%
B 36 of 232 ~ 15.52%

%28.88
%55.6
%15.52

CMYK color model

#438124 color CMYK value is (48,0,72,49).

  • cyan value is 48.06%
  • magenta value is 0.00%
  • yellow value is 72.09%
  • key color value is 49.41%
CMYK:
(48,0,72,49)
C48M0Y72K49 
(48%,0%,72%,49%)
(0.48/0.00/0.72/0.49)	

CMYK percentages

%48.06
%0
%72.09
%49.41

Codes

Color #438124 in popluar color models

438124
RGB6712936
HSL100°56.36%32.35%
HSB/HSV100°72.09%50.59%
CMYK48.06%0.00%72.09%
49.41%

Color #438124 in popluar number systems.

HEX438124
Decimal6712936
Binary100001110000001100100
Octal10320144

Shades and tints

Shades of #438124

#438124
(67,129,36)
#3D7621
(61,118,33)
#376B1E
(55,107,30)
#31601B
(49,96,27)
#2B5518
(43,85,24)
#254A15
(37,74,21)
#1F3F12
(31,63,18)
#19340F
(25,52,15)
#13290C
(19,41,12)
#0D1E09
(13,30,9)
#071306
(7,19,6)
#000000
(0,0,0)

Tints of #438124

#438124
(67,129,36)
#548C37
(84,140,55)
#65974A
(101,151,74)
#76A25D
(118,162,93)
#87AD70
(135,173,112)
#98B883
(152,184,131)
#A9C396
(169,195,150)
#BACEA9
(186,206,169)
#CBD9BC
(203,217,188)
#DCE4CF
(220,228,207)
#EDEFE2
(237,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438124 color. Also use rgb(67,129,36) instead hex code.

Text Font Color

.myTextColor { color: #438124; }

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

This text font color is #438124.


Background Color

.myBgColor { background-color: #438124; }

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

This div background color is #438124.


Border color

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

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

This div border color is #438124.


Opacity

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

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

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

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

This text has shadow with #438124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438124 on black background.


Color preview on white background

This text has color #438124 on white background.



Black color preview on #438124 background

This text has black color on #438124 background.


White color preview on #438124 background

This text has white color on #438124 background.