COLOR #3D7427

HEX: #3D7427
RGB: (61,116,39)

Color info

#3D7427 contains mainly red and green colors. Web safe color of #3D7427 is #336633 (or #363).

RGB color model

#3D7427 color RGB value is (61,116,39).

  • red value is 61;
  • green value is 116;
  • blue value is 39.
RGB:
(61,116,39)
(24%,45%,15%)

RGB channels and saturation

R 61 of 255 = 24%
G 116 of 255 = 45%
B 39 of 255 = 15%

61
116
39

R + G + B ~ 28%. #3D7427 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 116 + 39 = 216 (100%)
R 61 of 216 ~ 28.24%
G 116 of 216 ~ 53.7%
B 39 of 216 ~ 18.06%

%28.24
%53.7
%18.06

CMYK color model

#3D7427 color CMYK value is (47,0,66,55).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 66.38%
  • key color value is 54.51%
CMYK:
(47,0,66,55)
C47M0Y66K55 
(47%,0%,66%,55%)
(0.47/0.00/0.66/0.55)	

CMYK percentages

%47.41
%0
%66.38
%54.51

Codes

Color #3D7427 in popluar color models

3D7427
RGB6111639
HSL103°49.68%30.39%
HSB/HSV103°66.38%45.49%
CMYK47.41%0.00%66.38%
54.51%

Color #3D7427 in popluar number systems.

HEX3D7427
Decimal6111639
Binary1111011110100100111
Octal7516447

Shades and tints

Shades of #3D7427

#3D7427
(61,116,39)
#386A24
(56,106,36)
#336021
(51,96,33)
#2E561E
(46,86,30)
#294C1B
(41,76,27)
#244218
(36,66,24)
#1F3815
(31,56,21)
#1A2E12
(26,46,18)
#15240F
(21,36,15)
#101A0C
(16,26,12)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #3D7427

#3D7427
(61,116,39)
#4E803A
(78,128,58)
#5F8C4D
(95,140,77)
#709860
(112,152,96)
#81A473
(129,164,115)
#92B086
(146,176,134)
#A3BC99
(163,188,153)
#B4C8AC
(180,200,172)
#C5D4BF
(197,212,191)
#D6E0D2
(214,224,210)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7427 color. Also use rgb(61,116,39) instead hex code.

Text Font Color

.myTextColor { color: #3D7427; }

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

This text font color is #3D7427.


Background Color

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

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

This div background color is #3D7427.


Border color

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

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

This div border color is #3D7427.


Opacity

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

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

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

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

This text has shadow with #3D7427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7427 on black background.


Color preview on white background

This text has color #3D7427 on white background.



Black color preview on #3D7427 background

This text has black color on #3D7427 background.


White color preview on #3D7427 background

This text has white color on #3D7427 background.