Color Hex Logo

#38511f Color Hex

#38511F
(56,81,31)
0 Favorites   0 Comments

Color spaces of #38511f

RGB 568131
HSL0.250.450.22
HSV90°62°32°
CMYK 0.310.000.62   0.68
XYZ4.82066.82452.3595
Yxy6.82450.34420.4873
Hunter Lab26.1237-12.778012.9315
CIE-Lab31.4040-19.248425.9718

#38511f color RGB value is (56,81,31).

#38511f hex color red value is 56, green value is 81 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #38511f hue: 0.25 , saturation: 0.45 and the lightness value of 38511f is 0.22.

The process color (four color CMYK) of #38511f color hex is 0.31, 0.00, 0.62, 0.68. Web safe color of #38511f is #336633. Color #38511f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010001 00011111
Octal 70 121 37
Decimal 56 81 31
Hex 38 51 1F

RGB Percentages of Color #38511f

%33.33
%48.21
%18.45

CMYK Percentages of Color #38511f

%31
%0
%62
%68

Triadic Colors of #38511f

#38511f #1f3851 #511f38

Analogous Colors of #38511f

#38511f #1f511f #51511f

Monochromatic Colors of #38511f

#38511f

Complementary Color

#38511f #381f51

#38511f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38511f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38511f Color CSS Codes

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

#38511f Text Font Color

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

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


#38511f Background Color

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

This div background color is #38511f


#38511f Border Color

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

This div border color is #38511f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38511f


Comments

No comments written yet.

Please login to write comment.