Color Hex Logo

#385923 Color Hex

#385923
(56,89,35)
0 Favorites   0 Comments

Color spaces of #385923

RGB 568935
HSL0.270.440.24
HSV97°61°35°
CMYK 0.370.000.61   0.65
XYZ5.50668.10692.8647
Yxy8.10690.33420.4920
Hunter Lab28.4726-15.305213.9655
CIE-Lab34.2045-22.926727.0751

#385923 color RGB value is (56,89,35).

#385923 hex color red value is 56, green value is 89 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #385923 hue: 0.27 , saturation: 0.44 and the lightness value of 385923 is 0.24.

The process color (four color CMYK) of #385923 color hex is 0.37, 0.00, 0.61, 0.65. Web safe color of #385923 is #336633. Color #385923 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011001 00100011
Octal 70 131 43
Decimal 56 89 35
Hex 38 59 23

RGB Percentages of Color #385923

%31.11
%49.44
%19.44

CMYK Percentages of Color #385923

%37
%0
%61
%65

Triadic Colors of #385923

#385923 #233859 #592338

Analogous Colors of #385923

#385923 #235929 #535923

Monochromatic Colors of #385923

#385923

Complementary Color

#385923 #442359

#385923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385923 Color CSS Codes

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

#385923 Text Font Color

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

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


#385923 Background Color

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

This div background color is #385923


#385923 Border Color

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

This div border color is #385923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385923


Comments

No comments written yet.

Please login to write comment.