Color Hex Logo

#385f33 Color Hex

#385F33
(56,95,51)
0 Favorites   0 Comments

Color spaces of #385f33

RGB 569551
HSL0.310.300.29
HSV113°46°37°
CMYK 0.410.000.46   0.63
XYZ6.32069.26424.5870
Yxy9.26420.31330.4593
Hunter Lab30.4371-16.197612.3708
CIE-Lab36.4881-23.671020.9057

#385f33 color RGB value is (56,95,51).

#385f33 hex color red value is 56, green value is 95 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #385f33 hue: 0.31 , saturation: 0.30 and the lightness value of 385f33 is 0.29.

The process color (four color CMYK) of #385f33 color hex is 0.41, 0.00, 0.46, 0.63. Web safe color of #385f33 is #336633. Color #385f33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011111 00110011
Octal 70 137 63
Decimal 56 95 51
Hex 38 5F 33

RGB Percentages of Color #385f33

%27.72
%47.03
%25.25

CMYK Percentages of Color #385f33

%41
%0
%46
%63

Triadic Colors of #385f33

#385f33 #33385f #5f3338

Analogous Colors of #385f33

#385f33 #335f44 #4e5f33

Monochromatic Colors of #385f33

#385f33

Complementary Color

#385f33 #5a335f

#385f33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385f33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385f33 Color CSS Codes

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

#385f33 Text Font Color

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

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


#385f33 Background Color

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

This div background color is #385f33


#385f33 Border Color

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

This div border color is #385f33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,95,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385f33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385f33;
  -webkit-box-shadow: 1px 1px 3px 2px #385f33;
  box-shadow:         1px 1px 3px 2px #385f33; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385f33


Comments

No comments written yet.

Please login to write comment.