COLOR #365D2D

HEX: #365D2D
RGB: (54,93,45)

Color info

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

RGB color model

#365D2D color RGB value is (54,93,45).

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

RGB channels and saturation

R 54 of 255 = 21%
G 93 of 255 = 36%
B 45 of 255 = 18%

54
93
45

R + G + B ~ 25%. #365D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 93 + 45 = 192 (100%)
R 54 of 192 ~ 28.13%
G 93 of 192 ~ 48.44%
B 45 of 192 ~ 23.44%

%28.13
%48.44
%23.44

CMYK color model

#365D2D color CMYK value is (42,0,52,64).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 63.53%
CMYK:
(42,0,52,64)
C42M0Y52K64 
(42%,0%,52%,64%)
(0.42/0.00/0.52/0.64)	

CMYK percentages

%41.94
%0
%51.61
%63.53

Codes

Color #365D2D in popluar color models

365D2D
RGB549345
HSL109°34.78%27.06%
HSB/HSV109°51.61%36.47%
CMYK41.94%0.00%51.61%
63.53%

Color #365D2D in popluar number systems.

HEX365D2D
Decimal549345
Binary1101101011101101101
Octal6613555

Shades and tints

Shades of #365D2D

#365D2D
(54,93,45)
#325529
(50,85,41)
#2E4D25
(46,77,37)
#2A4521
(42,69,33)
#263D1D
(38,61,29)
#223519
(34,53,25)
#1E2D15
(30,45,21)
#1A2511
(26,37,17)
#161D0D
(22,29,13)
#121509
(18,21,9)
#0E0D05
(14,13,5)
#000000
(0,0,0)

Tints of #365D2D

#365D2D
(54,93,45)
#486B40
(72,107,64)
#5A7953
(90,121,83)
#6C8766
(108,135,102)
#7E9579
(126,149,121)
#90A38C
(144,163,140)
#A2B19F
(162,177,159)
#B4BFB2
(180,191,178)
#C6CDC5
(198,205,197)
#D8DBD8
(216,219,216)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365D2D; }

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

This text font color is #365D2D.


Background Color

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

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

This div background color is #365D2D.


Border color

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

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

This div border color is #365D2D.


Opacity

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

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

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

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

This text has shadow with #365D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365D2D on black background.


Color preview on white background

This text has color #365D2D on white background.



Black color preview on #365D2D background

This text has black color on #365D2D background.


White color preview on #365D2D background

This text has white color on #365D2D background.