Color Hex Logo

#13823d Color Hex

#13823D
(19,130,61)
0 Favorites   0 Comments

Color spaces of #13823d

RGB 1913061
HSL0.400.740.29
HSV143°85°51°
CMYK 0.850.000.53   0.49
XYZ9.093516.44067.1090
Yxy16.44060.27860.5036
Hunter Lab40.5470-30.925017.9877
CIE-Lab47.5473-45.227729.0303

#13823d color RGB value is (19,130,61).

#13823d hex color red value is 19, green value is 130 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #13823d hue: 0.40 , saturation: 0.74 and the lightness value of 13823d is 0.29.

The process color (four color CMYK) of #13823d color hex is 0.85, 0.00, 0.53, 0.49. Web safe color of #13823d is #009933. Color #13823d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000010 00111101
Octal 23 202 75
Decimal 19 130 61
Hex 13 82 3D

RGB Percentages of Color #13823d

%9.05
%61.90
%29.05

CMYK Percentages of Color #13823d

%85
%0
%53
%49

Triadic Colors of #13823d

#13823d #3d1382 #823d13

Analogous Colors of #13823d

#13823d #138275 #208213

Monochromatic Colors of #13823d

#13823d

Complementary Color

#13823d #821358

#13823d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13823d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13823d Color CSS Codes

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

#13823d Text Font Color

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

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


#13823d Background Color

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

This div background color is #13823d


#13823d Border Color

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

This div border color is #13823d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13823d


Comments

No comments written yet.

Please login to write comment.