COLOR #36852E

HEX: #36852E
RGB: (54,133,46)

Color info

#36852E contains mainly green color. Web safe color of #36852E is #339933 (or #393).

RGB color model

#36852E color RGB value is (54,133,46).

  • red value is 54;
  • green value is 133;
  • blue value is 46.
RGB:
(54,133,46)
(21%,52%,18%)

RGB channels and saturation

R 54 of 255 = 21%
G 133 of 255 = 52%
B 46 of 255 = 18%

54
133
46

R + G + B ~ 30%. #36852E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 133 + 46 = 233 (100%)
R 54 of 233 ~ 23.18%
G 133 of 233 ~ 57.08%
B 46 of 233 ~ 19.74%

%23.18
%57.08
%19.74

CMYK color model

#36852E color CMYK value is (59,0,65,48).

  • cyan value is 59.40%
  • magenta value is 0.00%
  • yellow value is 65.41%
  • key color value is 47.84%
CMYK:
(59,0,65,48)
C59M0Y65K48 
(59%,0%,65%,48%)
(0.59/0.00/0.65/0.48)	

CMYK percentages

%59.4
%0
%65.41
%47.84

Codes

Color #36852E in popluar color models

36852E
RGB5413346
HSL114°48.60%35.10%
HSB/HSV114°65.41%52.16%
CMYK59.40%0.00%65.41%
47.84%

Color #36852E in popluar number systems.

HEX36852E
Decimal5413346
Binary11011010000101101110
Octal6620556

Shades and tints

Shades of #36852E

#36852E
(54,133,46)
#32792A
(50,121,42)
#2E6D26
(46,109,38)
#2A6122
(42,97,34)
#26551E
(38,85,30)
#22491A
(34,73,26)
#1E3D16
(30,61,22)
#1A3112
(26,49,18)
#16250E
(22,37,14)
#12190A
(18,25,10)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #36852E

#36852E
(54,133,46)
#489041
(72,144,65)
#5A9B54
(90,155,84)
#6CA667
(108,166,103)
#7EB17A
(126,177,122)
#90BC8D
(144,188,141)
#A2C7A0
(162,199,160)
#B4D2B3
(180,210,179)
#C6DDC6
(198,221,198)
#D8E8D9
(216,232,217)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36852E color. Also use rgb(54,133,46) instead hex code.

Text Font Color

.myTextColor { color: #36852E; }

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

This text font color is #36852E.


Background Color

.myBgColor { background-color: #36852E; }

<div style="background-color:#36852E">Inner text</div>

This div background color is #36852E.


Border color

.myBorderColor { border: 1px solid #36852E; }

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

This div border color is #36852E.


Opacity

.myOpacity80 { color: #36852E; opacity: 0.8; }

<p style="color:#36852E;opacity:0.8;">80%</p>

Text with #36852E 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 #36852E;}

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

This text has shadow with #36852E color.

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

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

This text has shadow with #36852E primary color and red secondary color.


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

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

This text has shadow with #36852E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36852E on black background.


Color preview on white background

This text has color #36852E on white background.



Black color preview on #36852E background

This text has black color on #36852E background.


White color preview on #36852E background

This text has white color on #36852E background.