COLOR #365A4A

HEX: #365A4A
RGB: (54,90,74)

Color info

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

RGB color model

#365A4A color RGB value is (54,90,74).

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

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 74 of 255 = 29%

54
90
74

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

Portions of RGB colors in percentages

R + G + B =
54 + 90 + 74 = 218 (100%)
R 54 of 218 ~ 24.77%
G 90 of 218 ~ 41.28%
B 74 of 218 ~ 33.94%

%24.77
%41.28
%33.94

CMYK color model

#365A4A color CMYK value is (40,0,18,65).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 64.71%
CMYK:
(40,0,18,65)
C40M0Y18K65 
(40%,0%,18%,65%)
(0.40/0.00/0.18/0.65)	

CMYK percentages

%40
%0
%17.78
%64.71

Codes

Color #365A4A in popluar color models

365A4A
RGB549074
HSL153°25.00%28.24%
HSB/HSV153°40.00%35.29%
CMYK40.00%0.00%17.78%
64.71%

Color #365A4A in popluar number systems.

HEX365A4A
Decimal549074
Binary11011010110101001010
Octal66132112

Shades and tints

Shades of #365A4A

#365A4A
(54,90,74)
#325244
(50,82,68)
#2E4A3E
(46,74,62)
#2A4238
(42,66,56)
#263A32
(38,58,50)
#22322C
(34,50,44)
#1E2A26
(30,42,38)
#1A2220
(26,34,32)
#161A1A
(22,26,26)
#121214
(18,18,20)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #365A4A

#365A4A
(54,90,74)
#48695A
(72,105,90)
#5A786A
(90,120,106)
#6C877A
(108,135,122)
#7E968A
(126,150,138)
#90A59A
(144,165,154)
#A2B4AA
(162,180,170)
#B4C3BA
(180,195,186)
#C6D2CA
(198,210,202)
#D8E1DA
(216,225,218)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365A4A; }

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

This text font color is #365A4A.


Background Color

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

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

This div background color is #365A4A.


Border color

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

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

This div border color is #365A4A.


Opacity

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

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

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

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

This text has shadow with #365A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365A4A on black background.


Color preview on white background

This text has color #365A4A on white background.



Black color preview on #365A4A background

This text has black color on #365A4A background.


White color preview on #365A4A background

This text has white color on #365A4A background.