Color Hex Logo

#38671f Color Hex

#38671F
(56,103,31)
0 Favorites   0 Comments

Color spaces of #38671f

RGB 5610331
HSL0.280.540.26
HSV99°70°40°
CMYK 0.460.000.70   0.60
XYZ6.728510.64022.9955
Yxy10.64020.33040.5225
Hunter Lab32.6193-20.264017.3888
CIE-Lab38.9677-30.092134.3957

#38671f color RGB value is (56,103,31).

#38671f hex color red value is 56, green value is 103 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #38671f hue: 0.28 , saturation: 0.54 and the lightness value of 38671f is 0.26.

The process color (four color CMYK) of #38671f color hex is 0.46, 0.00, 0.70, 0.60. Web safe color of #38671f is #336633. Color #38671f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100111 00011111
Octal 70 147 37
Decimal 56 103 31
Hex 38 67 1F

RGB Percentages of Color #38671f

%29.47
%54.21
%16.32

CMYK Percentages of Color #38671f

%46
%0
%70
%60

Triadic Colors of #38671f

#38671f #1f3867 #671f38

Analogous Colors of #38671f

#38671f #1f672a #5c671f

Monochromatic Colors of #38671f

#38671f

Complementary Color

#38671f #4e1f67

#38671f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38671f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38671f Color CSS Codes

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

#38671f Text Font Color

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

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


#38671f Background Color

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

This div background color is #38671f


#38671f Border Color

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

This div border color is #38671f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38671f


Comments

No comments written yet.

Please login to write comment.