Color Hex Logo

#38812f Color Hex

#38812F
(56,129,47)
0 Favorites   0 Comments

Color spaces of #38812f

RGB 5612947
HSL0.320.470.35
HSV113°64°51°
CMYK 0.570.000.64   0.49
XYZ9.994216.74655.3950
Yxy16.74650.31100.5211
Hunter Lab40.9225-28.020620.8293
CIE-Lab47.9390-39.602236.7815

#38812f color RGB value is (56,129,47).

#38812f hex color red value is 56, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #38812f hue: 0.32 , saturation: 0.47 and the lightness value of 38812f is 0.35.

The process color (four color CMYK) of #38812f color hex is 0.57, 0.00, 0.64, 0.49. Web safe color of #38812f is #339933. Color #38812f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000001 00101111
Octal 70 201 57
Decimal 56 129 47
Hex 38 81 2F

RGB Percentages of Color #38812f

%24.14
%55.60
%20.26

CMYK Percentages of Color #38812f

%57
%0
%64
%49

Triadic Colors of #38812f

#38812f #2f3881 #812f38

Analogous Colors of #38812f

#38812f #2f814f #61812f

Monochromatic Colors of #38812f

#38812f

Complementary Color

#38812f #782f81

#38812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38812f Color CSS Codes

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

#38812f Text Font Color

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

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


#38812f Background Color

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

This div background color is #38812f


#38812f Border Color

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

This div border color is #38812f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38812f


Comments

No comments written yet.

Please login to write comment.