Color Hex Logo

#308134 Color Hex

#308134
(48,129,52)
0 Favorites   0 Comments

Color spaces of #308134

RGB 4812952
HSL0.340.460.35
HSV123°63°51°
CMYK 0.630.000.60   0.49
XYZ9.689016.57685.9378
Yxy16.57680.30090.5147
Hunter Lab40.7146-28.772319.8534
CIE-Lab47.7223-41.095334.0225

#308134 color RGB value is (48,129,52).

#308134 hex color red value is 48, green value is 129 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #308134 hue: 0.34 , saturation: 0.46 and the lightness value of 308134 is 0.35.

The process color (four color CMYK) of #308134 color hex is 0.63, 0.00, 0.60, 0.49. Web safe color of #308134 is #339933. Color #308134 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000001 00110100
Octal 60 201 64
Decimal 48 129 52
Hex 30 81 34

RGB Percentages of Color #308134

%20.96
%56.33
%22.71

CMYK Percentages of Color #308134

%63
%0
%60
%49

Triadic Colors of #308134

#308134 #343081 #813430

Analogous Colors of #308134

#308134 #30815d #558130

Monochromatic Colors of #308134

#308134

Complementary Color

#308134 #81307d

#308134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308134 Color CSS Codes

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

#308134 Text Font Color

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

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


#308134 Background Color

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

This div background color is #308134


#308134 Border Color

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

This div border color is #308134


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,129,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308134


Comments

No comments written yet.

Please login to write comment.