COLOR #367438

HEX: #367438
RGB: (54,116,56)

Color info

#367438 contains mainly green color. Web safe color of #367438 is #336633 (or #363).

RGB color model

#367438 color RGB value is (54,116,56).

  • red value is 54;
  • green value is 116;
  • blue value is 56.
RGB:
(54,116,56)
(21%,45%,22%)

RGB channels and saturation

R 54 of 255 = 21%
G 116 of 255 = 45%
B 56 of 255 = 22%

54
116
56

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

Portions of RGB colors in percentages

R + G + B =
54 + 116 + 56 = 226 (100%)
R 54 of 226 ~ 23.89%
G 116 of 226 ~ 51.33%
B 56 of 226 ~ 24.78%

%23.89
%51.33
%24.78

CMYK color model

#367438 color CMYK value is (53,0,52,55).

  • cyan value is 53.45%
  • magenta value is 0.00%
  • yellow value is 51.72%
  • key color value is 54.51%
CMYK:
(53,0,52,55)
C53M0Y52K55 
(53%,0%,52%,55%)
(0.53/0.00/0.52/0.55)	

CMYK percentages

%53.45
%0
%51.72
%54.51

Codes

Color #367438 in popluar color models

367438
RGB5411656
HSL122°36.47%33.33%
HSB/HSV122°53.45%45.49%
CMYK53.45%0.00%51.72%
54.51%

Color #367438 in popluar number systems.

HEX367438
Decimal5411656
Binary1101101110100111000
Octal6616470

Shades and tints

Shades of #367438

#367438
(54,116,56)
#326A33
(50,106,51)
#2E602E
(46,96,46)
#2A5629
(42,86,41)
#264C24
(38,76,36)
#22421F
(34,66,31)
#1E381A
(30,56,26)
#1A2E15
(26,46,21)
#162410
(22,36,16)
#121A0B
(18,26,11)
#0E1006
(14,16,6)
#000000
(0,0,0)

Tints of #367438

#367438
(54,116,56)
#48804A
(72,128,74)
#5A8C5C
(90,140,92)
#6C986E
(108,152,110)
#7EA480
(126,164,128)
#90B092
(144,176,146)
#A2BCA4
(162,188,164)
#B4C8B6
(180,200,182)
#C6D4C8
(198,212,200)
#D8E0DA
(216,224,218)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367438 color. Also use rgb(54,116,56) instead hex code.

Text Font Color

.myTextColor { color: #367438; }

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

This text font color is #367438.


Background Color

.myBgColor { background-color: #367438; }

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

This div background color is #367438.


Border color

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

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

This div border color is #367438.


Opacity

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

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

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

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

This text has shadow with #367438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367438 on black background.


Color preview on white background

This text has color #367438 on white background.



Black color preview on #367438 background

This text has black color on #367438 background.


White color preview on #367438 background

This text has white color on #367438 background.