Color Hex Logo

#438175 Color Hex

#438175
(67,129,117)
0 Favorites   0 Comments

Color spaces of #438175

RGB 67129117
HSL0.470.320.38
HSV168°48°51°
CMYK 0.480.000.09   0.49
XYZ13.375918.178219.6334
Yxy18.17820.26130.3551
Hunter Lab42.6359-18.61312.5427
CIE-Lab49.7115-23.16460.3053

#438175 color RGB value is (67,129,117).

#438175 hex color red value is 67, green value is 129 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #438175 hue: 0.47 , saturation: 0.32 and the lightness value of 438175 is 0.38.

The process color (four color CMYK) of #438175 color hex is 0.48, 0.00, 0.09, 0.49. Web safe color of #438175 is #339966. Color #438175 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000001 01110101
Octal 103 201 165
Decimal 67 129 117
Hex 43 81 75

RGB Percentages of Color #438175

%21.41
%41.21
%37.38

CMYK Percentages of Color #438175

%48
%0
%9
%49

Triadic Colors of #438175

#438175 #754381 #817543

Analogous Colors of #438175

#438175 #436e81 #438156

Monochromatic Colors of #438175

#438175

Complementary Color

#438175 #81434f

#438175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438175 Color CSS Codes

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

#438175 Text Font Color

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

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


#438175 Background Color

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

This div background color is #438175


#438175 Border Color

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

This div border color is #438175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438175


Comments

No comments written yet.

Please login to write comment.