COLOR #365A3D

HEX: #365A3D
RGB: (54,90,61)

Color info

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

RGB color model

#365A3D color RGB value is (54,90,61).

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

RGB channels and saturation

R 54 of 255 = 21%
G 90 of 255 = 35%
B 61 of 255 = 24%

54
90
61

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

Portions of RGB colors in percentages

R + G + B =
54 + 90 + 61 = 205 (100%)
R 54 of 205 ~ 26.34%
G 90 of 205 ~ 43.9%
B 61 of 205 ~ 29.76%

%26.34
%43.9
%29.76

CMYK color model

#365A3D color CMYK value is (40,0,32,65).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 64.71%
CMYK:
(40,0,32,65)
C40M0Y32K65 
(40%,0%,32%,65%)
(0.40/0.00/0.32/0.65)	

CMYK percentages

%40
%0
%32.22
%64.71

Codes

Color #365A3D in popluar color models

365A3D
RGB549061
HSL132°25.00%28.24%
HSB/HSV132°40.00%35.29%
CMYK40.00%0.00%32.22%
64.71%

Color #365A3D in popluar number systems.

HEX365A3D
Decimal549061
Binary1101101011010111101
Octal6613275

Shades and tints

Shades of #365A3D

#365A3D
(54,90,61)
#325238
(50,82,56)
#2E4A33
(46,74,51)
#2A422E
(42,66,46)
#263A29
(38,58,41)
#223224
(34,50,36)
#1E2A1F
(30,42,31)
#1A221A
(26,34,26)
#161A15
(22,26,21)
#121210
(18,18,16)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #365A3D

#365A3D
(54,90,61)
#48694E
(72,105,78)
#5A785F
(90,120,95)
#6C8770
(108,135,112)
#7E9681
(126,150,129)
#90A592
(144,165,146)
#A2B4A3
(162,180,163)
#B4C3B4
(180,195,180)
#C6D2C5
(198,210,197)
#D8E1D6
(216,225,214)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365A3D; }

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

This text font color is #365A3D.


Background Color

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

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

This div background color is #365A3D.


Border color

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

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

This div border color is #365A3D.


Opacity

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

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

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

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

This text has shadow with #365A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365A3D on black background.


Color preview on white background

This text has color #365A3D on white background.



Black color preview on #365A3D background

This text has black color on #365A3D background.


White color preview on #365A3D background

This text has white color on #365A3D background.