Color Hex Logo

#354843 Color Hex

#354843
(53,72,67)
0 Favorites   0 Comments

Color spaces of #354843

RGB 537267
HSL0.460.150.25
HSV164°26°28°
CMYK 0.260.000.07   0.72
XYZ4.79875.79696.1762
Yxy5.79690.28610.3456
Hunter Lab24.0768-6.55781.6446
CIE-Lab28.8942-8.71090.5585

#354843 color RGB value is (53,72,67).

#354843 hex color red value is 53, green value is 72 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #354843 hue: 0.46 , saturation: 0.15 and the lightness value of 354843 is 0.25.

The process color (four color CMYK) of #354843 color hex is 0.26, 0.00, 0.07, 0.72. Web safe color of #354843 is #333333. Color #354843 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001000 01000011
Octal 65 110 103
Decimal 53 72 67
Hex 35 48 43

RGB Percentages of Color #354843

%27.60
%37.50
%34.90

CMYK Percentages of Color #354843

%26
%0
%7
%72

Triadic Colors of #354843

#354843 #433548 #484335

Analogous Colors of #354843

#354843 #354448 #35483a

Monochromatic Colors of #354843

#354843

Complementary Color

#354843 #48353a

#354843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354843 Color CSS Codes

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

#354843 Text Font Color

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

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


#354843 Background Color

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

This div background color is #354843


#354843 Border Color

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

This div border color is #354843


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,72,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #354843; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #354843;
  -webkit-box-shadow: 1px 1px 3px 2px #354843;
  box-shadow:         1px 1px 3px 2px #354843; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,72,67, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354843


Comments

No comments written yet.

Please login to write comment.