Color Hex Logo

#276048 Color Hex

#276048
(39,96,72)
0 Favorites   0 Comments

Color spaces of #276048

RGB 399672
HSL0.430.420.26
HSV155°59°38°
CMYK 0.590.000.25   0.62
XYZ6.18939.26507.5930
Yxy9.26500.26850.4020
Hunter Lab30.4385-16.97156.5168
CIE-Lab36.4896-25.09008.1776

#276048 color RGB value is (39,96,72).

#276048 hex color red value is 39, green value is 96 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #276048 hue: 0.43 , saturation: 0.42 and the lightness value of 276048 is 0.26.

The process color (four color CMYK) of #276048 color hex is 0.59, 0.00, 0.25, 0.62. Web safe color of #276048 is #336633. Color #276048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01100000 01001000
Octal 47 140 110
Decimal 39 96 72
Hex 27 60 48

RGB Percentages of Color #276048

%18.84
%46.38
%34.78

CMYK Percentages of Color #276048

%59
%0
%25
%62

Triadic Colors of #276048

#276048 #482760 #604827

Analogous Colors of #276048

#276048 #275c60 #27602c

Monochromatic Colors of #276048

#276048

Complementary Color

#276048 #60273f

#276048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276048 Color CSS Codes

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

#276048 Text Font Color

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

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


#276048 Background Color

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

This div background color is #276048


#276048 Border Color

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

This div border color is #276048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276048


Comments

No comments written yet.

Please login to write comment.