Color Hex Logo

#30683b Color Hex

#30683B
(48,104,59)
0 Favorites   0 Comments

Color spaces of #30683b

RGB 4810459
HSL0.370.370.30
HSV132°54°41°
CMYK 0.540.000.43   0.59
XYZ6.958710.84485.8642
Yxy10.84480.29400.4582
Hunter Lab32.9314-19.911412.4941
CIE-Lab39.3178-29.268719.8467

#30683b color RGB value is (48,104,59).

#30683b hex color red value is 48, green value is 104 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #30683b hue: 0.37 , saturation: 0.37 and the lightness value of 30683b is 0.30.

The process color (four color CMYK) of #30683b color hex is 0.54, 0.00, 0.43, 0.59. Web safe color of #30683b is #336633. Color #30683b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101000 00111011
Octal 60 150 73
Decimal 48 104 59
Hex 30 68 3B

RGB Percentages of Color #30683b

%22.75
%49.29
%27.96

CMYK Percentages of Color #30683b

%54
%0
%43
%59

Triadic Colors of #30683b

#30683b #3b3068 #683b30

Analogous Colors of #30683b

#30683b #306857 #416830

Monochromatic Colors of #30683b

#30683b

Complementary Color

#30683b #68305d

#30683b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30683b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30683b Color CSS Codes

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

#30683b Text Font Color

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

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


#30683b Background Color

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

This div background color is #30683b


#30683b Border Color

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

This div border color is #30683b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30683b


Comments

No comments written yet.

Please login to write comment.