Color Hex Logo

#306742 Color Hex

#306742
(48,103,66)
0 Favorites   0 Comments

Color spaces of #306742

RGB 4810366
HSL0.390.360.30
HSV140°53°40°
CMYK 0.530.000.36   0.60
XYZ7.052510.72226.8521
Yxy10.72220.28640.4354
Hunter Lab32.7448-18.858410.5144
CIE-Lab39.1086-27.431115.4628

#306742 color RGB value is (48,103,66).

#306742 hex color red value is 48, green value is 103 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #306742 hue: 0.39 , saturation: 0.36 and the lightness value of 306742 is 0.30.

The process color (four color CMYK) of #306742 color hex is 0.53, 0.00, 0.36, 0.60. Web safe color of #306742 is #336633. Color #306742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100111 01000010
Octal 60 147 102
Decimal 48 103 66
Hex 30 67 42

RGB Percentages of Color #306742

%22.12
%47.47
%30.41

CMYK Percentages of Color #306742

%53
%0
%36
%60

Triadic Colors of #306742

#306742 #423067 #674230

Analogous Colors of #306742

#306742 #30675e #3a6730

Monochromatic Colors of #306742

#306742

Complementary Color

#306742 #673055

#306742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306742 Color CSS Codes

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

#306742 Text Font Color

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

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


#306742 Background Color

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

This div background color is #306742


#306742 Border Color

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

This div border color is #306742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306742


Comments

No comments written yet.

Please login to write comment.