COLOR #3D4428

HEX: #3D4428
RGB: (61,68,40)

Color info

#3D4428 contains red, green and blue colors in about the same proportion. Web safe color of #3D4428 is #333333 (or #333).

RGB color model

#3D4428 color RGB value is (61,68,40).

  • red value is 61;
  • green value is 68;
  • blue value is 40.
RGB:
(61,68,40)
(24%,27%,16%)

RGB channels and saturation

R 61 of 255 = 24%
G 68 of 255 = 27%
B 40 of 255 = 16%

61
68
40

R + G + B ~ 22%. #3D4428 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 68 + 40 = 169 (100%)
R 61 of 169 ~ 36.09%
G 68 of 169 ~ 40.24%
B 40 of 169 ~ 23.67%

%36.09
%40.24
%23.67

CMYK color model

#3D4428 color CMYK value is (10,0,41,73).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 73.33%
CMYK:
(10,0,41,73)
C10M0Y41K73 
(10%,0%,41%,73%)
(0.10/0.00/0.41/0.73)	

CMYK percentages

%10.29
%0
%41.18
%73.33

Codes

Color #3D4428 in popluar color models

3D4428
RGB616840
HSL75°25.93%21.18%
HSB/HSV75°41.18%26.67%
CMYK10.29%0.00%41.18%
73.33%

Color #3D4428 in popluar number systems.

HEX3D4428
Decimal616840
Binary1111011000100101000
Octal7510450

Shades and tints

Shades of #3D4428

#3D4428
(61,68,40)
#383E25
(56,62,37)
#333822
(51,56,34)
#2E321F
(46,50,31)
#292C1C
(41,44,28)
#242619
(36,38,25)
#1F2016
(31,32,22)
#1A1A13
(26,26,19)
#151410
(21,20,16)
#100E0D
(16,14,13)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #3D4428

#3D4428
(61,68,40)
#4E553B
(78,85,59)
#5F664E
(95,102,78)
#707761
(112,119,97)
#818874
(129,136,116)
#929987
(146,153,135)
#A3AA9A
(163,170,154)
#B4BBAD
(180,187,173)
#C5CCC0
(197,204,192)
#D6DDD3
(214,221,211)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4428 color. Also use rgb(61,68,40) instead hex code.

Text Font Color

.myTextColor { color: #3D4428; }

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

This text font color is #3D4428.


Background Color

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

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

This div background color is #3D4428.


Border color

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

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

This div border color is #3D4428.


Opacity

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

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

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

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

This text has shadow with #3D4428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4428 on black background.


Color preview on white background

This text has color #3D4428 on white background.



Black color preview on #3D4428 background

This text has black color on #3D4428 background.


White color preview on #3D4428 background

This text has white color on #3D4428 background.