Color Hex Logo

#30653f Color Hex

#30653F
(48,101,63)
0 Favorites   0 Comments

Color spaces of #30653f

RGB 4810163
HSL0.380.360.29
HSV137°52°40°
CMYK 0.520.000.38   0.60
XYZ6.769810.29466.3329
Yxy10.29460.28930.4400
Hunter Lab32.0852-18.486610.7571
CIE-Lab38.3661-27.076316.2448

#30653f color RGB value is (48,101,63).

#30653f hex color red value is 48, green value is 101 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #30653f hue: 0.38 , saturation: 0.36 and the lightness value of 30653f is 0.29.

The process color (four color CMYK) of #30653f color hex is 0.52, 0.00, 0.38, 0.60. Web safe color of #30653f is #336633. Color #30653f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100101 00111111
Octal 60 145 77
Decimal 48 101 63
Hex 30 65 3F

RGB Percentages of Color #30653f

%22.64
%47.64
%29.72

CMYK Percentages of Color #30653f

%52
%0
%38
%60

Triadic Colors of #30653f

#30653f #3f3065 #653f30

Analogous Colors of #30653f

#30653f #30655a #3c6530

Monochromatic Colors of #30653f

#30653f

Complementary Color

#30653f #653056

#30653f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30653f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30653f Color CSS Codes

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

#30653f Text Font Color

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

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


#30653f Background Color

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

This div background color is #30653f


#30653f Border Color

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

This div border color is #30653f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30653f


Comments

No comments written yet.

Please login to write comment.