COLOR #365F46

HEX: #365F46
RGB: (54,95,70)

Color info

#365F46 contains red, green and blue colors in about the same proportion. Web safe color of #365F46 is #336633 (or #363).

RGB color model

#365F46 color RGB value is (54,95,70).

  • red value is 54;
  • green value is 95;
  • blue value is 70.
RGB:
(54,95,70)
(21%,37%,27%)

RGB channels and saturation

R 54 of 255 = 21%
G 95 of 255 = 37%
B 70 of 255 = 27%

54
95
70

R + G + B ~ 28%. #365F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 95 + 70 = 219 (100%)
R 54 of 219 ~ 24.66%
G 95 of 219 ~ 43.38%
B 70 of 219 ~ 31.96%

%24.66
%43.38
%31.96

CMYK color model

#365F46 color CMYK value is (43,0,26,63).

  • cyan value is 43.16%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 62.75%
CMYK:
(43,0,26,63)
C43M0Y26K63 
(43%,0%,26%,63%)
(0.43/0.00/0.26/0.63)	

CMYK percentages

%43.16
%0
%26.32
%62.75

Codes

Color #365F46 in popluar color models

365F46
RGB549570
HSL143°27.52%29.22%
HSB/HSV143°43.16%37.25%
CMYK43.16%0.00%26.32%
62.75%

Color #365F46 in popluar number systems.

HEX365F46
Decimal549570
Binary11011010111111000110
Octal66137106

Shades and tints

Shades of #365F46

#365F46
(54,95,70)
#325740
(50,87,64)
#2E4F3A
(46,79,58)
#2A4734
(42,71,52)
#263F2E
(38,63,46)
#223728
(34,55,40)
#1E2F22
(30,47,34)
#1A271C
(26,39,28)
#161F16
(22,31,22)
#121710
(18,23,16)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #365F46

#365F46
(54,95,70)
#486D56
(72,109,86)
#5A7B66
(90,123,102)
#6C8976
(108,137,118)
#7E9786
(126,151,134)
#90A596
(144,165,150)
#A2B3A6
(162,179,166)
#B4C1B6
(180,193,182)
#C6CFC6
(198,207,198)
#D8DDD6
(216,221,214)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365F46 color. Also use rgb(54,95,70) instead hex code.

Text Font Color

.myTextColor { color: #365F46; }

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

This text font color is #365F46.


Background Color

.myBgColor { background-color: #365F46; }

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

This div background color is #365F46.


Border color

.myBorderColor { border: 1px solid #365F46; }

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

This div border color is #365F46.


Opacity

.myOpacity80 { color: #365F46; opacity: 0.8; }

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

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

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

This text has shadow with #365F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365F46 on black background.


Color preview on white background

This text has color #365F46 on white background.



Black color preview on #365F46 background

This text has black color on #365F46 background.


White color preview on #365F46 background

This text has white color on #365F46 background.