COLOR #367A4B

HEX: #367A4B
RGB: (54,122,75)

Color info

#367A4B contains mainly green and blue colors. Web safe color of #367A4B is #336633 (or #363).

RGB color model

#367A4B color RGB value is (54,122,75).

  • red value is 54;
  • green value is 122;
  • blue value is 75.
RGB:
(54,122,75)
(21%,48%,29%)

RGB channels and saturation

R 54 of 255 = 21%
G 122 of 255 = 48%
B 75 of 255 = 29%

54
122
75

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

Portions of RGB colors in percentages

R + G + B =
54 + 122 + 75 = 251 (100%)
R 54 of 251 ~ 21.51%
G 122 of 251 ~ 48.61%
B 75 of 251 ~ 29.88%

%21.51
%48.61
%29.88

CMYK color model

#367A4B color CMYK value is (56,0,39,52).

  • cyan value is 55.74%
  • magenta value is 0.00%
  • yellow value is 38.52%
  • key color value is 52.16%
CMYK:
(56,0,39,52)
C56M0Y39K52 
(56%,0%,39%,52%)
(0.56/0.00/0.39/0.52)	

CMYK percentages

%55.74
%0
%38.52
%52.16

Codes

Color #367A4B in popluar color models

367A4B
RGB5412275
HSL139°38.64%34.51%
HSB/HSV139°55.74%47.84%
CMYK55.74%0.00%38.52%
52.16%

Color #367A4B in popluar number systems.

HEX367A4B
Decimal5412275
Binary11011011110101001011
Octal66172113

Shades and tints

Shades of #367A4B

#367A4B
(54,122,75)
#326F45
(50,111,69)
#2E643F
(46,100,63)
#2A5939
(42,89,57)
#264E33
(38,78,51)
#22432D
(34,67,45)
#1E3827
(30,56,39)
#1A2D21
(26,45,33)
#16221B
(22,34,27)
#121715
(18,23,21)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #367A4B

#367A4B
(54,122,75)
#48865B
(72,134,91)
#5A926B
(90,146,107)
#6C9E7B
(108,158,123)
#7EAA8B
(126,170,139)
#90B69B
(144,182,155)
#A2C2AB
(162,194,171)
#B4CEBB
(180,206,187)
#C6DACB
(198,218,203)
#D8E6DB
(216,230,219)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367A4B color. Also use rgb(54,122,75) instead hex code.

Text Font Color

.myTextColor { color: #367A4B; }

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

This text font color is #367A4B.


Background Color

.myBgColor { background-color: #367A4B; }

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

This div background color is #367A4B.


Border color

.myBorderColor { border: 1px solid #367A4B; }

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

This div border color is #367A4B.


Opacity

.myOpacity80 { color: #367A4B; opacity: 0.8; }

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

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

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

This text has shadow with #367A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367A4B on black background.


Color preview on white background

This text has color #367A4B on white background.



Black color preview on #367A4B background

This text has black color on #367A4B background.


White color preview on #367A4B background

This text has white color on #367A4B background.