Color Hex Logo

#306c54 Color Hex

#306C54
(48,108,84)
0 Favorites   0 Comments

Color spaces of #306c54

RGB 4810884
HSL0.430.380.31
HSV156°56°42°
CMYK 0.560.000.22   0.58
XYZ8.181711.993610.2713
Yxy11.99360.26870.3939
Hunter Lab34.6318-18.43536.6577
CIE-Lab41.2059-25.80827.5868

#306c54 color RGB value is (48,108,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101100 01010100
Octal 60 154 124
Decimal 48 108 84
Hex 30 6C 54

RGB Percentages of Color #306c54

%20.00
%45.00
%35.00

CMYK Percentages of Color #306c54

%56
%0
%22
%58

Triadic Colors of #306c54

#306c54 #54306c #6c5430

Analogous Colors of #306c54

#306c54 #30666c #306c36

Monochromatic Colors of #306c54

#306c54

Complementary Color

#306c54 #6c3048

#306c54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306c54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306c54 Color CSS Codes

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

#306c54 Text Font Color

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

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


#306c54 Background Color

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

This div background color is #306c54


#306c54 Border Color

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

This div border color is #306c54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306c54


Comments

No comments written yet.

Please login to write comment.