Color Hex Logo

#438058 Color Hex

#438058
(67,128,88)
0 Favorites   0 Comments

Color spaces of #438058

RGB 6712888
HSL0.390.310.38
HSV141°48°50°
CMYK 0.480.000.31   0.50
XYZ11.795417.336211.9571
Yxy17.33620.28710.4219
Hunter Lab41.6368-22.296512.1190
CIE-Lab48.6809-29.397915.7438

#438058 color RGB value is (67,128,88).

#438058 hex color red value is 67, green value is 128 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #438058 hue: 0.39 , saturation: 0.31 and the lightness value of 438058 is 0.38.

The process color (four color CMYK) of #438058 color hex is 0.48, 0.00, 0.31, 0.50. Web safe color of #438058 is #339966. Color #438058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000000 01011000
Octal 103 200 130
Decimal 67 128 88
Hex 43 80 58

RGB Percentages of Color #438058

%23.67
%45.23
%31.10

CMYK Percentages of Color #438058

%48
%0
%31
%50

Triadic Colors of #438058

#438058 #584380 #805843

Analogous Colors of #438058

#438058 #438077 #4d8043

Monochromatic Colors of #438058

#438058

Complementary Color

#438058 #80436b

#438058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438058 Color CSS Codes

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

#438058 Text Font Color

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

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


#438058 Background Color

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

This div background color is #438058


#438058 Border Color

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

This div border color is #438058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438058


Comments

No comments written yet.

Please login to write comment.