Color Hex Logo

#308752 Color Hex

#308752
(48,135,82)
0 Favorites   0 Comments

Color spaces of #308752

RGB 4813582
HSL0.400.480.36
HSV143°64°53°
CMYK 0.640.000.39   0.47
XYZ11.405918.565510.9650
Yxy18.56550.27860.4535
Hunter Lab43.0877-28.152115.0732
CIE-Lab50.1749-38.613721.0455

#308752 color RGB value is (48,135,82).

#308752 hex color red value is 48, green value is 135 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #308752 hue: 0.40 , saturation: 0.48 and the lightness value of 308752 is 0.36.

The process color (four color CMYK) of #308752 color hex is 0.64, 0.00, 0.39, 0.47. Web safe color of #308752 is #339966. Color #308752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000111 01010010
Octal 60 207 122
Decimal 48 135 82
Hex 30 87 52

RGB Percentages of Color #308752

%18.11
%50.94
%30.94

CMYK Percentages of Color #308752

%64
%0
%39
%47

Triadic Colors of #308752

#308752 #523087 #875230

Analogous Colors of #308752

#308752 #30877e #3a8730

Monochromatic Colors of #308752

#308752

Complementary Color

#308752 #873065

#308752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308752 Color CSS Codes

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

#308752 Text Font Color

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

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


#308752 Background Color

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

This div background color is #308752


#308752 Border Color

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

This div border color is #308752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308752


Comments

No comments written yet.

Please login to write comment.