Color Hex Logo

#306055 Color Hex

#306055
(48,96,85)
0 Favorites   0 Comments

Color spaces of #306055

RGB 489685
HSL0.460.330.28
HSV166°50°38°
CMYK 0.500.000.11   0.62
XYZ7.04159.650010.0858
Yxy9.65000.26300.3604
Hunter Lab31.0644-13.90152.4952
CIE-Lab37.2068-19.34301.2432

#306055 color RGB value is (48,96,85).

#306055 hex color red value is 48, green value is 96 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #306055 hue: 0.46 , saturation: 0.33 and the lightness value of 306055 is 0.28.

The process color (four color CMYK) of #306055 color hex is 0.50, 0.00, 0.11, 0.62. Web safe color of #306055 is #336666. Color #306055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100000 01010101
Octal 60 140 125
Decimal 48 96 85
Hex 30 60 55

RGB Percentages of Color #306055

%20.96
%41.92
%37.12

CMYK Percentages of Color #306055

%50
%0
%11
%62

Triadic Colors of #306055

#306055 #553060 #605530

Analogous Colors of #306055

#306055 #305360 #30603d

Monochromatic Colors of #306055

#306055

Complementary Color

#306055 #60303b

#306055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306055 Color CSS Codes

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

#306055 Text Font Color

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

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


#306055 Background Color

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

This div background color is #306055


#306055 Border Color

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

This div border color is #306055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306055

#306055 Color Palettes


Comments

No comments written yet.

Please login to write comment.