COLOR #368642

HEX: #368642
RGB: (54,134,66)

Color info

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

RGB color model

#368642 color RGB value is (54,134,66).

  • red value is 54;
  • green value is 134;
  • blue value is 66.
RGB:
(54,134,66)
(21%,53%,26%)

RGB channels and saturation

R 54 of 255 = 21%
G 134 of 255 = 53%
B 66 of 255 = 26%

54
134
66

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

Portions of RGB colors in percentages

R + G + B =
54 + 134 + 66 = 254 (100%)
R 54 of 254 ~ 21.26%
G 134 of 254 ~ 52.76%
B 66 of 254 ~ 25.98%

%21.26
%52.76
%25.98

CMYK color model

#368642 color CMYK value is (60,0,51,47).

  • cyan value is 59.70%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 47.45%
CMYK:
(60,0,51,47)
C60M0Y51K47 
(60%,0%,51%,47%)
(0.60/0.00/0.51/0.47)	

CMYK percentages

%59.7
%0
%50.75
%47.45

Codes

Color #368642 in popluar color models

368642
RGB5413466
HSL129°42.55%36.86%
HSB/HSV129°59.70%52.55%
CMYK59.70%0.00%50.75%
47.45%

Color #368642 in popluar number systems.

HEX368642
Decimal5413466
Binary110110100001101000010
Octal66206102

Shades and tints

Shades of #368642

#368642
(54,134,66)
#327A3C
(50,122,60)
#2E6E36
(46,110,54)
#2A6230
(42,98,48)
#26562A
(38,86,42)
#224A24
(34,74,36)
#1E3E1E
(30,62,30)
#1A3218
(26,50,24)
#162612
(22,38,18)
#121A0C
(18,26,12)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #368642

#368642
(54,134,66)
#489153
(72,145,83)
#5A9C64
(90,156,100)
#6CA775
(108,167,117)
#7EB286
(126,178,134)
#90BD97
(144,189,151)
#A2C8A8
(162,200,168)
#B4D3B9
(180,211,185)
#C6DECA
(198,222,202)
#D8E9DB
(216,233,219)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368642 color. Also use rgb(54,134,66) instead hex code.

Text Font Color

.myTextColor { color: #368642; }

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

This text font color is #368642.


Background Color

.myBgColor { background-color: #368642; }

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

This div background color is #368642.


Border color

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

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

This div border color is #368642.


Opacity

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

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

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

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

This text has shadow with #368642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368642 on black background.


Color preview on white background

This text has color #368642 on white background.



Black color preview on #368642 background

This text has black color on #368642 background.


White color preview on #368642 background

This text has white color on #368642 background.