COLOR #3D7D53

HEX: #3D7D53
RGB: (61,125,83)

Color info

#3D7D53 contains mainly green and blue colors. Web safe color of #3D7D53 is #336666 (or #366).

RGB color model

#3D7D53 color RGB value is (61,125,83).

  • red value is 61;
  • green value is 125;
  • blue value is 83.
RGB:
(61,125,83)
(24%,49%,33%)

RGB channels and saturation

R 61 of 255 = 24%
G 125 of 255 = 49%
B 83 of 255 = 33%

61
125
83

R + G + B ~ 35%. #3D7D53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 125 + 83 = 269 (100%)
R 61 of 269 ~ 22.68%
G 125 of 269 ~ 46.47%
B 83 of 269 ~ 30.86%

%22.68
%46.47
%30.86

CMYK color model

#3D7D53 color CMYK value is (51,0,34,51).

  • cyan value is 51.20%
  • magenta value is 0.00%
  • yellow value is 33.60%
  • key color value is 50.98%
CMYK:
(51,0,34,51)
C51M0Y34K51 
(51%,0%,34%,51%)
(0.51/0.00/0.34/0.51)	

CMYK percentages

%51.2
%0
%33.6
%50.98

Codes

Color #3D7D53 in popluar color models

3D7D53
RGB6112583
HSL141°34.41%36.47%
HSB/HSV141°51.20%49.02%
CMYK51.20%0.00%33.60%
50.98%

Color #3D7D53 in popluar number systems.

HEX3D7D53
Decimal6112583
Binary11110111111011010011
Octal75175123

Shades and tints

Shades of #3D7D53

#3D7D53
(61,125,83)
#38724C
(56,114,76)
#336745
(51,103,69)
#2E5C3E
(46,92,62)
#295137
(41,81,55)
#244630
(36,70,48)
#1F3B29
(31,59,41)
#1A3022
(26,48,34)
#15251B
(21,37,27)
#101A14
(16,26,20)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #3D7D53

#3D7D53
(61,125,83)
#4E8862
(78,136,98)
#5F9371
(95,147,113)
#709E80
(112,158,128)
#81A98F
(129,169,143)
#92B49E
(146,180,158)
#A3BFAD
(163,191,173)
#B4CABC
(180,202,188)
#C5D5CB
(197,213,203)
#D6E0DA
(214,224,218)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7D53 color. Also use rgb(61,125,83) instead hex code.

Text Font Color

.myTextColor { color: #3D7D53; }

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

This text font color is #3D7D53.


Background Color

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

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

This div background color is #3D7D53.


Border color

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

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

This div border color is #3D7D53.


Opacity

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

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

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

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

This text has shadow with #3D7D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7D53 on black background.


Color preview on white background

This text has color #3D7D53 on white background.



Black color preview on #3D7D53 background

This text has black color on #3D7D53 background.


White color preview on #3D7D53 background

This text has white color on #3D7D53 background.