COLOR #367311

HEX: #367311
RGB: (54,115,17)

Color info

#367311 contains mainly green color. Web safe color of #367311 is #336600 (or #360).

RGB color model

#367311 color RGB value is (54,115,17).

  • red value is 54;
  • green value is 115;
  • blue value is 17.
RGB:
(54,115,17)
(21%,45%,7%)

RGB channels and saturation

R 54 of 255 = 21%
G 115 of 255 = 45%
B 17 of 255 = 7%

54
115
17

R + G + B ~ 24%. #367311 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 115 + 17 = 186 (100%)
R 54 of 186 ~ 29.03%
G 115 of 186 ~ 61.83%
B 17 of 186 ~ 9.14%

%29.03
%61.83

CMYK color model

#367311 color CMYK value is (53,0,85,55).

  • cyan value is 53.04%
  • magenta value is 0.00%
  • yellow value is 85.22%
  • key color value is 54.90%
CMYK:
(53,0,85,55)
C53M0Y85K55 
(53%,0%,85%,55%)
(0.53/0.00/0.85/0.55)	

CMYK percentages

%53.04
%0
%85.22
%54.9

Codes

Color #367311 in popluar color models

367311
RGB5411517
HSL97°74.24%25.88%
HSB/HSV97°85.22%45.10%
CMYK53.04%0.00%85.22%
54.90%

Color #367311 in popluar number systems.

HEX367311
Decimal5411517
Binary110110111001110001
Octal6616321

Shades and tints

Shades of #367311

#367311
(54,115,17)
#326910
(50,105,16)
#2E5F0F
(46,95,15)
#2A550E
(42,85,14)
#264B0D
(38,75,13)
#22410C
(34,65,12)
#1E370B
(30,55,11)
#1A2D0A
(26,45,10)
#162309
(22,35,9)
#121908
(18,25,8)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #367311

#367311
(54,115,17)
#487F26
(72,127,38)
#5A8B3B
(90,139,59)
#6C9750
(108,151,80)
#7EA365
(126,163,101)
#90AF7A
(144,175,122)
#A2BB8F
(162,187,143)
#B4C7A4
(180,199,164)
#C6D3B9
(198,211,185)
#D8DFCE
(216,223,206)
#EAEBE3
(234,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367311 color. Also use rgb(54,115,17) instead hex code.

Text Font Color

.myTextColor { color: #367311; }

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

This text font color is #367311.


Background Color

.myBgColor { background-color: #367311; }

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

This div background color is #367311.


Border color

.myBorderColor { border: 1px solid #367311; }

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

This div border color is #367311.


Opacity

.myOpacity80 { color: #367311; opacity: 0.8; }

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

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

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

This text has shadow with #367311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367311 on black background.


Color preview on white background

This text has color #367311 on white background.



Black color preview on #367311 background

This text has black color on #367311 background.


White color preview on #367311 background

This text has white color on #367311 background.