Color Hex Logo

#30653a Color Hex

#30653A
(48,101,58)
0 Favorites   0 Comments

Color spaces of #30653a

RGB 4810158
HSL0.360.360.29
HSV131°52°40°
CMYK 0.520.000.43   0.60
XYZ6.636310.24125.6300
Yxy10.24120.29480.4550
Hunter Lab32.0019-18.987311.9706
CIE-Lab38.2719-28.041819.0625

#30653a color RGB value is (48,101,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100101 00111010
Octal 60 145 72
Decimal 48 101 58
Hex 30 65 3A

RGB Percentages of Color #30653a

%23.19
%48.79
%28.02

CMYK Percentages of Color #30653a

%52
%0
%43
%60

Triadic Colors of #30653a

#30653a #3a3065 #653a30

Analogous Colors of #30653a

#30653a #306555 #416530

Monochromatic Colors of #30653a

#30653a

Complementary Color

#30653a #65305b

#30653a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30653a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30653a Color CSS Codes

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

#30653a Text Font Color

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

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


#30653a Background Color

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

This div background color is #30653a


#30653a Border Color

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

This div border color is #30653a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30653a


Comments

No comments written yet.

Please login to write comment.