Color Hex Logo

#334630 Color Hex

#334630
(51,70,48)
0 Favorites   0 Comments

Color spaces of #334630

RGB 517048
HSL0.310.190.23
HSV112°31°27°
CMYK 0.270.000.31   0.73
XYZ4.08895.29753.6033
Yxy5.29750.31480.4078
Hunter Lab23.0163-8.56766.8293
CIE-Lab27.5661-12.588010.9028

#334630 color RGB value is (51,70,48).

#334630 hex color red value is 51, green value is 70 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #334630 hue: 0.31 , saturation: 0.19 and the lightness value of 334630 is 0.23.

The process color (four color CMYK) of #334630 color hex is 0.27, 0.00, 0.31, 0.73. Web safe color of #334630 is #333333. Color #334630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000110 00110000
Octal 63 106 60
Decimal 51 70 48
Hex 33 46 30

RGB Percentages of Color #334630

%30.18
%41.42
%28.40

CMYK Percentages of Color #334630

%27
%0
%31
%73

Triadic Colors of #334630

#334630 #303346 #463033

Analogous Colors of #334630

#334630 #304638 #3e4630

Monochromatic Colors of #334630

#334630

Complementary Color

#334630 #433046

#334630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334630 Color CSS Codes

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

#334630 Text Font Color

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

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


#334630 Background Color

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

This div background color is #334630


#334630 Border Color

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

This div border color is #334630


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,70,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334630; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334630;
  -webkit-box-shadow: 1px 1px 3px 2px #334630;
  box-shadow:         1px 1px 3px 2px #334630; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334630


Comments

No comments written yet.

Please login to write comment.