Color Hex Logo

#388523 Color Hex

#388523
(56,133,35)
0 Favorites   0 Comments

Color spaces of #388523

RGB 5613335
HSL0.300.580.33
HSV107°74°52°
CMYK 0.580.000.74   0.48
XYZ10.321817.73724.4697
Yxy17.73720.31730.5453
Hunter Lab42.1156-29.954923.1885
CIE-Lab49.1758-42.382243.3794

#388523 color RGB value is (56,133,35).

#388523 hex color red value is 56, green value is 133 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #388523 hue: 0.30 , saturation: 0.58 and the lightness value of 388523 is 0.33.

The process color (four color CMYK) of #388523 color hex is 0.58, 0.00, 0.74, 0.48. Web safe color of #388523 is #339933. Color #388523 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000101 00100011
Octal 70 205 43
Decimal 56 133 35
Hex 38 85 23

RGB Percentages of Color #388523

%25.00
%59.38
%15.63

CMYK Percentages of Color #388523

%58
%0
%74
%48

Triadic Colors of #388523

#388523 #233885 #852338

Analogous Colors of #388523

#388523 #23853f #698523

Monochromatic Colors of #388523

#388523

Complementary Color

#388523 #702385

#388523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388523 Color CSS Codes

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

#388523 Text Font Color

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

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


#388523 Background Color

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

This div background color is #388523


#388523 Border Color

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

This div border color is #388523


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,133,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #388523; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #388523;
  -webkit-box-shadow: 1px 1px 3px 2px #388523;
  box-shadow:         1px 1px 3px 2px #388523; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388523

#388523 Color Palettes


Comments

No comments written yet.

Please login to write comment.