Color Hex Logo

#38633e Color Hex

#38633E
(56,99,62)
0 Favorites   0 Comments

Color spaces of #38633e

RGB 569962
HSL0.360.280.30
HSV128°43°39°
CMYK 0.430.000.37   0.61
XYZ6.962210.11226.1423
Yxy10.11220.29990.4356
Hunter Lab31.7997-16.568810.8076
CIE-Lab38.0431-23.738916.4733

#38633e color RGB value is (56,99,62).

#38633e hex color red value is 56, green value is 99 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #38633e hue: 0.36 , saturation: 0.28 and the lightness value of 38633e is 0.30.

The process color (four color CMYK) of #38633e color hex is 0.43, 0.00, 0.37, 0.61. Web safe color of #38633e is #336633. Color #38633e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100011 00111110
Octal 70 143 76
Decimal 56 99 62
Hex 38 63 3E

RGB Percentages of Color #38633e

%25.81
%45.62
%28.57

CMYK Percentages of Color #38633e

%43
%0
%37
%61

Triadic Colors of #38633e

#38633e #3e3863 #633e38

Analogous Colors of #38633e

#38633e #386354 #486338

Monochromatic Colors of #38633e

#38633e

Complementary Color

#38633e #63385d

#38633e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38633e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38633e Color CSS Codes

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

#38633e Text Font Color

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

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


#38633e Background Color

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

This div background color is #38633e


#38633e Border Color

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

This div border color is #38633e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,99,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38633e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38633e;
  -webkit-box-shadow: 1px 1px 3px 2px #38633e;
  box-shadow:         1px 1px 3px 2px #38633e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38633e


Comments

No comments written yet.

Please login to write comment.