Color Hex Logo

#395333 Color Hex

#395333
(57,83,51)
0 Favorites   0 Comments

Color spaces of #395333

RGB 578351
HSL0.300.240.26
HSV109°39°33°
CMYK 0.310.000.39   0.67
XYZ5.37817.29544.2567
Yxy7.29540.31770.4309
Hunter Lab27.0100-11.72549.5631
CIE-Lab32.4701-16.967715.6904

#395333 color RGB value is (57,83,51).

#395333 hex color red value is 57, green value is 83 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #395333 hue: 0.30 , saturation: 0.24 and the lightness value of 395333 is 0.26.

The process color (four color CMYK) of #395333 color hex is 0.31, 0.00, 0.39, 0.67. Web safe color of #395333 is #336633. Color #395333 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010011 00110011
Octal 71 123 63
Decimal 57 83 51
Hex 39 53 33

RGB Percentages of Color #395333

%29.84
%43.46
%26.70

CMYK Percentages of Color #395333

%31
%0
%39
%67

Triadic Colors of #395333

#395333 #333953 #533339

Analogous Colors of #395333

#395333 #33533d #495333

Monochromatic Colors of #395333

#395333

Complementary Color

#395333 #4d3353

#395333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395333 Color CSS Codes

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

#395333 Text Font Color

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

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


#395333 Background Color

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

This div background color is #395333


#395333 Border Color

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

This div border color is #395333


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,83,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #395333; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #395333;
  -webkit-box-shadow: 1px 1px 3px 2px #395333;
  box-shadow:         1px 1px 3px 2px #395333; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395333


Comments

No comments written yet.

Please login to write comment.