Color Hex Logo

#25530f Color Hex

#25530F
(37,83,15)
0 Favorites   0 Comments

Color spaces of #25530f

RGB 378315
HSL0.280.690.19
HSV101°82°33°
CMYK 0.550.000.82   0.67
XYZ3.94246.61431.5208
Yxy6.61430.32640.5477
Hunter Lab25.7183-17.644414.4968
CIE-Lab30.9122-29.128932.7179

#25530f color RGB value is (37,83,15).

#25530f hex color red value is 37, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #25530f hue: 0.28 , saturation: 0.69 and the lightness value of 25530f is 0.19.

The process color (four color CMYK) of #25530f color hex is 0.55, 0.00, 0.82, 0.67. Web safe color of #25530f is #336600. Color #25530f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010011 00001111
Octal 45 123 17
Decimal 37 83 15
Hex 25 53 F

RGB Percentages of Color #25530f

%27.41
%61.48
%11.11

CMYK Percentages of Color #25530f

%55
%0
%82
%67

Triadic Colors of #25530f

#25530f #0f2553 #530f25

Analogous Colors of #25530f

#25530f #0f531b #47530f

Monochromatic Colors of #25530f

#25530f

Complementary Color

#25530f #3d0f53

#25530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25530f Color CSS Codes

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

#25530f Text Font Color

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

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


#25530f Background Color

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

This div background color is #25530f


#25530f Border Color

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

This div border color is #25530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25530f


Comments

No comments written yet.

Please login to write comment.