Color Hex Logo

#275349 Color Hex

#275349
(39,83,73)
0 Favorites   0 Comments

Color spaces of #275349

RGB 398373
HSL0.460.360.24
HSV166°53°33°
CMYK 0.530.000.12   0.67
XYZ5.13267.09897.4030
Yxy7.09890.26140.3616
Hunter Lab26.6438-12.24072.1768
CIE-Lab32.0310-18.04131.1828

#275349 color RGB value is (39,83,73).

#275349 hex color red value is 39, green value is 83 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #275349 hue: 0.46 , saturation: 0.36 and the lightness value of 275349 is 0.24.

The process color (four color CMYK) of #275349 color hex is 0.53, 0.00, 0.12, 0.67. Web safe color of #275349 is #336633. Color #275349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01010011 01001001
Octal 47 123 111
Decimal 39 83 73
Hex 27 53 49

RGB Percentages of Color #275349

%20.00
%42.56
%37.44

CMYK Percentages of Color #275349

%53
%0
%12
%67

Triadic Colors of #275349

#275349 #492753 #534927

Analogous Colors of #275349

#275349 #274753 #275333

Monochromatic Colors of #275349

#275349

Complementary Color

#275349 #532731

#275349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#275349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#275349 Color CSS Codes

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

#275349 Text Font Color

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

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


#275349 Background Color

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

This div background color is #275349


#275349 Border Color

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

This div border color is #275349


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,83,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #275349; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #275349;
  -webkit-box-shadow: 1px 1px 3px 2px #275349;
  box-shadow:         1px 1px 3px 2px #275349; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,83,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #275349


Comments

No comments written yet.

Please login to write comment.