Color Hex Logo

#277f4b Color Hex

#277F4B
(39,127,75)
0 Favorites   0 Comments

Color spaces of #277f4b

RGB 3912775
HSL0.400.530.33
HSV145°69°50°
CMYK 0.690.000.41   0.50
XYZ9.696116.11819.2567
Yxy16.11810.27650.4596
Hunter Lab40.1474-27.147814.4328
CIE-Lab47.1291-38.481120.9014

#277f4b color RGB value is (39,127,75).

#277f4b hex color red value is 39, green value is 127 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #277f4b hue: 0.40 , saturation: 0.53 and the lightness value of 277f4b is 0.33.

The process color (four color CMYK) of #277f4b color hex is 0.69, 0.00, 0.41, 0.50. Web safe color of #277f4b is #336633. Color #277f4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111111 01001011
Octal 47 177 113
Decimal 39 127 75
Hex 27 7F 4B

RGB Percentages of Color #277f4b

%16.18
%52.70
%31.12

CMYK Percentages of Color #277f4b

%69
%0
%41
%50

Triadic Colors of #277f4b

#277f4b #4b277f #7f4b27

Analogous Colors of #277f4b

#277f4b #277f77 #2f7f27

Monochromatic Colors of #277f4b

#277f4b

Complementary Color

#277f4b #7f275b

#277f4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277f4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#277f4b Color CSS Codes

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

#277f4b Text Font Color

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

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


#277f4b Background Color

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

This div background color is #277f4b


#277f4b Border Color

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

This div border color is #277f4b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,127,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 #277f4b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277f4b


Comments

No comments written yet.

Please login to write comment.