COLOR #438019

HEX: #438019
RGB: (67,128,25)

Color info

#438019 contains mainly green color. Web safe color of #438019 is #336600 (or #360).

RGB color model

#438019 color RGB value is (67,128,25).

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

RGB channels and saturation

R 67 of 255 = 26%
G 128 of 255 = 50%
B 25 of 255 = 10%

67
128
25

R + G + B ~ 29%. #438019 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 128 + 25 = 220 (100%)
R 67 of 220 ~ 30.45%
G 128 of 220 ~ 58.18%
B 25 of 220 ~ 11.36%

%30.45
%58.18
%11.36

CMYK color model

#438019 color CMYK value is (48,0,80,50).

  • cyan value is 47.66%
  • magenta value is 0.00%
  • yellow value is 80.47%
  • key color value is 49.80%
CMYK:
(48,0,80,50)
C48M0Y80K50 
(48%,0%,80%,50%)
(0.48/0.00/0.80/0.50)	

CMYK percentages

%47.66
%0
%80.47
%49.8

Codes

Color #438019 in popluar color models

438019
RGB6712825
HSL96°67.32%30.00%
HSB/HSV96°80.47%50.20%
CMYK47.66%0.00%80.47%
49.80%

Color #438019 in popluar number systems.

HEX438019
Decimal6712825
Binary10000111000000011001
Octal10320031

Shades and tints

Shades of #438019

#438019
(67,128,25)
#3D7517
(61,117,23)
#376A15
(55,106,21)
#315F13
(49,95,19)
#2B5411
(43,84,17)
#25490F
(37,73,15)
#1F3E0D
(31,62,13)
#19330B
(25,51,11)
#132809
(19,40,9)
#0D1D07
(13,29,7)
#071205
(7,18,5)
#000000
(0,0,0)

Tints of #438019

#438019
(67,128,25)
#548B2D
(84,139,45)
#659641
(101,150,65)
#76A155
(118,161,85)
#87AC69
(135,172,105)
#98B77D
(152,183,125)
#A9C291
(169,194,145)
#BACDA5
(186,205,165)
#CBD8B9
(203,216,185)
#DCE3CD
(220,227,205)
#EDEEE1
(237,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438019; }

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

This text font color is #438019.


Background Color

.myBgColor { background-color: #438019; }

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

This div background color is #438019.


Border color

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

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

This div border color is #438019.


Opacity

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

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

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

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

This text has shadow with #438019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438019 on black background.


Color preview on white background

This text has color #438019 on white background.



Black color preview on #438019 background

This text has black color on #438019 background.


White color preview on #438019 background

This text has white color on #438019 background.