Color Hex Logo

#388669 Color Hex

#388669
(56,134,105)
0 Favorites   0 Comments

Color spaces of #388669

RGB 56134105
HSL0.440.410.37
HSV158°58°53°
CMYK 0.580.000.22   0.47
XYZ12.705818.910916.3451
Yxy18.91090.26490.3943
Hunter Lab43.4867-23.94818.1557
CIE-Lab50.5828-31.33778.5046

#388669 color RGB value is (56,134,105).

#388669 hex color red value is 56, green value is 134 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #388669 hue: 0.44 , saturation: 0.41 and the lightness value of 388669 is 0.37.

The process color (four color CMYK) of #388669 color hex is 0.58, 0.00, 0.22, 0.47. Web safe color of #388669 is #339966. Color #388669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000110 01101001
Octal 70 206 151
Decimal 56 134 105
Hex 38 86 69

RGB Percentages of Color #388669

%18.98
%45.42
%35.59

CMYK Percentages of Color #388669

%58
%0
%22
%47

Triadic Colors of #388669

#388669 #693886 #866938

Analogous Colors of #388669

#388669 #387c86 #388642

Monochromatic Colors of #388669

#388669

Complementary Color

#388669 #863855

#388669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388669 Color CSS Codes

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

#388669 Text Font Color

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

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


#388669 Background Color

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

This div background color is #388669


#388669 Border Color

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

This div border color is #388669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388669


Comments

No comments written yet.

Please login to write comment.