Color Hex Logo

#306c65 Color Hex

#306C65
(48,108,101)
0 Favorites   0 Comments

Color spaces of #306c65

RGB 48108101
HSL0.480.380.31
HSV173°56°42°
CMYK 0.560.000.06   0.58
XYZ8.930412.293114.2140
Yxy12.29310.25200.3469
Hunter Lab35.0615-15.89250.5068
CIE-Lab41.6782-21.3053-2.0118

#306c65 color RGB value is (48,108,101).

#306c65 hex color red value is 48, green value is 108 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #306c65 hue: 0.48 , saturation: 0.38 and the lightness value of 306c65 is 0.31.

The process color (four color CMYK) of #306c65 color hex is 0.56, 0.00, 0.06, 0.58. Web safe color of #306c65 is #336666. Color #306c65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101100 01100101
Octal 60 154 145
Decimal 48 108 101
Hex 30 6C 65

RGB Percentages of Color #306c65

%18.68
%42.02
%39.30

CMYK Percentages of Color #306c65

%56
%0
%6
%58

Triadic Colors of #306c65

#306c65 #65306c #6c6530

Analogous Colors of #306c65

#306c65 #30556c #306c47

Monochromatic Colors of #306c65

#306c65

Complementary Color

#306c65 #6c3037

#306c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306c65 Color CSS Codes

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

#306c65 Text Font Color

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

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


#306c65 Background Color

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

This div background color is #306c65


#306c65 Border Color

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

This div border color is #306c65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,108,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306c65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306c65;
  -webkit-box-shadow: 1px 1px 3px 2px #306c65;
  box-shadow:         1px 1px 3px 2px #306c65; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306c65


Comments

No comments written yet.

Please login to write comment.