Color Hex Logo

#38633f Color Hex

#38633F
(56,99,63)
0 Favorites   0 Comments

Color spaces of #38633f

RGB 569963
HSL0.360.280.30
HSV130°43°39°
CMYK 0.430.000.36   0.61
XYZ6.989910.12336.2882
Yxy10.12330.29870.4326
Hunter Lab31.8171-16.465410.5542
CIE-Lab38.0628-23.547015.9048

#38633f color RGB value is (56,99,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100011 00111111
Octal 70 143 77
Decimal 56 99 63
Hex 38 63 3F

RGB Percentages of Color #38633f

%25.69
%45.41
%28.90

CMYK Percentages of Color #38633f

%43
%0
%36
%61

Triadic Colors of #38633f

#38633f #3f3863 #633f38

Analogous Colors of #38633f

#38633f #386355 #476338

Monochromatic Colors of #38633f

#38633f

Complementary Color

#38633f #63385c

#38633f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38633f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38633f Color CSS Codes

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

#38633f Text Font Color

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

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


#38633f Background Color

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

This div background color is #38633f


#38633f Border Color

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

This div border color is #38633f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38633f


Comments

No comments written yet.

Please login to write comment.