Color Hex Logo

#438814 Color Hex

#438814
(67,136,20)
0 Favorites   0 Comments

Color spaces of #438814

RGB 6713620
HSL0.270.740.31
HSV96°85°53°
CMYK 0.510.000.85   0.47
XYZ11.245218.85213.7080
Yxy18.85210.33260.5577
Hunter Lab43.4190-29.753125.3299
CIE-Lab50.5137-41.237749.8517

#438814 color RGB value is (67,136,20).

#438814 hex color red value is 67, green value is 136 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #438814 hue: 0.27 , saturation: 0.74 and the lightness value of 438814 is 0.31.

The process color (four color CMYK) of #438814 color hex is 0.51, 0.00, 0.85, 0.47. Web safe color of #438814 is #339900. Color #438814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001000 00010100
Octal 103 210 24
Decimal 67 136 20
Hex 43 88 14

RGB Percentages of Color #438814

%30.04
%60.99
%8.97

CMYK Percentages of Color #438814

%51
%0
%85
%47

Triadic Colors of #438814

#438814 #144388 #881443

Analogous Colors of #438814

#438814 #14881f #7d8814

Monochromatic Colors of #438814

#438814

Complementary Color

#438814 #591488

#438814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438814 Color CSS Codes

.mybgcolor {background-color:#438814; } 
.myforecolor {color:#438814; }
.mybordercolor {border:3px solid #438814; }

#438814 Text Font Color

<p style="color:#438814">Text here</p>

This sample text font color is #438814
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#438814 Background Color

<div style="background-color:#438814">
Div content here</div>

This div background color is #438814


#438814 Border Color

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

This div border color is #438814


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,136,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #438814; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #438814;
  -webkit-box-shadow: 1px 1px 3px 2px #438814;
  box-shadow:         1px 1px 3px 2px #438814; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,136,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #438814">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #438814;
  -webkit-box-shadow: 1px 1px 3px 2px #438814;
  box-shadow:         1px 1px 3px 2px #438814;">
Div content here</div>

This div box has shadow with color #438814


Comments

No comments written yet.

Please login to write comment.