COLOR #438411

HEX: #438411
RGB: (67,132,17)

Color info

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

RGB color model

#438411 color RGB value is (67,132,17).

  • red value is 67;
  • green value is 132;
  • blue value is 17.
RGB:
(67,132,17)
(26%,52%,7%)

RGB channels and saturation

R 67 of 255 = 26%
G 132 of 255 = 52%
B 17 of 255 = 7%

67
132
17

R + G + B ~ 28%. #438411 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 132 + 17 = 216 (100%)
R 67 of 216 ~ 31.02%
G 132 of 216 ~ 61.11%
B 17 of 216 ~ 7.87%

%31.02
%61.11

CMYK color model

#438411 color CMYK value is (49,0,87,48).

  • cyan value is 49.24%
  • magenta value is 0.00%
  • yellow value is 87.12%
  • key color value is 48.24%
CMYK:
(49,0,87,48)
C49M0Y87K48 
(49%,0%,87%,48%)
(0.49/0.00/0.87/0.48)	

CMYK percentages

%49.24
%0
%87.12
%48.24

Codes

Color #438411 in popluar color models

438411
RGB6713217
HSL94°77.18%29.22%
HSB/HSV94°87.12%51.76%
CMYK49.24%0.00%87.12%
48.24%

Color #438411 in popluar number systems.

HEX438411
Decimal6713217
Binary10000111000010010001
Octal10320421

Shades and tints

Shades of #438411

#438411
(67,132,17)
#3D7810
(61,120,16)
#376C0F
(55,108,15)
#31600E
(49,96,14)
#2B540D
(43,84,13)
#25480C
(37,72,12)
#1F3C0B
(31,60,11)
#19300A
(25,48,10)
#132409
(19,36,9)
#0D1808
(13,24,8)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #438411

#438411
(67,132,17)
#548F26
(84,143,38)
#659A3B
(101,154,59)
#76A550
(118,165,80)
#87B065
(135,176,101)
#98BB7A
(152,187,122)
#A9C68F
(169,198,143)
#BAD1A4
(186,209,164)
#CBDCB9
(203,220,185)
#DCE7CE
(220,231,206)
#EDF2E3
(237,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438411 color. Also use rgb(67,132,17) instead hex code.

Text Font Color

.myTextColor { color: #438411; }

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

This text font color is #438411.


Background Color

.myBgColor { background-color: #438411; }

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

This div background color is #438411.


Border color

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

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

This div border color is #438411.


Opacity

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

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

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

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

This text has shadow with #438411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438411 on black background.


Color preview on white background

This text has color #438411 on white background.



Black color preview on #438411 background

This text has black color on #438411 background.


White color preview on #438411 background

This text has white color on #438411 background.