COLOR #3D8B48

HEX: #3D8B48
RGB: (61,139,72)

Color info

#3D8B48 contains mainly green color. Web safe color of #3D8B48 is #339933 (or #393).

RGB color model

#3D8B48 color RGB value is (61,139,72).

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

RGB channels and saturation

R 61 of 255 = 24%
G 139 of 255 = 55%
B 72 of 255 = 28%

61
139
72

R + G + B ~ 36%. #3D8B48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 139 + 72 = 272 (100%)
R 61 of 272 ~ 22.43%
G 139 of 272 ~ 51.1%
B 72 of 272 ~ 26.47%

%22.43
%51.1
%26.47

CMYK color model

#3D8B48 color CMYK value is (56,0,48,45).

  • cyan value is 56.12%
  • magenta value is 0.00%
  • yellow value is 48.20%
  • key color value is 45.49%
CMYK:
(56,0,48,45)
C56M0Y48K45 
(56%,0%,48%,45%)
(0.56/0.00/0.48/0.45)	

CMYK percentages

%56.12
%0
%48.2
%45.49

Codes

Color #3D8B48 in popluar color models

3D8B48
RGB6113972
HSL128°39.00%39.22%
HSB/HSV128°56.12%54.51%
CMYK56.12%0.00%48.20%
45.49%

Color #3D8B48 in popluar number systems.

HEX3D8B48
Decimal6113972
Binary111101100010111001000
Octal75213110

Shades and tints

Shades of #3D8B48

#3D8B48
(61,139,72)
#387F42
(56,127,66)
#33733C
(51,115,60)
#2E6736
(46,103,54)
#295B30
(41,91,48)
#244F2A
(36,79,42)
#1F4324
(31,67,36)
#1A371E
(26,55,30)
#152B18
(21,43,24)
#101F12
(16,31,18)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #3D8B48

#3D8B48
(61,139,72)
#4E9558
(78,149,88)
#5F9F68
(95,159,104)
#70A978
(112,169,120)
#81B388
(129,179,136)
#92BD98
(146,189,152)
#A3C7A8
(163,199,168)
#B4D1B8
(180,209,184)
#C5DBC8
(197,219,200)
#D6E5D8
(214,229,216)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D8B48; }

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

This text font color is #3D8B48.


Background Color

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

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

This div background color is #3D8B48.


Border color

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

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

This div border color is #3D8B48.


Opacity

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

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

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

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

This text has shadow with #3D8B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D8B48 on black background.


Color preview on white background

This text has color #3D8B48 on white background.



Black color preview on #3D8B48 background

This text has black color on #3D8B48 background.


White color preview on #3D8B48 background

This text has white color on #3D8B48 background.