COLOR #438919

HEX: #438919
RGB: (67,137,25)

Color info

#438919 contains mainly green color. Web safe color of #438919 is #339900 (or #390).

RGB color model

#438919 color RGB value is (67,137,25).

  • red value is 67;
  • green value is 137;
  • blue value is 25.
RGB:
(67,137,25)
(26%,54%,10%)

RGB channels and saturation

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

67
137
25

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

Portions of RGB colors in percentages

R + G + B =
67 + 137 + 25 = 229 (100%)
R 67 of 229 ~ 29.26%
G 137 of 229 ~ 59.83%
B 25 of 229 ~ 10.92%

%29.26
%59.83
%10.92

CMYK color model

#438919 color CMYK value is (51,0,82,46).

  • cyan value is 51.09%
  • magenta value is 0.00%
  • yellow value is 81.75%
  • key color value is 46.27%
CMYK:
(51,0,82,46)
C51M0Y82K46 
(51%,0%,82%,46%)
(0.51/0.00/0.82/0.46)	

CMYK percentages

%51.09
%0
%81.75
%46.27

Codes

Color #438919 in popluar color models

438919
RGB6713725
HSL98°69.14%31.76%
HSB/HSV98°81.75%53.73%
CMYK51.09%0.00%81.75%
46.27%

Color #438919 in popluar number systems.

HEX438919
Decimal6713725
Binary10000111000100111001
Octal10321131

Shades and tints

Shades of #438919

#438919
(67,137,25)
#3D7D17
(61,125,23)
#377115
(55,113,21)
#316513
(49,101,19)
#2B5911
(43,89,17)
#254D0F
(37,77,15)
#1F410D
(31,65,13)
#19350B
(25,53,11)
#132909
(19,41,9)
#0D1D07
(13,29,7)
#071105
(7,17,5)
#000000
(0,0,0)

Tints of #438919

#438919
(67,137,25)
#54932D
(84,147,45)
#659D41
(101,157,65)
#76A755
(118,167,85)
#87B169
(135,177,105)
#98BB7D
(152,187,125)
#A9C591
(169,197,145)
#BACFA5
(186,207,165)
#CBD9B9
(203,217,185)
#DCE3CD
(220,227,205)
#EDEDE1
(237,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438919; }

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

This text font color is #438919.


Background Color

.myBgColor { background-color: #438919; }

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

This div background color is #438919.


Border color

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

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

This div border color is #438919.


Opacity

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

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

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

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

This text has shadow with #438919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438919 on black background.


Color preview on white background

This text has color #438919 on white background.



Black color preview on #438919 background

This text has black color on #438919 background.


White color preview on #438919 background

This text has white color on #438919 background.