Color Hex Logo

#30843d Color Hex

#30843D
(48,132,61)
0 Favorites   0 Comments

Color spaces of #30843d

RGB 4813261
HSL0.360.470.35
HSV129°64°52°
CMYK 0.640.000.54   0.48
XYZ10.312517.46787.2430
Yxy17.46780.29440.4987
Hunter Lab41.7945-29.096718.9812
CIE-Lab48.8441-41.024330.7633

#30843d color RGB value is (48,132,61).

#30843d hex color red value is 48, green value is 132 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #30843d hue: 0.36 , saturation: 0.47 and the lightness value of 30843d is 0.35.

The process color (four color CMYK) of #30843d color hex is 0.64, 0.00, 0.54, 0.48. Web safe color of #30843d is #339933. Color #30843d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 00111101
Octal 60 204 75
Decimal 48 132 61
Hex 30 84 3D

RGB Percentages of Color #30843d

%19.92
%54.77
%25.31

CMYK Percentages of Color #30843d

%64
%0
%54
%48

Triadic Colors of #30843d

#30843d #3d3084 #843d30

Analogous Colors of #30843d

#30843d #308467 #4d8430

Monochromatic Colors of #30843d

#30843d

Complementary Color

#30843d #843077

#30843d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30843d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30843d Color CSS Codes

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

#30843d Text Font Color

<p style="color:#30843d">Text here</p>

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


#30843d Background Color

<div style="background-color:#30843d">
Div content here</div>

This div background color is #30843d


#30843d Border Color

<div style="border:3px solid #30843d">
Div here</div>

This div border color is #30843d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,132,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30843d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30843d;
  -webkit-box-shadow: 1px 1px 3px 2px #30843d;
  box-shadow:         1px 1px 3px 2px #30843d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30843d


Comments

No comments written yet.

Please login to write comment.