COLOR #3D552C

HEX: #3D552C
RGB: (61,85,44)

Color info

#3D552C contains red, green and blue colors in about the same proportion. Web safe color of #3D552C is #336633 (or #363).

RGB color model

#3D552C color RGB value is (61,85,44).

  • red value is 61;
  • green value is 85;
  • blue value is 44.
RGB:
(61,85,44)
(24%,33%,17%)

RGB channels and saturation

R 61 of 255 = 24%
G 85 of 255 = 33%
B 44 of 255 = 17%

61
85
44

R + G + B ~ 25%. #3D552C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 85 + 44 = 190 (100%)
R 61 of 190 ~ 32.11%
G 85 of 190 ~ 44.74%
B 44 of 190 ~ 23.16%

%32.11
%44.74
%23.16

CMYK color model

#3D552C color CMYK value is (28,0,48,67).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • key color value is 66.67%
CMYK:
(28,0,48,67)
C28M0Y48K67 
(28%,0%,48%,67%)
(0.28/0.00/0.48/0.67)	

CMYK percentages

%28.24
%0
%48.24
%66.67

Codes

Color #3D552C in popluar color models

3D552C
RGB618544
HSL95°31.78%25.29%
HSB/HSV95°48.24%33.33%
CMYK28.24%0.00%48.24%
66.67%

Color #3D552C in popluar number systems.

HEX3D552C
Decimal618544
Binary1111011010101101100
Octal7512554

Shades and tints

Shades of #3D552C

#3D552C
(61,85,44)
#384E28
(56,78,40)
#334724
(51,71,36)
#2E4020
(46,64,32)
#29391C
(41,57,28)
#243218
(36,50,24)
#1F2B14
(31,43,20)
#1A2410
(26,36,16)
#151D0C
(21,29,12)
#101608
(16,22,8)
#0B0F04
(11,15,4)
#000000
(0,0,0)

Tints of #3D552C

#3D552C
(61,85,44)
#4E643F
(78,100,63)
#5F7352
(95,115,82)
#708265
(112,130,101)
#819178
(129,145,120)
#92A08B
(146,160,139)
#A3AF9E
(163,175,158)
#B4BEB1
(180,190,177)
#C5CDC4
(197,205,196)
#D6DCD7
(214,220,215)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D552C color. Also use rgb(61,85,44) instead hex code.

Text Font Color

.myTextColor { color: #3D552C; }

<p style="color:#3D552C">This sample text font color is #3D552C.</p>

This text font color is #3D552C.


Background Color

.myBgColor { background-color: #3D552C; }

<div style="background-color:#3D552C">Inner text</div>

This div background color is #3D552C.


Border color

.myBorderColor { border: 1px solid #3D552C; }

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

This div border color is #3D552C.


Opacity

.myOpacity80 { color: #3D552C; opacity: 0.8; }

<p style="color:#3D552C;opacity:0.8;">80%</p>

Text with #3D552C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3D552C;}

<p style="text-shadow: 3px 3px 1px #3D552C">Text here.</p>

This text has shadow with #3D552C color.

.textShadow {text-shadow: 3px 3px 1px #3D552C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3D552C, 5px 5px 20px red">Text here.</p>

This text has shadow with #3D552C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3D552C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3D552C, Direction=45, Strength=4)">Text</p>

This text has shadow with #3D552C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3D552C;
  -webkit-box-shadow:	1px 1px 3px 2px #3D552C;
  box-shadow:		1px 1px 3px 2px #3D552C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3D552C;
-webkit-box-shadow: 1px 1px 3px 2px #3D552C;
box-shadow:1px 1px 3px 2px #3D552C;">
Div content here</div>
This div box has shadow with color #3D552C.

Preview

Color preview on black background

This text has color #3D552C on black background.


Color preview on white background

This text has color #3D552C on white background.



Black color preview on #3D552C background

This text has black color on #3D552C background.


White color preview on #3D552C background

This text has white color on #3D552C background.