Color Hex Logo

#248348 Color Hex

#248348
(36,131,72)
0 Favorites   0 Comments

Color spaces of #248348

RGB 3613172
HSL0.400.570.33
HSV143°73°51°
CMYK 0.730.000.45   0.49
XYZ10.013617.07558.8990
Yxy17.07550.27820.4745
Hunter Lab41.3225-29.058916.1574
CIE-Lab48.3550-41.242724.1628

#248348 color RGB value is (36,131,72).

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

The process color (four color CMYK) of #248348 color hex is 0.73, 0.00, 0.45, 0.49. Web safe color of #248348 is #339933. Color #248348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10000011 01001000
Octal 44 203 110
Decimal 36 131 72
Hex 24 83 48

RGB Percentages of Color #248348

%15.06
%54.81
%30.13

CMYK Percentages of Color #248348

%73
%0
%45
%49

Triadic Colors of #248348

#248348 #482483 #834824

Analogous Colors of #248348

#248348 #248378 #308324

Monochromatic Colors of #248348

#248348

Complementary Color

#248348 #83245f

#248348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#248348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#248348 Color CSS Codes

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

#248348 Text Font Color

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

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


#248348 Background Color

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

This div background color is #248348


#248348 Border Color

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

This div border color is #248348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #248348


Comments

No comments written yet.

Please login to write comment.