Color Hex Logo

#438273 Color Hex

#438273
(67,130,115)
0 Favorites   0 Comments

Color spaces of #438273

RGB 67130115
HSL0.460.320.39
HSV166°48°51°
CMYK 0.480.000.12   0.49
XYZ13.391918.396419.0647
Yxy18.39640.26330.3618
Hunter Lab42.8910-19.32613.6698
CIE-Lab49.9734-24.18971.8585

#438273 color RGB value is (67,130,115).

#438273 hex color red value is 67, green value is 130 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #438273 hue: 0.46 , saturation: 0.32 and the lightness value of 438273 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000010 01110011
Octal 103 202 163
Decimal 67 130 115
Hex 43 82 73

RGB Percentages of Color #438273

%21.47
%41.67
%36.86

CMYK Percentages of Color #438273

%48
%0
%12
%49

Triadic Colors of #438273

#438273 #734382 #827343

Analogous Colors of #438273

#438273 #437282 #438254

Monochromatic Colors of #438273

#438273

Complementary Color

#438273 #824352

#438273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438273 Color CSS Codes

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

#438273 Text Font Color

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

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


#438273 Background Color

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

This div background color is #438273


#438273 Border Color

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

This div border color is #438273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438273


Comments

No comments written yet.

Please login to write comment.