COLOR #3D552D

HEX: #3D552D
RGB: (61,85,45)

Color info

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

RGB color model

#3D552D color RGB value is (61,85,45).

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

RGB channels and saturation

R 61 of 255 = 24%
G 85 of 255 = 33%
B 45 of 255 = 18%

61
85
45

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

Portions of RGB colors in percentages

R + G + B =
61 + 85 + 45 = 191 (100%)
R 61 of 191 ~ 31.94%
G 85 of 191 ~ 44.5%
B 45 of 191 ~ 23.56%

%31.94
%44.5
%23.56

CMYK color model

#3D552D color CMYK value is (28,0,47,67).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 66.67%
CMYK:
(28,0,47,67)
C28M0Y47K67 
(28%,0%,47%,67%)
(0.28/0.00/0.47/0.67)	

CMYK percentages

%28.24
%0
%47.06
%66.67

Codes

Color #3D552D in popluar color models

3D552D
RGB618545
HSL96°30.77%25.49%
HSB/HSV96°47.06%33.33%
CMYK28.24%0.00%47.06%
66.67%

Color #3D552D in popluar number systems.

HEX3D552D
Decimal618545
Binary1111011010101101101
Octal7512555

Shades and tints

Shades of #3D552D

#3D552D
(61,85,45)
#384E29
(56,78,41)
#334725
(51,71,37)
#2E4021
(46,64,33)
#29391D
(41,57,29)
#243219
(36,50,25)
#1F2B15
(31,43,21)
#1A2411
(26,36,17)
#151D0D
(21,29,13)
#101609
(16,22,9)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #3D552D

#3D552D
(61,85,45)
#4E6440
(78,100,64)
#5F7353
(95,115,83)
#708266
(112,130,102)
#819179
(129,145,121)
#92A08C
(146,160,140)
#A3AF9F
(163,175,159)
#B4BEB2
(180,190,178)
#C5CDC5
(197,205,197)
#D6DCD8
(214,220,216)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D552D; }

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

This text font color is #3D552D.


Background Color

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

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

This div background color is #3D552D.


Border color

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

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

This div border color is #3D552D.


Opacity

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

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

Text with #3D552D 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 #3D552D;}

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

This text has shadow with #3D552D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D552D on black background.


Color preview on white background

This text has color #3D552D on white background.



Black color preview on #3D552D background

This text has black color on #3D552D background.


White color preview on #3D552D background

This text has white color on #3D552D background.