Color Hex Logo

#30694f Color Hex

#30694F
(48,105,79)
0 Favorites   0 Comments

Color spaces of #30694f

RGB 4810579
HSL0.420.370.30
HSV153°54°41°
CMYK 0.540.000.25   0.59
XYZ7.681811.29609.1726
Yxy11.29600.27290.4013
Hunter Lab33.6095-18.01877.3454
CIE-Lab40.0746-25.52299.0057

#30694f color RGB value is (48,105,79).

#30694f hex color red value is 48, green value is 105 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #30694f hue: 0.42 , saturation: 0.37 and the lightness value of 30694f is 0.30.

The process color (four color CMYK) of #30694f color hex is 0.54, 0.00, 0.25, 0.59. Web safe color of #30694f is #336666. Color #30694f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101001 01001111
Octal 60 151 117
Decimal 48 105 79
Hex 30 69 4F

RGB Percentages of Color #30694f

%20.69
%45.26
%34.05

CMYK Percentages of Color #30694f

%54
%0
%25
%59

Triadic Colors of #30694f

#30694f #4f3069 #694f30

Analogous Colors of #30694f

#30694f #306769 #306933

Monochromatic Colors of #30694f

#30694f

Complementary Color

#30694f #69304a

#30694f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30694f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30694f Color CSS Codes

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

#30694f Text Font Color

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

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


#30694f Background Color

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

This div background color is #30694f


#30694f Border Color

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

This div border color is #30694f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,105,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30694f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30694f;
  -webkit-box-shadow: 1px 1px 3px 2px #30694f;
  box-shadow:         1px 1px 3px 2px #30694f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30694f


Comments

No comments written yet.

Please login to write comment.