Color Hex Logo

#2f413d Color Hex

#2F413D
(47,65,61)
0 Favorites   0 Comments

Color spaces of #2f413d

RGB 476561
HSL0.460.160.22
HSV167°28°25°
CMYK 0.280.000.06   0.75
XYZ3.90494.72195.1205
Yxy4.72190.28400.3435
Hunter Lab21.7299-5.95071.2397
CIE-Lab25.9273-8.19280.0978

#2f413d color RGB value is (47,65,61).

#2f413d hex color red value is 47, green value is 65 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #2f413d hue: 0.46 , saturation: 0.16 and the lightness value of 2f413d is 0.22.

The process color (four color CMYK) of #2f413d color hex is 0.28, 0.00, 0.06, 0.75. Web safe color of #2f413d is #333333. Color #2f413d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01000001 00111101
Octal 57 101 75
Decimal 47 65 61
Hex 2F 41 3D

RGB Percentages of Color #2f413d

%27.17
%37.57
%35.26

CMYK Percentages of Color #2f413d

%28
%0
%6
%75

Triadic Colors of #2f413d

#2f413d #3d2f41 #413d2f

Analogous Colors of #2f413d

#2f413d #2f3c41 #2f4134

Monochromatic Colors of #2f413d

#2f413d

Complementary Color

#2f413d #412f33

#2f413d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f413d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f413d Color CSS Codes

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

#2f413d Text Font Color

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

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


#2f413d Background Color

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

This div background color is #2f413d


#2f413d Border Color

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

This div border color is #2f413d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,65,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f413d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f413d;
  -webkit-box-shadow: 1px 1px 3px 2px #2f413d;
  box-shadow:         1px 1px 3px 2px #2f413d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,65,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f413d


Comments

No comments written yet.

Please login to write comment.