Color Hex Logo

#3d552b Color Hex

#3D552B
(61,85,43)
0 Favorites   0 Comments

Color spaces of #3d552b

RGB 618543
HSL0.260.330.25
HSV94°49°33°
CMYK 0.280.000.49   0.67
XYZ5.60907.66353.4691
Yxy7.66350.33500.4578
Hunter Lab27.6830-12.278511.9482
CIE-Lab33.2720-17.715421.5479

#3d552b color RGB value is (61,85,43).

#3d552b hex color red value is 61, green value is 85 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #3d552b hue: 0.26 , saturation: 0.33 and the lightness value of 3d552b is 0.25.

The process color (four color CMYK) of #3d552b color hex is 0.28, 0.00, 0.49, 0.67. Web safe color of #3d552b is #336633. Color #3d552b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01010101 00101011
Octal 75 125 53
Decimal 61 85 43
Hex 3D 55 2B

RGB Percentages of Color #3d552b

%32.28
%44.97
%22.75

CMYK Percentages of Color #3d552b

%28
%0
%49
%67

Triadic Colors of #3d552b

#3d552b #2b3d55 #552b3d

Analogous Colors of #3d552b

#3d552b #2b552e #52552b

Monochromatic Colors of #3d552b

#3d552b

Complementary Color

#3d552b #432b55

#3d552b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d552b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d552b Color CSS Codes

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

#3d552b Text Font Color

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

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


#3d552b Background Color

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

This div background color is #3d552b


#3d552b Border Color

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

This div border color is #3d552b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,85,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d552b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d552b;
  -webkit-box-shadow: 1px 1px 3px 2px #3d552b;
  box-shadow:         1px 1px 3px 2px #3d552b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,85,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d552b


Comments

No comments written yet.

Please login to write comment.