COLOR #36703D

HEX: #36703D RGB: (54,112,61)

Color info

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

RGB color model

#36703D color RGB value is (54,112,61).

RGB: (54,112,61) (21%, 44%, 24%)

RGB channels and saturation

R 54 of 255 = 21%
G 112 of 255 = 44%
B 61 of 255 = 24%

54
112
61

R + G + B ~ 30%. #36703D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 112 + 61 = 227 (100%)
R 54 of 227 ~ 23.79%
G 112 of 227 ~ 49.34%
B 61 of 227 ~ 26.87'%

%23.79
%49.34
%26.87

CMYK color model

#36703D color CMYK value is (52,0,46,56).

  • cyan value is 51.79%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 56.08%

CMYK: (52,0,46,56)
C52M0Y46K56 (52%, 0%, 46%, 56%)
(0.52 / 0.00 / 0.46 / 0.56)

CMYK percentages

%51.79
%0
%45.54
%56.08

Codes

Color #36703D in popluar color models

36 70 3D
RGB 54 112 61
HSL 127° 34.94% 32.55%
HSB/HSV 127° 51.79% 43.92%
CMYK 51.79% 0.00% 45.54%
56.08%

Color #36703D in popluar number systems.

HEX 36 70 3D
Decimal 54 112 61
Binary 110110 1110000 111101
Octal 66 160 75

Shades and tints

Shades of #36703D

#36703D
(54,112,61)
#326638
(50,102,56)
#2E5C33
(46,92,51)
#2A522E
(42,82,46)
#264829
(38,72,41)
#223E24
(34,62,36)
#1E341F
(30,52,31)
#1A2A1A
(26,42,26)
#162015
(22,32,21)
#121610
(18,22,16)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #36703D

#36703D
(54,112,61)
#487D4E
(72,125,78)
#5A8A5F
(90,138,95)
#6C9770
(108,151,112)
#7EA481
(126,164,129)
#90B192
(144,177,146)
#A2BEA3
(162,190,163)
#B4CBB4
(180,203,180)
#C6D8C5
(198,216,197)
#D8E5D6
(216,229,214)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36703D color. Also use rgb(54,112,61) instead hex code.

Text Font Color

.myTextColor { color: #36703D; }

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

This text font color is #36703D.

Background Color

.myBgColor { background-color: #36703D; }

<div style="background-color:#36703D">Inner text</div>

This div background color is #36703D.

Border color

.myBorderColor { border: 1px solid #36703D; }

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

This div border color is #36703D.

Opacity

.myOpacity80 { color: #36703D; opacity: 0.8; }

<p style="color:#36703D;opacity:0.8;">80%</p>

Text with #36703D 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 #36703D;}

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

This text has shadow with #36703D color.


.textShadow {text-shadow: 3px 3px 1px #36703D', 3px 3px 1px red;}

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

This text has shadow with #36703D primary color and red secondary color.


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

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

This text has shadow with #36703D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #36703D; -webkit-box-shadow: 1px 1px 3px 2px #36703D; box-shadow:1px 1px 3px 2px #36703D;">
Div content here
</div>

This div box has shadow with color #36703D.

Preview

Color preview on black background

This text has color #36703D on black background.


Color preview on white background

This text has color #36703D on white background.


Black color preview on #36703D background

This text has black color on #36703D background.


White color preview on #36703D background

This text has white color on #36703D background.


Related colors

Complementary color

Complementary color for #hex is #C98FC2.


I love getcolorcode.com

Triadic colors

1 #3D3670 and #703D36 with #36703D are triadic colors.

2 #3D7036 and #70363D with #36703D are triadic colors.