Color Hex Logo

#25530d Color Hex

#25530D
(37,83,13)
0 Favorites   0 Comments

Color spaces of #25530d

RGB 378313
HSL0.280.730.19
HSV99°84°33°
CMYK 0.550.000.84   0.67
XYZ3.92896.60891.4493
Yxy6.60890.32780.5513
Hunter Lab25.7078-17.708614.6529
CIE-Lab30.8994-29.271733.4628

#25530d color RGB value is (37,83,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010011 00001101
Octal 45 123 15
Decimal 37 83 13
Hex 25 53 D

RGB Percentages of Color #25530d

%27.82
%62.41
%9.77

CMYK Percentages of Color #25530d

%55
%0
%84
%67

Triadic Colors of #25530d

#25530d #0d2553 #530d25

Analogous Colors of #25530d

#25530d #0d5318 #48530d

Monochromatic Colors of #25530d

#25530d

Complementary Color

#25530d #3b0d53

#25530d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25530d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25530d Color CSS Codes

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

#25530d Text Font Color

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

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


#25530d Background Color

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

This div background color is #25530d


#25530d Border Color

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

This div border color is #25530d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25530d


Comments

No comments written yet.

Please login to write comment.