Color Hex Logo

#1c7d53 Color Hex

#1C7D53
(28,125,83)
0 Favorites   0 Comments

Color spaces of #1c7d53

RGB 2812583
HSL0.430.630.30
HSV154°78°49°
CMYK 0.780.000.34   0.51
XYZ9.373815.538610.6888
Yxy15.53860.26330.4365
Hunter Lab39.4190-26.536211.5163
CIE-Lab46.3632-37.797915.2615

#1c7d53 color RGB value is (28,125,83).

#1c7d53 hex color red value is 28, green value is 125 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #1c7d53 hue: 0.43 , saturation: 0.63 and the lightness value of 1c7d53 is 0.30.

The process color (four color CMYK) of #1c7d53 color hex is 0.78, 0.00, 0.34, 0.51. Web safe color of #1c7d53 is #336666. Color #1c7d53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01111101 01010011
Octal 34 175 123
Decimal 28 125 83
Hex 1C 7D 53

RGB Percentages of Color #1c7d53

%11.86
%52.97
%35.17

CMYK Percentages of Color #1c7d53

%78
%0
%34
%51

Triadic Colors of #1c7d53

#1c7d53 #531c7d #7d531c

Analogous Colors of #1c7d53

#1c7d53 #1c777d #1c7d23

Monochromatic Colors of #1c7d53

#1c7d53

Complementary Color

#1c7d53 #7d1c46

#1c7d53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c7d53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c7d53 Color CSS Codes

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

#1c7d53 Text Font Color

<p style="color:#1c7d53">Text here</p>

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


#1c7d53 Background Color

<div style="background-color:#1c7d53">
Div content here</div>

This div background color is #1c7d53


#1c7d53 Border Color

<div style="border:3px solid #1c7d53">
Div here</div>

This div border color is #1c7d53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,125,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c7d53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c7d53;
  -webkit-box-shadow: 1px 1px 3px 2px #1c7d53;
  box-shadow:         1px 1px 3px 2px #1c7d53; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,125,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c7d53


Comments

No comments written yet.

Please login to write comment.