Color Hex Logo

#438a4d Color Hex

#438A4D
(67,138,77)
0 Favorites   0 Comments

Color spaces of #438a4d

RGB 6713877
HSL0.360.350.40
HSV128°51°54°
CMYK 0.510.000.44   0.46
XYZ12.742819.906110.1918
Yxy19.90610.29740.4647
Hunter Lab44.6163-27.097217.6876
CIE-Lab51.7309-36.038425.9688

#438a4d color RGB value is (67,138,77).

#438a4d hex color red value is 67, green value is 138 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #438a4d hue: 0.36 , saturation: 0.35 and the lightness value of 438a4d is 0.40.

The process color (four color CMYK) of #438a4d color hex is 0.51, 0.00, 0.44, 0.46. Web safe color of #438a4d is #339966. Color #438a4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10001010 01001101
Octal 103 212 115
Decimal 67 138 77
Hex 43 8A 4D

RGB Percentages of Color #438a4d

%23.76
%48.94
%27.30

CMYK Percentages of Color #438a4d

%51
%0
%44
%46

Triadic Colors of #438a4d

#438a4d #4d438a #8a4d43

Analogous Colors of #438a4d

#438a4d #438a71 #5d8a43

Monochromatic Colors of #438a4d

#438a4d

Complementary Color

#438a4d #8a4380

#438a4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438a4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#438a4d Color CSS Codes

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

#438a4d Text Font Color

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

This sample text font color is #438a4d
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.


#438a4d Background Color

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

This div background color is #438a4d


#438a4d Border Color

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

This div border color is #438a4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,138,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #438a4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #438a4d;
  -webkit-box-shadow: 1px 1px 3px 2px #438a4d;
  box-shadow:         1px 1px 3px 2px #438a4d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438a4d


Comments

No comments written yet.

Please login to write comment.