Color Hex Logo

#14483d Color Hex

#14483D
(20,72,61)
0 Favorites   0 Comments

Color spaces of #14483d

RGB 207261
HSL0.460.570.18
HSV167°72°28°
CMYK 0.720.000.15   0.72
XYZ3.44825.12045.2215
Yxy5.12040.25000.3713
Hunter Lab22.6283-12.39892.1586
CIE-Lab27.0751-20.14681.6052

#14483d color RGB value is (20,72,61).

#14483d hex color red value is 20, green value is 72 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #14483d hue: 0.46 , saturation: 0.57 and the lightness value of 14483d is 0.18.

The process color (four color CMYK) of #14483d color hex is 0.72, 0.00, 0.15, 0.72. Web safe color of #14483d is #003333. Color #14483d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001000 00111101
Octal 24 110 75
Decimal 20 72 61
Hex 14 48 3D

RGB Percentages of Color #14483d

%13.07
%47.06
%39.87

CMYK Percentages of Color #14483d

%72
%0
%15
%72

Triadic Colors of #14483d

#14483d #3d1448 #483d14

Analogous Colors of #14483d

#14483d #143948 #144823

Monochromatic Colors of #14483d

#14483d

Complementary Color

#14483d #48141f

#14483d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14483d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14483d Color CSS Codes

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

#14483d Text Font Color

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

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


#14483d Background Color

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

This div background color is #14483d


#14483d Border Color

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

This div border color is #14483d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,72,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14483d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14483d;
  -webkit-box-shadow: 1px 1px 3px 2px #14483d;
  box-shadow:         1px 1px 3px 2px #14483d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,72,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 #14483d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14483d


Comments

No comments written yet.

Please login to write comment.