COLOR #438C1F

HEX: #438C1F
RGB: (67,140,31)

Color info

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

RGB color model

#438C1F color RGB value is (67,140,31).

  • red value is 67;
  • green value is 140;
  • blue value is 31.
RGB:
(67,140,31)
(26%,55%,12%)

RGB channels and saturation

R 67 of 255 = 26%
G 140 of 255 = 55%
B 31 of 255 = 12%

67
140
31

R + G + B ~ 31%. #438C1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 140 + 31 = 238 (100%)
R 67 of 238 ~ 28.15%
G 140 of 238 ~ 58.82%
B 31 of 238 ~ 13.03%

%28.15
%58.82
%13.03

CMYK color model

#438C1F color CMYK value is (52,0,78,45).

  • cyan value is 52.14%
  • magenta value is 0.00%
  • yellow value is 77.86%
  • key color value is 45.10%
CMYK:
(52,0,78,45)
C52M0Y78K45 
(52%,0%,78%,45%)
(0.52/0.00/0.78/0.45)	

CMYK percentages

%52.14
%0
%77.86
%45.1

Codes

Color #438C1F in popluar color models

438C1F
RGB6714031
HSL100°63.74%33.53%
HSB/HSV100°77.86%54.90%
CMYK52.14%0.00%77.86%
45.10%

Color #438C1F in popluar number systems.

HEX438C1F
Decimal6714031
Binary10000111000110011111
Octal10321437

Shades and tints

Shades of #438C1F

#438C1F
(67,140,31)
#3D801D
(61,128,29)
#37741B
(55,116,27)
#316819
(49,104,25)
#2B5C17
(43,92,23)
#255015
(37,80,21)
#1F4413
(31,68,19)
#193811
(25,56,17)
#132C0F
(19,44,15)
#0D200D
(13,32,13)
#07140B
(7,20,11)
#000000
(0,0,0)

Tints of #438C1F

#438C1F
(67,140,31)
#549633
(84,150,51)
#65A047
(101,160,71)
#76AA5B
(118,170,91)
#87B46F
(135,180,111)
#98BE83
(152,190,131)
#A9C897
(169,200,151)
#BAD2AB
(186,210,171)
#CBDCBF
(203,220,191)
#DCE6D3
(220,230,211)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438C1F color. Also use rgb(67,140,31) instead hex code.

Text Font Color

.myTextColor { color: #438C1F; }

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

This text font color is #438C1F.


Background Color

.myBgColor { background-color: #438C1F; }

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

This div background color is #438C1F.


Border color

.myBorderColor { border: 1px solid #438C1F; }

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

This div border color is #438C1F.


Opacity

.myOpacity80 { color: #438C1F; opacity: 0.8; }

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

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

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

This text has shadow with #438C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438C1F on black background.


Color preview on white background

This text has color #438C1F on white background.



Black color preview on #438C1F background

This text has black color on #438C1F background.


White color preview on #438C1F background

This text has white color on #438C1F background.