Color Hex Logo

#34994b Color Hex

#34994B
(52,153,75)
0 Favorites   0 Comments

Color spaces of #34994b

RGB 5215375
HSL0.370.490.40
HSV134°66°60°
CMYK 0.660.000.51   0.40
XYZ14.077424.020510.5511
Yxy24.02050.28940.4938
Hunter Lab49.0107-34.498021.5435
CIE-Lab56.1083-46.267632.4613

#34994b color RGB value is (52,153,75).

#34994b hex color red value is 52, green value is 153 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #34994b hue: 0.37 , saturation: 0.49 and the lightness value of 34994b is 0.40.

The process color (four color CMYK) of #34994b color hex is 0.66, 0.00, 0.51, 0.40. Web safe color of #34994b is #339933. Color #34994b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011001 01001011
Octal 64 231 113
Decimal 52 153 75
Hex 34 99 4B

RGB Percentages of Color #34994b

%18.57
%54.64
%26.79

CMYK Percentages of Color #34994b

%66
%0
%51
%40

Triadic Colors of #34994b

#34994b #4b3499 #994b34

Analogous Colors of #34994b

#34994b #34997e #509934

Monochromatic Colors of #34994b

#34994b

Complementary Color

#34994b #993482

#34994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34994b Color CSS Codes

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

#34994b Text Font Color

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

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


#34994b Background Color

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

This div background color is #34994b


#34994b Border Color

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

This div border color is #34994b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,153,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 #34994b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34994b


Comments

No comments written yet.

Please login to write comment.