COLOR #365A3F

HEX: #365A3F
RGB: (54,90,63)

Color info

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

RGB color model

#365A3F color RGB value is (54,90,63).

  • red value is 54;
  • green value is 90;
  • blue value is 63.
RGB:
(54,90,63)
(21%,35%,25%)

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 63 of 255 = 25%

54
90
63

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

Portions of RGB colors in percentages

R + G + B =
54 + 90 + 63 = 207 (100%)
R 54 of 207 ~ 26.09%
G 90 of 207 ~ 43.48%
B 63 of 207 ~ 30.43%

%26.09
%43.48
%30.43

CMYK color model

#365A3F color CMYK value is (40,0,30,65).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 64.71%
CMYK:
(40,0,30,65)
C40M0Y30K65 
(40%,0%,30%,65%)
(0.40/0.00/0.30/0.65)	

CMYK percentages

%40
%0
%30
%64.71

Codes

Color #365A3F in popluar color models

365A3F
RGB549063
HSL135°25.00%28.24%
HSB/HSV135°40.00%35.29%
CMYK40.00%0.00%30.00%
64.71%

Color #365A3F in popluar number systems.

HEX365A3F
Decimal549063
Binary1101101011010111111
Octal6613277

Shades and tints

Shades of #365A3F

#365A3F
(54,90,63)
#32523A
(50,82,58)
#2E4A35
(46,74,53)
#2A4230
(42,66,48)
#263A2B
(38,58,43)
#223226
(34,50,38)
#1E2A21
(30,42,33)
#1A221C
(26,34,28)
#161A17
(22,26,23)
#121212
(18,18,18)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #365A3F

#365A3F
(54,90,63)
#486950
(72,105,80)
#5A7861
(90,120,97)
#6C8772
(108,135,114)
#7E9683
(126,150,131)
#90A594
(144,165,148)
#A2B4A5
(162,180,165)
#B4C3B6
(180,195,182)
#C6D2C7
(198,210,199)
#D8E1D8
(216,225,216)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365A3F color. Also use rgb(54,90,63) instead hex code.

Text Font Color

.myTextColor { color: #365A3F; }

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

This text font color is #365A3F.


Background Color

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

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

This div background color is #365A3F.


Border color

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

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

This div border color is #365A3F.


Opacity

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

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

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

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

This text has shadow with #365A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365A3F on black background.


Color preview on white background

This text has color #365A3F on white background.



Black color preview on #365A3F background

This text has black color on #365A3F background.


White color preview on #365A3F background

This text has white color on #365A3F background.