Color Hex Logo

#307b65 Color Hex

#307B65
(48,123,101)
0 Favorites   0 Comments

Color spaces of #307b65

RGB 48123101
HSL0.450.440.34
HSV162°61°48°
CMYK 0.610.000.18   0.52
XYZ10.650815.733914.7875
Yxy15.73390.25870.3821
Hunter Lab39.6660-21.48605.6628
CIE-Lab46.6234-28.87255.1678

#307b65 color RGB value is (48,123,101).

#307b65 hex color red value is 48, green value is 123 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #307b65 hue: 0.45 , saturation: 0.44 and the lightness value of 307b65 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111011 01100101
Octal 60 173 145
Decimal 48 123 101
Hex 30 7B 65

RGB Percentages of Color #307b65

%17.65
%45.22
%37.13

CMYK Percentages of Color #307b65

%61
%0
%18
%52

Triadic Colors of #307b65

#307b65 #65307b #7b6530

Analogous Colors of #307b65

#307b65 #306c7b #307b40

Monochromatic Colors of #307b65

#307b65

Complementary Color

#307b65 #7b3046

#307b65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307b65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307b65 Color CSS Codes

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

#307b65 Text Font Color

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

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


#307b65 Background Color

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

This div background color is #307b65


#307b65 Border Color

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

This div border color is #307b65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307b65


Comments

No comments written yet.

Please login to write comment.