Color Hex Logo

#306355 Color Hex

#306355
(48,99,85)
0 Favorites   0 Comments

Color spaces of #306355

RGB 489985
HSL0.450.350.29
HSV164°52°39°
CMYK 0.520.000.14   0.61
XYZ7.320510.207910.1788
Yxy10.20790.26420.3684
Hunter Lab31.9498-15.01333.4758
CIE-Lab38.2130-20.94252.7007

#306355 color RGB value is (48,99,85).

#306355 hex color red value is 48, green value is 99 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #306355 hue: 0.45 , saturation: 0.35 and the lightness value of 306355 is 0.29.

The process color (four color CMYK) of #306355 color hex is 0.52, 0.00, 0.14, 0.61. Web safe color of #306355 is #336666. Color #306355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100011 01010101
Octal 60 143 125
Decimal 48 99 85
Hex 30 63 55

RGB Percentages of Color #306355

%20.69
%42.67
%36.64

CMYK Percentages of Color #306355

%52
%0
%14
%61

Triadic Colors of #306355

#306355 #553063 #635530

Analogous Colors of #306355

#306355 #305863 #30633c

Monochromatic Colors of #306355

#306355

Complementary Color

#306355 #63303e

#306355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306355 Color CSS Codes

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

#306355 Text Font Color

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

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


#306355 Background Color

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

This div background color is #306355


#306355 Border Color

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

This div border color is #306355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306355


Comments

No comments written yet.

Please login to write comment.