Color Hex Logo

#255333 Color Hex

#255333
(37,83,51)
0 Favorites   0 Comments

Color spaces of #255333

RGB 378351
HSL0.380.380.24
HSV138°55°33°
CMYK 0.550.000.39   0.67
XYZ4.45376.81884.2134
Yxy6.81880.28760.4403
Hunter Lab26.1128-15.25328.7123
CIE-Lab31.3908-24.011414.0604

#255333 color RGB value is (37,83,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010011 00110011
Octal 45 123 63
Decimal 37 83 51
Hex 25 53 33

RGB Percentages of Color #255333

%21.64
%48.54
%29.82

CMYK Percentages of Color #255333

%55
%0
%39
%67

Triadic Colors of #255333

#255333 #332553 #533325

Analogous Colors of #255333

#255333 #25534a #2e5325

Monochromatic Colors of #255333

#255333

Complementary Color

#255333 #532545

#255333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255333 Color CSS Codes

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

#255333 Text Font Color

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

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


#255333 Background Color

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

This div background color is #255333


#255333 Border Color

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

This div border color is #255333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255333


Comments

No comments written yet.

Please login to write comment.