Color Hex Logo

#184225 Color Hex

#184225
(24,66,37)
0 Favorites   0 Comments

Color spaces of #184225

RGB 246637
HSL0.380.470.18
HSV139°64°26°
CMYK 0.640.000.44   0.74
XYZ2.65884.22422.4255
Yxy4.22420.28560.4538
Hunter Lab20.5529-12.87607.3900
CIE-Lab24.3992-22.352913.3795

#184225 color RGB value is (24,66,37).

#184225 hex color red value is 24, green value is 66 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #184225 hue: 0.38 , saturation: 0.47 and the lightness value of 184225 is 0.18.

The process color (four color CMYK) of #184225 color hex is 0.64, 0.00, 0.44, 0.74. Web safe color of #184225 is #003333. Color #184225 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000010 00100101
Octal 30 102 45
Decimal 24 66 37
Hex 18 42 25

RGB Percentages of Color #184225

%18.90
%51.97
%29.13

CMYK Percentages of Color #184225

%64
%0
%44
%74

Triadic Colors of #184225

#184225 #251842 #422518

Analogous Colors of #184225

#184225 #18423a #204218

Monochromatic Colors of #184225

#184225

Complementary Color

#184225 #421835

#184225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#184225 Color CSS Codes

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

#184225 Text Font Color

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

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


#184225 Background Color

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

This div background color is #184225


#184225 Border Color

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

This div border color is #184225


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,66,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 #184225">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184225


Comments

No comments written yet.

Please login to write comment.