COLOR #3D724A

HEX: #3D724A
RGB: (61,114,74)

Color info

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

RGB color model

#3D724A color RGB value is (61,114,74).

  • red value is 61;
  • green value is 114;
  • blue value is 74.
RGB: (61,114,74) (24%,45%,29%)

RGB channels and saturation

R 61 of 255 = 24%
G 114 of 255 = 45%
B 74 of 255 = 29%

61
114
74

R + G + B ~ 33%. #3D724A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 114 + 74 = 249 (100%)
R 61 of 249 ~ 24.5%
G 114 of 249 ~ 45.78%
B 74 of 249 ~ 29.72%

%24.5
%45.78
%29.72

CMYK color model

#3D724A color CMYK value is (46,0,35,55).

  • cyan value is 46.49%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 55.29%
CMYK: (46,0,35,55) C46M0Y35K55 (46%,0%,35%,55%) (0.46/0.00/0.35/0.55)

CMYK percentages

%46.49
%0
%35.09
%55.29

Codes

Color #3D724A in popluar color models

3D724A
RGB6111474
HSL135°30.29%34.31%
HSB/HSV135°46.49%44.71%
CMYK46.49%0.00%35.09%
55.29%

Color #3D724A in popluar number systems.

HEX3D724A
Decimal6111474
Binary11110111100101001010
Octal75162112

Shades and tints

Shades of #3D724A

#3D724A
(61,114,74)
#386844
(56,104,68)
#335E3E
(51,94,62)
#2E5438
(46,84,56)
#294A32
(41,74,50)
#24402C
(36,64,44)
#1F3626
(31,54,38)
#1A2C20
(26,44,32)
#15221A
(21,34,26)
#101814
(16,24,20)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #3D724A

#3D724A
(61,114,74)
#4E7E5A
(78,126,90)
#5F8A6A
(95,138,106)
#70967A
(112,150,122)
#81A28A
(129,162,138)
#92AE9A
(146,174,154)
#A3BAAA
(163,186,170)
#B4C6BA
(180,198,186)
#C5D2CA
(197,210,202)
#D6DEDA
(214,222,218)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D724A color. Also use rgb(61,114,74) instead hex code.

Text Font Color

.myTextColor { color: #3D724A; }

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

This text font color is #3D724A.


Background Color

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

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

This div background color is #3D724A.


Border color

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

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

This div border color is #3D724A.


Opacity

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

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

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

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

This text has shadow with #3D724A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3D724A on black background.


Color preview on white background

This text has color #3D724A on white background.



Black color preview on #3D724A background

This text has black color on #3D724A background.


White color preview on #3D724A background

This text has white color on #3D724A background.