Color Hex Logo

#38872e Color Hex

#38872E
(56,135,46)
0 Favorites   0 Comments

Color spaces of #38872e

RGB 5613546
HSL0.310.490.35
HSV113°66°53°
CMYK 0.590.000.66   0.47
XYZ10.788018.36605.5612
Yxy18.36600.31080.5290
Hunter Lab42.8556-30.063622.3051
CIE-Lab49.9371-42.124839.4796

#38872e color RGB value is (56,135,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000111 00101110
Octal 70 207 56
Decimal 56 135 46
Hex 38 87 2E

RGB Percentages of Color #38872e

%23.63
%56.96
%19.41

CMYK Percentages of Color #38872e

%59
%0
%66
%47

Triadic Colors of #38872e

#38872e #2e3887 #872e38

Analogous Colors of #38872e

#38872e #2e8751 #65872e

Monochromatic Colors of #38872e

#38872e

Complementary Color

#38872e #7d2e87

#38872e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38872e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38872e Color CSS Codes

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

#38872e Text Font Color

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

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


#38872e Background Color

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

This div background color is #38872e


#38872e Border Color

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

This div border color is #38872e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38872e


Comments

No comments written yet.

Please login to write comment.