Color Hex Logo

#274442 Color Hex

#274442
(39,68,66)
0 Favorites   0 Comments

Color spaces of #274442

RGB 396866
HSL0.490.270.21
HSV176°43°27°
CMYK 0.430.000.03   0.73
XYZ3.88724.95895.9065
Yxy4.95890.26350.3361
Hunter Lab22.2686-7.8111-0.1380
CIE-Lab26.6173-11.4282-2.2318

#274442 color RGB value is (39,68,66).

#274442 hex color red value is 39, green value is 68 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #274442 hue: 0.49 , saturation: 0.27 and the lightness value of 274442 is 0.21.

The process color (four color CMYK) of #274442 color hex is 0.43, 0.00, 0.03, 0.73. Web safe color of #274442 is #333333. Color #274442 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01000100 01000010
Octal 47 104 102
Decimal 39 68 66
Hex 27 44 42

RGB Percentages of Color #274442

%22.54
%39.31
%38.15

CMYK Percentages of Color #274442

%43
%0
%3
%73

Triadic Colors of #274442

#274442 #422744 #444227

Analogous Colors of #274442

#274442 #273844 #274434

Monochromatic Colors of #274442

#274442

Complementary Color

#274442 #442729

#274442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#274442 Color CSS Codes

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

#274442 Text Font Color

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

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


#274442 Background Color

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

This div background color is #274442


#274442 Border Color

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

This div border color is #274442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274442


Comments

No comments written yet.

Please login to write comment.