Color Hex Logo

#3c451b Color Hex

#3C451B
(60,69,27)
0 Favorites   0 Comments

Color spaces of #3c451b

RGB 606927
HSL0.200.440.19
HSV73°61°27°
CMYK 0.130.000.61   0.73
XYZ4.18945.29601.8383
Yxy5.29600.37000.4677
Hunter Lab23.0130-7.777911.3730
CIE-Lab27.5620-11.146523.7992

#3c451b color RGB value is (60,69,27).

#3c451b hex color red value is 60, green value is 69 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #3c451b hue: 0.20 , saturation: 0.44 and the lightness value of 3c451b is 0.19.

The process color (four color CMYK) of #3c451b color hex is 0.13, 0.00, 0.61, 0.73. Web safe color of #3c451b is #333333. Color #3c451b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01000101 00011011
Octal 74 105 33
Decimal 60 69 27
Hex 3C 45 1B

RGB Percentages of Color #3c451b

%38.46
%44.23
%17.31

CMYK Percentages of Color #3c451b

%13
%0
%61
%73

Triadic Colors of #3c451b

#3c451b #1b3c45 #451b3c

Analogous Colors of #3c451b

#3c451b #27451b #45391b

Monochromatic Colors of #3c451b

#3c451b

Complementary Color

#3c451b #241b45

#3c451b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c451b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c451b Color CSS Codes

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

#3c451b Text Font Color

<p style="color:#3c451b">Text here</p>

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


#3c451b Background Color

<div style="background-color:#3c451b">
Div content here</div>

This div background color is #3c451b


#3c451b Border Color

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

This div border color is #3c451b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,69,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c451b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c451b;
  -webkit-box-shadow: 1px 1px 3px 2px #3c451b;
  box-shadow:         1px 1px 3px 2px #3c451b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,69,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c451b


Comments

No comments written yet.

Please login to write comment.