COLOR #368326

HEX: #368326
RGB: (54,131,38)

Color info

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

RGB color model

#368326 color RGB value is (54,131,38).

  • red value is 54;
  • green value is 131;
  • blue value is 38.
RGB:
(54,131,38)
(21%,51%,15%)

RGB channels and saturation

R 54 of 255 = 21%
G 131 of 255 = 51%
B 38 of 255 = 15%

54
131
38

R + G + B ~ 29%. #368326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 131 + 38 = 223 (100%)
R 54 of 223 ~ 24.22%
G 131 of 223 ~ 58.74%
B 38 of 223 ~ 17.04%

%24.22
%58.74
%17.04

CMYK color model

#368326 color CMYK value is (59,0,71,49).

  • cyan value is 58.78%
  • magenta value is 0.00%
  • yellow value is 70.99%
  • key color value is 48.63%
CMYK:
(59,0,71,49)
C59M0Y71K49 
(59%,0%,71%,49%)
(0.59/0.00/0.71/0.49)	

CMYK percentages

%58.78
%0
%70.99
%48.63

Codes

Color #368326 in popluar color models

368326
RGB5413138
HSL110°55.03%33.14%
HSB/HSV110°70.99%51.37%
CMYK58.78%0.00%70.99%
48.63%

Color #368326 in popluar number systems.

HEX368326
Decimal5413138
Binary11011010000011100110
Octal6620346

Shades and tints

Shades of #368326

#368326
(54,131,38)
#327823
(50,120,35)
#2E6D20
(46,109,32)
#2A621D
(42,98,29)
#26571A
(38,87,26)
#224C17
(34,76,23)
#1E4114
(30,65,20)
#1A3611
(26,54,17)
#162B0E
(22,43,14)
#12200B
(18,32,11)
#0E1508
(14,21,8)
#000000
(0,0,0)

Tints of #368326

#368326
(54,131,38)
#488E39
(72,142,57)
#5A994C
(90,153,76)
#6CA45F
(108,164,95)
#7EAF72
(126,175,114)
#90BA85
(144,186,133)
#A2C598
(162,197,152)
#B4D0AB
(180,208,171)
#C6DBBE
(198,219,190)
#D8E6D1
(216,230,209)
#EAF1E4
(234,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368326 color. Also use rgb(54,131,38) instead hex code.

Text Font Color

.myTextColor { color: #368326; }

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

This text font color is #368326.


Background Color

.myBgColor { background-color: #368326; }

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

This div background color is #368326.


Border color

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

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

This div border color is #368326.


Opacity

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

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

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

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

This text has shadow with #368326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368326 on black background.


Color preview on white background

This text has color #368326 on white background.



Black color preview on #368326 background

This text has black color on #368326 background.


White color preview on #368326 background

This text has white color on #368326 background.