Color Hex Logo

#342830 Color Hex

#342830
(52,40,48)
0 Favorites   0 Comments

Color spaces of #342830

RGB 524048
HSL0.890.130.18
HSV320°23°20°
CMYK 0.000.230.08   0.80
XYZ2.70852.46103.1286
Yxy2.46100.32640.2966
Hunter Lab15.68763.3652-0.8430
CIE-Lab17.74137.2848-3.0829

#342830 color RGB value is (52,40,48).

#342830 hex color red value is 52, green value is 40 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #342830 hue: 0.89 , saturation: 0.13 and the lightness value of 342830 is 0.18.

The process color (four color CMYK) of #342830 color hex is 0.00, 0.23, 0.08, 0.80. Web safe color of #342830 is #333333. Color #342830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101000 00110000
Octal 64 50 60
Decimal 52 40 48
Hex 34 28 30

RGB Percentages of Color #342830

%37.14
%28.57
%34.29

CMYK Percentages of Color #342830

%0
%23
%8
%80

Triadic Colors of #342830

#342830 #303428 #283034

Analogous Colors of #342830

#342830 #34282a #322834

Monochromatic Colors of #342830

#342830

Complementary Color

#342830 #28342c

#342830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342830 Color CSS Codes

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

#342830 Text Font Color

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

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


#342830 Background Color

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

This div background color is #342830


#342830 Border Color

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

This div border color is #342830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342830


Comments

No comments written yet.

Please login to write comment.