Color Hex Logo

#30844b Color Hex

#30844B
(48,132,75)
0 Favorites   0 Comments

Color spaces of #30844b

RGB 4813275
HSL0.390.470.35
HSV139°64°52°
CMYK 0.640.000.43   0.48
XYZ10.740217.63899.4952
Yxy17.63890.28360.4657
Hunter Lab41.9987-27.850415.9946
CIE-Lab49.0552-38.681623.4734

#30844b color RGB value is (48,132,75).

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

The process color (four color CMYK) of #30844b color hex is 0.64, 0.00, 0.43, 0.48. Web safe color of #30844b is #339933. Color #30844b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 01001011
Octal 60 204 113
Decimal 48 132 75
Hex 30 84 4B

RGB Percentages of Color #30844b

%18.82
%51.76
%29.41

CMYK Percentages of Color #30844b

%64
%0
%43
%48

Triadic Colors of #30844b

#30844b #4b3084 #844b30

Analogous Colors of #30844b

#30844b #308475 #3f8430

Monochromatic Colors of #30844b

#30844b

Complementary Color

#30844b #843069

#30844b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30844b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30844b Color CSS Codes

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

#30844b Text Font Color

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

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


#30844b Background Color

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

This div background color is #30844b


#30844b Border Color

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

This div border color is #30844b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30844b


Comments

No comments written yet.

Please login to write comment.