Color Hex Logo

#248461 Color Hex

#248461
(36,132,97)
0 Favorites   0 Comments

Color spaces of #248461

RGB 3613297
HSL0.440.570.33
HSV158°73°52°
CMYK 0.730.000.27   0.48
XYZ11.136517.740714.1466
Yxy17.74070.25880.4123
Hunter Lab42.1197-26.51399.5703
CIE-Lab49.1801-36.282711.0831

#248461 color RGB value is (36,132,97).

#248461 hex color red value is 36, green value is 132 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #248461 hue: 0.44 , saturation: 0.57 and the lightness value of 248461 is 0.33.

The process color (four color CMYK) of #248461 color hex is 0.73, 0.00, 0.27, 0.48. Web safe color of #248461 is #339966. Color #248461 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000100 01100001
Octal 44 204 141
Decimal 36 132 97
Hex 24 84 61

RGB Percentages of Color #248461

%13.58
%49.81
%36.60

CMYK Percentages of Color #248461

%73
%0
%27
%48

Triadic Colors of #248461

#248461 #612484 #846124

Analogous Colors of #248461

#248461 #247784 #248431

Monochromatic Colors of #248461

#248461

Complementary Color

#248461 #842447

#248461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#248461 Color CSS Codes

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

#248461 Text Font Color

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

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


#248461 Background Color

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

This div background color is #248461


#248461 Border Color

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

This div border color is #248461


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,132,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #248461; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #248461;
  -webkit-box-shadow: 1px 1px 3px 2px #248461;
  box-shadow:         1px 1px 3px 2px #248461; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,132,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248461


Comments

No comments written yet.

Please login to write comment.