Color Hex Logo

#007b34 Color Hex

#007B34
(0,123,52)
0 Favorites   0 Comments

Color spaces of #007b34

RGB 012352
HSL0.401.000.24
HSV145°100°48°
CMYK 1.000.000.58   0.52
XYZ7.702814.41395.6250
Yxy14.41390.27770.5196
Hunter Lab37.9656-30.224217.7915
CIE-Lab44.8208-45.783630.3757

#007b34 color RGB value is (0,123,52).

#007b34 hex color red value is 0, green value is 123 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #007b34 hue: 0.40 , saturation: 1.00 and the lightness value of 007b34 is 0.24.

The process color (four color CMYK) of #007b34 color hex is 1.00, 0.00, 0.58, 0.52. Web safe color of #007b34 is #006633. Color #007b34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111011 00110100
Octal 0 173 64
Decimal 0 123 52
Hex 0 7B 34

RGB Percentages of Color #007b34

%0.00
%70.29
%29.71

CMYK Percentages of Color #007b34

%100
%0
%58
%52

Triadic Colors of #007b34

#007b34 #34007b #7b3400

Analogous Colors of #007b34

#007b34 #007b72 #097b00

Monochromatic Colors of #007b34

#007b34

Complementary Color

#007b34 #7b0047

#007b34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007b34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007b34 Color CSS Codes

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

#007b34 Text Font Color

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

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


#007b34 Background Color

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

This div background color is #007b34


#007b34 Border Color

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

This div border color is #007b34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,123,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #007b34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #007b34;
  -webkit-box-shadow: 1px 1px 3px 2px #007b34;
  box-shadow:         1px 1px 3px 2px #007b34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007b34


Comments

No comments written yet.

Please login to write comment.