COLOR #365D30

HEX: #365D30
RGB: (54,93,48)

Color info

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

RGB color model

#365D30 color RGB value is (54,93,48).

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

RGB channels and saturation

R 54 of 255 = 21%
G 93 of 255 = 36%
B 48 of 255 = 19%

54
93
48

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

Portions of RGB colors in percentages

R + G + B =
54 + 93 + 48 = 195 (100%)
R 54 of 195 ~ 27.69%
G 93 of 195 ~ 47.69%
B 48 of 195 ~ 24.62%

%27.69
%47.69
%24.62

CMYK color model

#365D30 color CMYK value is (42,0,48,64).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 63.53%
CMYK:
(42,0,48,64)
C42M0Y48K64 
(42%,0%,48%,64%)
(0.42/0.00/0.48/0.64)	

CMYK percentages

%41.94
%0
%48.39
%63.53

Codes

Color #365D30 in popluar color models

365D30
RGB549348
HSL112°31.91%27.65%
HSB/HSV112°48.39%36.47%
CMYK41.94%0.00%48.39%
63.53%

Color #365D30 in popluar number systems.

HEX365D30
Decimal549348
Binary1101101011101110000
Octal6613560

Shades and tints

Shades of #365D30

#365D30
(54,93,48)
#32552C
(50,85,44)
#2E4D28
(46,77,40)
#2A4524
(42,69,36)
#263D20
(38,61,32)
#22351C
(34,53,28)
#1E2D18
(30,45,24)
#1A2514
(26,37,20)
#161D10
(22,29,16)
#12150C
(18,21,12)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #365D30

#365D30
(54,93,48)
#486B42
(72,107,66)
#5A7954
(90,121,84)
#6C8766
(108,135,102)
#7E9578
(126,149,120)
#90A38A
(144,163,138)
#A2B19C
(162,177,156)
#B4BFAE
(180,191,174)
#C6CDC0
(198,205,192)
#D8DBD2
(216,219,210)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365D30; }

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

This text font color is #365D30.


Background Color

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

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

This div background color is #365D30.


Border color

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

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

This div border color is #365D30.


Opacity

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

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

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

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

This text has shadow with #365D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365D30 on black background.


Color preview on white background

This text has color #365D30 on white background.



Black color preview on #365D30 background

This text has black color on #365D30 background.


White color preview on #365D30 background

This text has white color on #365D30 background.