COLOR #365D3A

HEX: #365D3A
RGB: (54,93,58)

Color info

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

RGB color model

#365D3A color RGB value is (54,93,58).

  • red value is 54;
  • green value is 93;
  • blue value is 58.
RGB:
(54,93,58)
(21%,36%,23%)

RGB channels and saturation

R 54 of 255 = 21%
G 93 of 255 = 36%
B 58 of 255 = 23%

54
93
58

R + G + B ~ 27%. #365D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 93 + 58 = 205 (100%)
R 54 of 205 ~ 26.34%
G 93 of 205 ~ 45.37%
B 58 of 205 ~ 28.29%

%26.34
%45.37
%28.29

CMYK color model

#365D3A color CMYK value is (42,0,38,64).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 37.63%
  • key color value is 63.53%
CMYK:
(42,0,38,64)
C42M0Y38K64 
(42%,0%,38%,64%)
(0.42/0.00/0.38/0.64)	

CMYK percentages

%41.94
%0
%37.63
%63.53

Codes

Color #365D3A in popluar color models

365D3A
RGB549358
HSL126°26.53%28.82%
HSB/HSV126°41.94%36.47%
CMYK41.94%0.00%37.63%
63.53%

Color #365D3A in popluar number systems.

HEX365D3A
Decimal549358
Binary1101101011101111010
Octal6613572

Shades and tints

Shades of #365D3A

#365D3A
(54,93,58)
#325535
(50,85,53)
#2E4D30
(46,77,48)
#2A452B
(42,69,43)
#263D26
(38,61,38)
#223521
(34,53,33)
#1E2D1C
(30,45,28)
#1A2517
(26,37,23)
#161D12
(22,29,18)
#12150D
(18,21,13)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #365D3A

#365D3A
(54,93,58)
#486B4B
(72,107,75)
#5A795C
(90,121,92)
#6C876D
(108,135,109)
#7E957E
(126,149,126)
#90A38F
(144,163,143)
#A2B1A0
(162,177,160)
#B4BFB1
(180,191,177)
#C6CDC2
(198,205,194)
#D8DBD3
(216,219,211)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365D3A color. Also use rgb(54,93,58) instead hex code.

Text Font Color

.myTextColor { color: #365D3A; }

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

This text font color is #365D3A.


Background Color

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

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

This div background color is #365D3A.


Border color

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

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

This div border color is #365D3A.


Opacity

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

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

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

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

This text has shadow with #365D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365D3A on black background.


Color preview on white background

This text has color #365D3A on white background.



Black color preview on #365D3A background

This text has black color on #365D3A background.


White color preview on #365D3A background

This text has white color on #365D3A background.