Color Hex Logo

#00341b Color Hex

#00341B
(0,52,27)
0 Favorites   0 Comments

Color spaces of #00341b

RGB 05227
HSL0.421.000.10
HSV151°100°20°
CMYK 1.000.000.48   0.80
XYZ1.42582.53511.4511
Yxy2.53510.26350.4684
Hunter Lab15.9220-11.87905.7418
CIE-Lab18.0766-23.568611.3349

#00341b color RGB value is (0,52,27).

#00341b hex color red value is 0, green value is 52 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #00341b hue: 0.42 , saturation: 1.00 and the lightness value of 00341b is 0.10.

The process color (four color CMYK) of #00341b color hex is 1.00, 0.00, 0.48, 0.80. Web safe color of #00341b is #003333. Color #00341b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110100 00011011
Octal 0 64 33
Decimal 0 52 27
Hex 0 34 1B

RGB Percentages of Color #00341b

%0.00
%65.82
%34.18

CMYK Percentages of Color #00341b

%100
%0
%48
%80

Triadic Colors of #00341b

#00341b #1b0034 #341b00

Analogous Colors of #00341b

#00341b #003334 #003401

Monochromatic Colors of #00341b

#00341b

Complementary Color

#00341b #340019

#00341b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00341b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00341b Color CSS Codes

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

#00341b Text Font Color

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

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


#00341b Background Color

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

This div background color is #00341b


#00341b Border Color

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

This div border color is #00341b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00341b


Comments

No comments written yet.

Please login to write comment.