Color Hex Logo

#34690b Color Hex

#34690B
(52,105,11)
0 Favorites   0 Comments

Color spaces of #34690b

RGB 5210511
HSL0.260.810.23
HSV94°90°41°
CMYK 0.500.000.90   0.59
XYZ6.528210.85742.0682
Yxy10.85740.33560.5581
Hunter Lab32.9506-22.298919.3440
CIE-Lab39.3392-33.766642.0494

#34690b color RGB value is (52,105,11).

#34690b hex color red value is 52, green value is 105 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #34690b hue: 0.26 , saturation: 0.81 and the lightness value of 34690b is 0.23.

The process color (four color CMYK) of #34690b color hex is 0.50, 0.00, 0.90, 0.59. Web safe color of #34690b is #336600. Color #34690b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101001 00001011
Octal 64 151 13
Decimal 52 105 11
Hex 34 69 B

RGB Percentages of Color #34690b

%30.95
%62.50
%6.55

CMYK Percentages of Color #34690b

%50
%0
%90
%59

Triadic Colors of #34690b

#34690b #0b3469 #690b34

Analogous Colors of #34690b

#34690b #0b6911 #63690b

Monochromatic Colors of #34690b

#34690b

Complementary Color

#34690b #400b69

#34690b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34690b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34690b Color CSS Codes

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

#34690b Text Font Color

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

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


#34690b Background Color

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

This div background color is #34690b


#34690b Border Color

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

This div border color is #34690b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34690b


Comments

No comments written yet.

Please login to write comment.