Color Hex Logo

#00483b Color Hex

#00483B
(0,72,59)
1 Favorites   0 Comments

Color spaces of #00483b

RGB 07259
HSL0.471.000.14
HSV169°100°28°
CMYK 1.000.000.18   0.72
XYZ3.10684.95054.9295
Yxy4.95050.23920.3812
Hunter Lab22.2497-14.01252.4389
CIE-Lab26.5933-23.72372.1551

#00483b color RGB value is (0,72,59).

#00483b hex color red value is 0, green value is 72 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #00483b hue: 0.47 , saturation: 1.00 and the lightness value of 00483b is 0.14.

The process color (four color CMYK) of #00483b color hex is 1.00, 0.00, 0.18, 0.72. Web safe color of #00483b is #003333. Color #00483b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001000 00111011
Octal 0 110 73
Decimal 0 72 59
Hex 0 48 3B

RGB Percentages of Color #00483b

%0.00
%54.96
%45.04

CMYK Percentages of Color #00483b

%100
%0
%18
%72

Triadic Colors of #00483b

#00483b #3b0048 #483b00

Analogous Colors of #00483b

#00483b #003148 #004817

Monochromatic Colors of #00483b

#00483b

Complementary Color

#00483b #48000d

#00483b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00483b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00483b Color CSS Codes

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

#00483b Text Font Color

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

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


#00483b Background Color

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

This div background color is #00483b


#00483b Border Color

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

This div border color is #00483b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,72,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00483b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00483b;
  -webkit-box-shadow: 1px 1px 3px 2px #00483b;
  box-shadow:         1px 1px 3px 2px #00483b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00483b

#00483b Color Palettes


Comments

No comments written yet.

Please login to write comment.