Color Hex Logo

#276f4b Color Hex

#276F4B
(39,111,75)
0 Favorites   0 Comments

Color spaces of #276f4b

RGB 3911175
HSL0.420.480.29
HSV150°65°44°
CMYK 0.650.000.32   0.56
XYZ7.791112.30828.6217
Yxy12.30820.27130.4285
Hunter Lab35.0830-21.75489.9875
CIE-Lab41.7018-31.516313.6028

#276f4b color RGB value is (39,111,75).

#276f4b hex color red value is 39, green value is 111 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #276f4b hue: 0.42 , saturation: 0.48 and the lightness value of 276f4b is 0.29.

The process color (four color CMYK) of #276f4b color hex is 0.65, 0.00, 0.32, 0.56. Web safe color of #276f4b is #336633. Color #276f4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101111 01001011
Octal 47 157 113
Decimal 39 111 75
Hex 27 6F 4B

RGB Percentages of Color #276f4b

%17.33
%49.33
%33.33

CMYK Percentages of Color #276f4b

%65
%0
%32
%56

Triadic Colors of #276f4b

#276f4b #4b276f #6f4b27

Analogous Colors of #276f4b

#276f4b #276f6f #276f27

Monochromatic Colors of #276f4b

#276f4b

Complementary Color

#276f4b #6f274b

#276f4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276f4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#276f4b Color CSS Codes

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

#276f4b Text Font Color

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

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


#276f4b Background Color

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

This div background color is #276f4b


#276f4b Border Color

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

This div border color is #276f4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,111,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #276f4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #276f4b;
  -webkit-box-shadow: 1px 1px 3px 2px #276f4b;
  box-shadow:         1px 1px 3px 2px #276f4b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276f4b


Comments

No comments written yet.

Please login to write comment.