COLOR #3D7D30

HEX: #3D7D30
RGB: (61,125,48)

Color info

#3D7D30 contains mainly green color. Web safe color of #3D7D30 is #336633 (or #363).

RGB color model

#3D7D30 color RGB value is (61,125,48).

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

RGB channels and saturation

R 61 of 255 = 24%
G 125 of 255 = 49%
B 48 of 255 = 19%

61
125
48

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

Portions of RGB colors in percentages

R + G + B =
61 + 125 + 48 = 234 (100%)
R 61 of 234 ~ 26.07%
G 125 of 234 ~ 53.42%
B 48 of 234 ~ 20.51%

%26.07
%53.42
%20.51

CMYK color model

#3D7D30 color CMYK value is (51,0,62,51).

  • cyan value is 51.20%
  • magenta value is 0.00%
  • yellow value is 61.60%
  • key color value is 50.98%
CMYK: (51,0,62,51) C51M0Y62K51 (51%,0%,62%,51%) (0.51/0.00/0.62/0.51)

CMYK percentages

%51.2
%0
%61.6
%50.98

Codes

Color #3D7D30 in popluar color models

3D7D30
RGB6112548
HSL110°44.51%33.92%
HSB/HSV110°61.60%49.02%
CMYK51.20%0.00%61.60%
50.98%

Color #3D7D30 in popluar number systems.

HEX3D7D30
Decimal6112548
Binary1111011111101110000
Octal7517560

Shades and tints

Shades of #3D7D30

#3D7D30
(61,125,48)
#38722C
(56,114,44)
#336728
(51,103,40)
#2E5C24
(46,92,36)
#295120
(41,81,32)
#24461C
(36,70,28)
#1F3B18
(31,59,24)
#1A3014
(26,48,20)
#152510
(21,37,16)
#101A0C
(16,26,12)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #3D7D30

#3D7D30
(61,125,48)
#4E8842
(78,136,66)
#5F9354
(95,147,84)
#709E66
(112,158,102)
#81A978
(129,169,120)
#92B48A
(146,180,138)
#A3BF9C
(163,191,156)
#B4CAAE
(180,202,174)
#C5D5C0
(197,213,192)
#D6E0D2
(214,224,210)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7D30; }

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

This text font color is #3D7D30.


Background Color

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

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

This div background color is #3D7D30.


Border color

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

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

This div border color is #3D7D30.


Opacity

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

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

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

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

This text has shadow with #3D7D30 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3D7D30 on black background.


Color preview on white background

This text has color #3D7D30 on white background.



Black color preview on #3D7D30 background

This text has black color on #3D7D30 background.


White color preview on #3D7D30 background

This text has white color on #3D7D30 background.