Color Hex Logo

#00272d Color Hex

#00272D
(0,39,45)
1 Favorites   0 Comments

Color spaces of #00272d

RGB 03945
HSL0.521.000.09
HSV188°100°18°
CMYK 1.000.130.00   0.82
XYZ1.19921.64052.7361
Yxy1.64050.21510.2942
Hunter Lab12.8082-5.7018-3.6998
CIE-Lab13.4747-10.6459-7.7621

#00272d color RGB value is (0,39,45).

#00272d hex color red value is 0, green value is 39 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #00272d hue: 0.52 , saturation: 1.00 and the lightness value of 00272d is 0.09.

The process color (four color CMYK) of #00272d color hex is 1.00, 0.13, 0.00, 0.82. Web safe color of #00272d is #003333. Color #00272d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100111 00101101
Octal 0 47 55
Decimal 0 39 45
Hex 0 27 2D

RGB Percentages of Color #00272d

%0.00
%46.43
%53.57

CMYK Percentages of Color #00272d

%100
%13
%0
%82

Triadic Colors of #00272d

#00272d #2d0027 #272d00

Analogous Colors of #00272d

#00272d #00112d #002d1d

Monochromatic Colors of #00272d

#00272d

Complementary Color

#00272d #2d0600

#00272d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00272d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00272d Color CSS Codes

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

#00272d Text Font Color

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

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


#00272d Background Color

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

This div background color is #00272d


#00272d Border Color

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

This div border color is #00272d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,39,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00272d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00272d;
  -webkit-box-shadow: 1px 1px 3px 2px #00272d;
  box-shadow:         1px 1px 3px 2px #00272d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00272d


Comments

No comments written yet.

Please login to write comment.