Color Hex Logo

#25380b Color Hex

#25380B
(37,56,11)
0 Favorites   0 Comments

Color spaces of #25380b

RGB 375611
HSL0.240.670.13
HSV85°80°22°
CMYK 0.340.000.80   0.78
XYZ2.23753.24580.8252
Yxy3.24580.35470.5145
Hunter Lab18.0161-9.35959.8956
CIE-Lab21.0026-16.194324.4081

#25380b color RGB value is (37,56,11).

#25380b hex color red value is 37, green value is 56 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #25380b hue: 0.24 , saturation: 0.67 and the lightness value of 25380b is 0.13.

The process color (four color CMYK) of #25380b color hex is 0.34, 0.00, 0.80, 0.78. Web safe color of #25380b is #333300. Color #25380b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111000 00001011
Octal 45 70 13
Decimal 37 56 11
Hex 25 38 B

RGB Percentages of Color #25380b

%35.58
%53.85
%10.58

CMYK Percentages of Color #25380b

%34
%0
%80
%78

Triadic Colors of #25380b

#25380b #0b2538 #380b25

Analogous Colors of #25380b

#25380b #0f380b #38350b

Monochromatic Colors of #25380b

#25380b

Complementary Color

#25380b #1e0b38

#25380b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25380b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25380b Color CSS Codes

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

#25380b Text Font Color

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

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


#25380b Background Color

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

This div background color is #25380b


#25380b Border Color

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

This div border color is #25380b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,56,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25380b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25380b;
  -webkit-box-shadow: 1px 1px 3px 2px #25380b;
  box-shadow:         1px 1px 3px 2px #25380b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25380b


Comments

No comments written yet.

Please login to write comment.