Color Hex Logo

#184125 Color Hex

#184125
(24,65,37)
0 Favorites   0 Comments

Color spaces of #184125

RGB 246537
HSL0.390.460.17
HSV139°63°25°
CMYK 0.630.000.43   0.75
XYZ2.60094.10842.4062
Yxy4.10840.28530.4507
Hunter Lab20.2692-12.56637.1500
CIE-Lab24.0266-21.856812.8867

#184125 color RGB value is (24,65,37).

#184125 hex color red value is 24, green value is 65 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #184125 hue: 0.39 , saturation: 0.46 and the lightness value of 184125 is 0.17.

The process color (four color CMYK) of #184125 color hex is 0.63, 0.00, 0.43, 0.75. Web safe color of #184125 is #003333. Color #184125 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000001 00100101
Octal 30 101 45
Decimal 24 65 37
Hex 18 41 25

RGB Percentages of Color #184125

%19.05
%51.59
%29.37

CMYK Percentages of Color #184125

%63
%0
%43
%75

Triadic Colors of #184125

#184125 #251841 #412518

Analogous Colors of #184125

#184125 #18413a #204118

Monochromatic Colors of #184125

#184125

Complementary Color

#184125 #411834

#184125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#184125 Color CSS Codes

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

#184125 Text Font Color

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

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


#184125 Background Color

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

This div background color is #184125


#184125 Border Color

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

This div border color is #184125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184125


Comments

No comments written yet.

Please login to write comment.