Color Hex Logo

#30652b Color Hex

#30652B
(48,101,43)
0 Favorites   0 Comments

Color spaces of #30652b

RGB 4810143
HSL0.320.400.28
HSV115°57°40°
CMYK 0.520.000.57   0.60
XYZ6.308610.11023.9045
Yxy10.11020.31040.4975
Hunter Lab31.7965-20.228614.9770
CIE-Lab38.0395-30.486427.2190

#30652b color RGB value is (48,101,43).

#30652b hex color red value is 48, green value is 101 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #30652b hue: 0.32 , saturation: 0.40 and the lightness value of 30652b is 0.28.

The process color (four color CMYK) of #30652b color hex is 0.52, 0.00, 0.57, 0.60. Web safe color of #30652b is #336633. Color #30652b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100101 00101011
Octal 60 145 53
Decimal 48 101 43
Hex 30 65 2B

RGB Percentages of Color #30652b

%25.00
%52.60
%22.40

CMYK Percentages of Color #30652b

%52
%0
%57
%60

Triadic Colors of #30652b

#30652b #2b3065 #652b30

Analogous Colors of #30652b

#30652b #2b6543 #4d652b

Monochromatic Colors of #30652b

#30652b

Complementary Color

#30652b #602b65

#30652b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30652b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30652b Color CSS Codes

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

#30652b Text Font Color

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

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


#30652b Background Color

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

This div background color is #30652b


#30652b Border Color

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

This div border color is #30652b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30652b


Comments

No comments written yet.

Please login to write comment.