Color Hex Logo

#307838 Color Hex

#307838
(48,120,56)
0 Favorites   0 Comments

Color spaces of #307838

RGB 4812056
HSL0.350.430.33
HSV127°60°47°
CMYK 0.600.000.53   0.53
XYZ8.649214.34686.0547
Yxy14.34680.29770.4939
Hunter Lab37.8772-25.524817.0365
CIE-Lab44.7262-36.854628.3624

#307838 color RGB value is (48,120,56).

#307838 hex color red value is 48, green value is 120 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #307838 hue: 0.35 , saturation: 0.43 and the lightness value of 307838 is 0.33.

The process color (four color CMYK) of #307838 color hex is 0.60, 0.00, 0.53, 0.53. Web safe color of #307838 is #336633. Color #307838 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111000 00111000
Octal 60 170 70
Decimal 48 120 56
Hex 30 78 38

RGB Percentages of Color #307838

%21.43
%53.57
%25.00

CMYK Percentages of Color #307838

%60
%0
%53
%53

Triadic Colors of #307838

#307838 #383078 #783830

Analogous Colors of #307838

#307838 #30785c #4c7830

Monochromatic Colors of #307838

#307838

Complementary Color

#307838 #783070

#307838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307838 Color CSS Codes

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

#307838 Text Font Color

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

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


#307838 Background Color

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

This div background color is #307838


#307838 Border Color

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

This div border color is #307838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307838


Comments

No comments written yet.

Please login to write comment.