COLOR #3D7548

HEX: #3D7548
RGB: (61,117,72)

Color info

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

RGB color model

#3D7548 color RGB value is (61,117,72).

  • red value is 61;
  • green value is 117;
  • blue value is 72.
RGB:
(61,117,72)
(24%,46%,28%)

RGB channels and saturation

R 61 of 255 = 24%
G 117 of 255 = 46%
B 72 of 255 = 28%

61
117
72

R + G + B ~ 33%. #3D7548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 117 + 72 = 250 (100%)
R 61 of 250 ~ 24.4%
G 117 of 250 ~ 46.8%
B 72 of 250 ~ 28.8%

%24.4
%46.8
%28.8

CMYK color model

#3D7548 color CMYK value is (48,0,38,54).

  • cyan value is 47.86%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 54.12%
CMYK:
(48,0,38,54)
C48M0Y38K54 
(48%,0%,38%,54%)
(0.48/0.00/0.38/0.54)	

CMYK percentages

%47.86
%0
%38.46
%54.12

Codes

Color #3D7548 in popluar color models

3D7548
RGB6111772
HSL132°31.46%34.90%
HSB/HSV132°47.86%45.88%
CMYK47.86%0.00%38.46%
54.12%

Color #3D7548 in popluar number systems.

HEX3D7548
Decimal6111772
Binary11110111101011001000
Octal75165110

Shades and tints

Shades of #3D7548

#3D7548
(61,117,72)
#386B42
(56,107,66)
#33613C
(51,97,60)
#2E5736
(46,87,54)
#294D30
(41,77,48)
#24432A
(36,67,42)
#1F3924
(31,57,36)
#1A2F1E
(26,47,30)
#152518
(21,37,24)
#101B12
(16,27,18)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #3D7548

#3D7548
(61,117,72)
#4E8158
(78,129,88)
#5F8D68
(95,141,104)
#709978
(112,153,120)
#81A588
(129,165,136)
#92B198
(146,177,152)
#A3BDA8
(163,189,168)
#B4C9B8
(180,201,184)
#C5D5C8
(197,213,200)
#D6E1D8
(214,225,216)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7548 color. Also use rgb(61,117,72) instead hex code.

Text Font Color

.myTextColor { color: #3D7548; }

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

This text font color is #3D7548.


Background Color

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

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

This div background color is #3D7548.


Border color

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

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

This div border color is #3D7548.


Opacity

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

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

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

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

This text has shadow with #3D7548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7548 on black background.


Color preview on white background

This text has color #3D7548 on white background.



Black color preview on #3D7548 background

This text has black color on #3D7548 background.


White color preview on #3D7548 background

This text has white color on #3D7548 background.