Color Hex Logo

#30341b Color Hex

#30341B
(48,52,27)
0 Favorites   0 Comments

Color spaces of #30341b

RGB 485227
HSL0.190.320.15
HSV70°48°20°
CMYK 0.080.000.48   0.80
XYZ2.64473.16351.5081
Yxy3.16350.36150.4324
Hunter Lab17.7862-4.58417.4231
CIE-Lab20.6871-6.621415.2229

#30341b color RGB value is (48,52,27).

#30341b hex color red value is 48, green value is 52 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #30341b hue: 0.19 , saturation: 0.32 and the lightness value of 30341b is 0.15.

The process color (four color CMYK) of #30341b color hex is 0.08, 0.00, 0.48, 0.80. Web safe color of #30341b is #333333. Color #30341b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110100 00011011
Octal 60 64 33
Decimal 48 52 27
Hex 30 34 1B

RGB Percentages of Color #30341b

%37.80
%40.94
%21.26

CMYK Percentages of Color #30341b

%8
%0
%48
%80

Triadic Colors of #30341b

#30341b #1b3034 #341b30

Analogous Colors of #30341b

#30341b #24341b #342c1b

Monochromatic Colors of #30341b

#30341b

Complementary Color

#30341b #1f1b34

#30341b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30341b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30341b Color CSS Codes

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

#30341b Text Font Color

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

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


#30341b Background Color

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

This div background color is #30341b


#30341b Border Color

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

This div border color is #30341b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30341b


Comments

No comments written yet.

Please login to write comment.