Color Hex Logo

#308448 Color Hex

#308448
(48,132,72)
0 Favorites   0 Comments

Color spaces of #308448

RGB 4813272
HSL0.380.470.35
HSV137°64°52°
CMYK 0.640.000.45   0.48
XYZ10.639917.59888.9670
Yxy17.59880.28600.4730
Hunter Lab41.9509-28.141616.6924
CIE-Lab49.0058-39.223825.0644

#308448 color RGB value is (48,132,72).

#308448 hex color red value is 48, green value is 132 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #308448 hue: 0.38 , saturation: 0.47 and the lightness value of 308448 is 0.35.

The process color (four color CMYK) of #308448 color hex is 0.64, 0.00, 0.45, 0.48. Web safe color of #308448 is #339933. Color #308448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 01001000
Octal 60 204 110
Decimal 48 132 72
Hex 30 84 48

RGB Percentages of Color #308448

%19.05
%52.38
%28.57

CMYK Percentages of Color #308448

%64
%0
%45
%48

Triadic Colors of #308448

#308448 #483084 #844830

Analogous Colors of #308448

#308448 #308472 #428430

Monochromatic Colors of #308448

#308448

Complementary Color

#308448 #84306c

#308448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308448 Color CSS Codes

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

#308448 Text Font Color

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

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


#308448 Background Color

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

This div background color is #308448


#308448 Border Color

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

This div border color is #308448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308448


Comments

No comments written yet.

Please login to write comment.