Color Hex Logo

#254946 Color Hex

#254946
(37,73,70)
0 Favorites   0 Comments

Color spaces of #254946

RGB 377370
HSL0.490.330.22
HSV175°49°29°
CMYK 0.490.000.04   0.71
XYZ4.25105.60066.6513
Yxy5.60060.25760.3394
Hunter Lab23.6656-9.3512-0.0978
CIE-Lab28.3816-13.8180-2.2472

#254946 color RGB value is (37,73,70).

#254946 hex color red value is 37, green value is 73 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #254946 hue: 0.49 , saturation: 0.33 and the lightness value of 254946 is 0.22.

The process color (four color CMYK) of #254946 color hex is 0.49, 0.00, 0.04, 0.71. Web safe color of #254946 is #333333. Color #254946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001001 01000110
Octal 45 111 106
Decimal 37 73 70
Hex 25 49 46

RGB Percentages of Color #254946

%20.56
%40.56
%38.89

CMYK Percentages of Color #254946

%49
%0
%4
%71

Triadic Colors of #254946

#254946 #462549 #494625

Analogous Colors of #254946

#254946 #253a49 #254934

Monochromatic Colors of #254946

#254946

Complementary Color

#254946 #492528

#254946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254946 Color CSS Codes

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

#254946 Text Font Color

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

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


#254946 Background Color

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

This div background color is #254946


#254946 Border Color

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

This div border color is #254946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254946


Comments

No comments written yet.

Please login to write comment.