COLOR #3D7341

HEX: #3D7341
RGB: (61,115,65)

Color info

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

RGB color model

#3D7341 color RGB value is (61,115,65).

  • red value is 61;
  • green value is 115;
  • blue value is 65.
RGB:
(61,115,65)
(24%,45%,25%)

RGB channels and saturation

R 61 of 255 = 24%
G 115 of 255 = 45%
B 65 of 255 = 25%

61
115
65

R + G + B ~ 31%. #3D7341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 115 + 65 = 241 (100%)
R 61 of 241 ~ 25.31%
G 115 of 241 ~ 47.72%
B 65 of 241 ~ 26.97%

%25.31
%47.72
%26.97

CMYK color model

#3D7341 color CMYK value is (47,0,43,55).

  • cyan value is 46.96%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 54.90%
CMYK:
(47,0,43,55)
C47M0Y43K55 
(47%,0%,43%,55%)
(0.47/0.00/0.43/0.55)	

CMYK percentages

%46.96
%0
%43.48
%54.9

Codes

Color #3D7341 in popluar color models

3D7341
RGB6111565
HSL124°30.68%34.51%
HSB/HSV124°46.96%45.10%
CMYK46.96%0.00%43.48%
54.90%

Color #3D7341 in popluar number systems.

HEX3D7341
Decimal6111565
Binary11110111100111000001
Octal75163101

Shades and tints

Shades of #3D7341

#3D7341
(61,115,65)
#38693C
(56,105,60)
#335F37
(51,95,55)
#2E5532
(46,85,50)
#294B2D
(41,75,45)
#244128
(36,65,40)
#1F3723
(31,55,35)
#1A2D1E
(26,45,30)
#152319
(21,35,25)
#101914
(16,25,20)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #3D7341

#3D7341
(61,115,65)
#4E7F52
(78,127,82)
#5F8B63
(95,139,99)
#709774
(112,151,116)
#81A385
(129,163,133)
#92AF96
(146,175,150)
#A3BBA7
(163,187,167)
#B4C7B8
(180,199,184)
#C5D3C9
(197,211,201)
#D6DFDA
(214,223,218)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7341 color. Also use rgb(61,115,65) instead hex code.

Text Font Color

.myTextColor { color: #3D7341; }

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

This text font color is #3D7341.


Background Color

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

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

This div background color is #3D7341.


Border color

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

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

This div border color is #3D7341.


Opacity

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

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

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

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

This text has shadow with #3D7341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7341 on black background.


Color preview on white background

This text has color #3D7341 on white background.



Black color preview on #3D7341 background

This text has black color on #3D7341 background.


White color preview on #3D7341 background

This text has white color on #3D7341 background.