Color Hex Logo

#438354 Color Hex

#438354
(67,131,84)
0 Favorites   0 Comments

Color spaces of #438354

RGB 6713184
HSL0.380.320.39
HSV136°49°51°
CMYK 0.490.000.36   0.49
XYZ12.031318.066011.2405
Yxy18.06600.29100.4370
Hunter Lab42.5041-23.855614.0732
CIE-Lab49.5761-31.604819.2401

#438354 color RGB value is (67,131,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000011 01010100
Octal 103 203 124
Decimal 67 131 84
Hex 43 83 54

RGB Percentages of Color #438354

%23.76
%46.45
%29.79

CMYK Percentages of Color #438354

%49
%0
%36
%49

Triadic Colors of #438354

#438354 #544383 #835443

Analogous Colors of #438354

#438354 #438374 #528343

Monochromatic Colors of #438354

#438354

Complementary Color

#438354 #834372

#438354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#438354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#438354 Color CSS Codes

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

#438354 Text Font Color

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

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


#438354 Background Color

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

This div background color is #438354


#438354 Border Color

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

This div border color is #438354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #438354


Comments

No comments written yet.

Please login to write comment.