Color Hex Logo

#38872c Color Hex

#38872C
(56,135,44)
0 Favorites   0 Comments

Color spaces of #38872c

RGB 5613544
HSL0.310.510.35
HSV112°67°53°
CMYK 0.590.000.67   0.47
XYZ10.749518.35055.3583
Yxy18.35050.31200.5325
Hunter Lab42.8375-30.173422.5700
CIE-Lab49.9185-42.333140.3613

#38872c color RGB value is (56,135,44).

#38872c hex color red value is 56, green value is 135 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #38872c hue: 0.31 , saturation: 0.51 and the lightness value of 38872c is 0.35.

The process color (four color CMYK) of #38872c color hex is 0.59, 0.00, 0.67, 0.47. Web safe color of #38872c is #339933. Color #38872c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000111 00101100
Octal 70 207 54
Decimal 56 135 44
Hex 38 87 2C

RGB Percentages of Color #38872c

%23.83
%57.45
%18.72

CMYK Percentages of Color #38872c

%59
%0
%67
%47

Triadic Colors of #38872c

#38872c #2c3887 #872c38

Analogous Colors of #38872c

#38872c #2c874e #66872c

Monochromatic Colors of #38872c

#38872c

Complementary Color

#38872c #7b2c87

#38872c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38872c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38872c Color CSS Codes

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

#38872c Text Font Color

<p style="color:#38872c">Text here</p>

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


#38872c Background Color

<div style="background-color:#38872c">
Div content here</div>

This div background color is #38872c


#38872c Border Color

<div style="border:3px solid #38872c">
Div here</div>

This div border color is #38872c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,135,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38872c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38872c;
  -webkit-box-shadow: 1px 1px 3px 2px #38872c;
  box-shadow:         1px 1px 3px 2px #38872c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38872c


Comments

No comments written yet.

Please login to write comment.