Color Hex Logo

#438028 Color Hex

#438028
(67,128,40)
0 Favorites   0 Comments

Color spaces of #438028

RGB 6712840
HSL0.280.520.33
HSV102°69°50°
CMYK 0.480.000.69   0.50
XYZ10.416916.78484.6983
Yxy16.78480.32650.5262
Hunter Lab40.9693-26.310521.8792
CIE-Lab47.9877-36.530940.1743

#438028 color RGB value is (67,128,40).

#438028 hex color red value is 67, green value is 128 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #438028 hue: 0.28 , saturation: 0.52 and the lightness value of 438028 is 0.33.

The process color (four color CMYK) of #438028 color hex is 0.48, 0.00, 0.69, 0.50. Web safe color of #438028 is #339933. Color #438028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000000 00101000
Octal 103 200 50
Decimal 67 128 40
Hex 43 80 28

RGB Percentages of Color #438028

%28.51
%54.47
%17.02

CMYK Percentages of Color #438028

%48
%0
%69
%50

Triadic Colors of #438028

#438028 #284380 #802843

Analogous Colors of #438028

#438028 #288039 #6f8028

Monochromatic Colors of #438028

#438028

Complementary Color

#438028 #652880

#438028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438028 Color CSS Codes

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

#438028 Text Font Color

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

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


#438028 Background Color

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

This div background color is #438028


#438028 Border Color

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

This div border color is #438028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438028


Comments

No comments written yet.

Please login to write comment.