Color Hex Logo

#38501f Color Hex

#38501F
(56,80,31)
0 Favorites   0 Comments

Color spaces of #38501f

RGB 568031
HSL0.250.440.22
HSV89°61°31°
CMYK 0.300.000.61   0.69
XYZ4.74696.67702.3349
Yxy6.67700.34500.4853
Hunter Lab25.8399-12.428612.7305
CIE-Lab31.0600-18.713625.5732

#38501f color RGB value is (56,80,31).

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

The process color (four color CMYK) of #38501f color hex is 0.30, 0.00, 0.61, 0.69. Web safe color of #38501f is #336633. Color #38501f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 00011111
Octal 70 120 37
Decimal 56 80 31
Hex 38 50 1F

RGB Percentages of Color #38501f

%33.53
%47.90
%18.56

CMYK Percentages of Color #38501f

%30
%0
%61
%69

Triadic Colors of #38501f

#38501f #1f3850 #501f38

Analogous Colors of #38501f

#38501f #20501f #50501f

Monochromatic Colors of #38501f

#38501f

Complementary Color

#38501f #371f50

#38501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38501f Color CSS Codes

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

#38501f Text Font Color

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

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


#38501f Background Color

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

This div background color is #38501f


#38501f Border Color

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

This div border color is #38501f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,80,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 #38501f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38501f


Comments

No comments written yet.

Please login to write comment.