Color Hex Logo

#255320 Color Hex

#255320
(37,83,32)
0 Favorites   0 Comments

Color spaces of #255320

RGB 378332
HSL0.320.440.23
HSV114°61°33°
CMYK 0.550.000.61   0.67
XYZ4.11696.68412.4397
Yxy6.68410.31090.5048
Hunter Lab25.8536-16.819712.5026
CIE-Lab31.0767-27.320924.7827

#255320 color RGB value is (37,83,32).

#255320 hex color red value is 37, green value is 83 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #255320 hue: 0.32 , saturation: 0.44 and the lightness value of 255320 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010011 00100000
Octal 45 123 40
Decimal 37 83 32
Hex 25 53 20

RGB Percentages of Color #255320

%24.34
%54.61
%21.05

CMYK Percentages of Color #255320

%55
%0
%61
%67

Triadic Colors of #255320

#255320 #202553 #532025

Analogous Colors of #255320

#255320 #205335 #3f5320

Monochromatic Colors of #255320

#255320

Complementary Color

#255320 #4e2053

#255320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255320 Color CSS Codes

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

#255320 Text Font Color

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

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


#255320 Background Color

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

This div background color is #255320


#255320 Border Color

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

This div border color is #255320


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,83,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255320


Comments

No comments written yet.

Please login to write comment.