COLOR #36853F

HEX: #36853F RGB: (54,133,63)

Color info

#36853F contains mainly green color. Web safe color of #36853F is #339933 (or #393).

RGB color model

#36853F color RGB value is (54,133,63).

RGB: (54,133,63) (21%, 52%, 25%)

RGB channels and saturation

R 54 of 255 = 21%
G 133 of 255 = 52%
B 63 of 255 = 25%

54
133
63

R + G + B ~ 33%. #36853F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 133 + 63 = 250 (100%)
R 54 of 250 ~ 21.6%
G 133 of 250 ~ 53.2%
B 63 of 250 ~ 25.2'%

%21.6
%53.2
%25.2

CMYK color model

#36853F color CMYK value is (59,0,53,48).

  • cyan value is 59.40%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 47.84%

CMYK: (59,0,53,48)
C59M0Y53K48 (59%, 0%, 53%, 48%)
(0.59 / 0.00 / 0.53 / 0.48)

CMYK percentages

%59.4
%0
%52.63
%47.84

Codes

Color #36853F in popluar color models

36 85 3F
RGB 54 133 63
HSL 127° 42.25% 36.67%
HSB/HSV 127° 59.40% 52.16%
CMYK 59.40% 0.00% 52.63%
47.84%

Color #36853F in popluar number systems.

HEX 36 85 3F
Decimal 54 133 63
Binary 110110 10000101 111111
Octal 66 205 77

Shades and tints

Shades of #36853F

#36853F
(54,133,63)
#32793A
(50,121,58)
#2E6D35
(46,109,53)
#2A6130
(42,97,48)
#26552B
(38,85,43)
#224926
(34,73,38)
#1E3D21
(30,61,33)
#1A311C
(26,49,28)
#162517
(22,37,23)
#121912
(18,25,18)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #36853F

#36853F
(54,133,63)
#489050
(72,144,80)
#5A9B61
(90,155,97)
#6CA672
(108,166,114)
#7EB183
(126,177,131)
#90BC94
(144,188,148)
#A2C7A5
(162,199,165)
#B4D2B6
(180,210,182)
#C6DDC7
(198,221,199)
#D8E8D8
(216,232,216)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36853F color. Also use rgb(54,133,63) instead hex code.

Text Font Color

.myTextColor { color: #36853F; }

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

This text font color is #36853F.

Background Color

.myBgColor { background-color: #36853F; }

<div style="background-color:#36853F">Inner text</div>

This div background color is #36853F.

Border color

.myBorderColor { border: 1px solid #36853F; }

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

This div border color is #36853F.

Opacity

.myOpacity80 { color: #36853F; opacity: 0.8; }

<p style="color:#36853F;opacity:0.8;">80%</p>

Text with #36853F 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 #36853F;}

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

This text has shadow with #36853F color.


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

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

This text has shadow with #36853F primary color and red secondary color.


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

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

This text has shadow with #36853F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #36853F.

Preview

Color preview on black background

This text has color #36853F on black background.


Color preview on white background

This text has color #36853F on white background.


Black color preview on #36853F background

This text has black color on #36853F background.


White color preview on #36853F background

This text has white color on #36853F background.


Related colors

Complementary color

Complementary color for #hex is #C97AC0.


I love getcolorcode.com

Triadic colors

1 #3F3685 and #853F36 with #36853F are triadic colors.

2 #3F8536 and #85363F with #36853F are triadic colors.