Color Hex Logo

#438670 Color Hex

#438670
(67,134,112)
0 Favorites   0 Comments

Color spaces of #438670

RGB 67134112
HSL0.450.330.39
HSV160°50°53°
CMYK 0.500.000.16   0.47
XYZ13.764519.413318.3509
Yxy19.41330.26710.3767
Hunter Lab44.0605-21.34266.1485
CIE-Lab51.1673-26.94485.3311

#438670 color RGB value is (67,134,112).

#438670 hex color red value is 67, green value is 134 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #438670 hue: 0.45 , saturation: 0.33 and the lightness value of 438670 is 0.39.

The process color (four color CMYK) of #438670 color hex is 0.50, 0.00, 0.16, 0.47. Web safe color of #438670 is #339966. Color #438670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000110 01110000
Octal 103 206 160
Decimal 67 134 112
Hex 43 86 70

RGB Percentages of Color #438670

%21.41
%42.81
%35.78

CMYK Percentages of Color #438670

%50
%0
%16
%47

Triadic Colors of #438670

#438670 #704386 #867043

Analogous Colors of #438670

#438670 #437b86 #43864f

Monochromatic Colors of #438670

#438670

Complementary Color

#438670 #864359

#438670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438670 Color CSS Codes

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

#438670 Text Font Color

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

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


#438670 Background Color

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

This div background color is #438670


#438670 Border Color

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

This div border color is #438670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438670


Comments

No comments written yet.

Please login to write comment.