Color Hex Logo

#30743e Color Hex

#30743E
(48,116,62)
0 Favorites   0 Comments

Color spaces of #30743e

RGB 4811662
HSL0.370.410.32
HSV132°59°45°
CMYK 0.590.000.47   0.55
XYZ8.333813.46706.7176
Yxy13.46700.29220.4722
Hunter Lab36.6974-23.684014.8349
CIE-Lab43.4586-34.158423.4868

#30743e color RGB value is (48,116,62).

#30743e hex color red value is 48, green value is 116 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #30743e hue: 0.37 , saturation: 0.41 and the lightness value of 30743e is 0.32.

The process color (four color CMYK) of #30743e color hex is 0.59, 0.00, 0.47, 0.55. Web safe color of #30743e is #336633. Color #30743e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110100 00111110
Octal 60 164 76
Decimal 48 116 62
Hex 30 74 3E

RGB Percentages of Color #30743e

%21.24
%51.33
%27.43

CMYK Percentages of Color #30743e

%59
%0
%47
%55

Triadic Colors of #30743e

#30743e #3e3074 #743e30

Analogous Colors of #30743e

#30743e #307460 #447430

Monochromatic Colors of #30743e

#30743e

Complementary Color

#30743e #743066

#30743e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30743e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30743e Color CSS Codes

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

#30743e Text Font Color

<p style="color:#30743e">Text here</p>

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


#30743e Background Color

<div style="background-color:#30743e">
Div content here</div>

This div background color is #30743e


#30743e Border Color

<div style="border:3px solid #30743e">
Div here</div>

This div border color is #30743e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,116,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30743e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30743e;
  -webkit-box-shadow: 1px 1px 3px 2px #30743e;
  box-shadow:         1px 1px 3px 2px #30743e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30743e


Comments

No comments written yet.

Please login to write comment.