COLOR #365F30

HEX: #365F30
RGB: (54,95,48)

Color info

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

RGB color model

#365F30 color RGB value is (54,95,48).

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

RGB channels and saturation

R 54 of 255 = 21%
G 95 of 255 = 37%
B 48 of 255 = 19%

54
95
48

R + G + B ~ 26%. #365F30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 95 + 48 = 197 (100%)
R 54 of 197 ~ 27.41%
G 95 of 197 ~ 48.22%
B 48 of 197 ~ 24.37%

%27.41
%48.22
%24.37

CMYK color model

#365F30 color CMYK value is (43,0,49,63).

  • cyan value is 43.16%
  • magenta value is 0.00%
  • yellow value is 49.47%
  • key color value is 62.75%
CMYK:
(43,0,49,63)
C43M0Y49K63 
(43%,0%,49%,63%)
(0.43/0.00/0.49/0.63)	

CMYK percentages

%43.16
%0
%49.47
%62.75

Codes

Color #365F30 in popluar color models

365F30
RGB549548
HSL112°32.87%28.04%
HSB/HSV112°49.47%37.25%
CMYK43.16%0.00%49.47%
62.75%

Color #365F30 in popluar number systems.

HEX365F30
Decimal549548
Binary1101101011111110000
Octal6613760

Shades and tints

Shades of #365F30

#365F30
(54,95,48)
#32572C
(50,87,44)
#2E4F28
(46,79,40)
#2A4724
(42,71,36)
#263F20
(38,63,32)
#22371C
(34,55,28)
#1E2F18
(30,47,24)
#1A2714
(26,39,20)
#161F10
(22,31,16)
#12170C
(18,23,12)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #365F30

#365F30
(54,95,48)
#486D42
(72,109,66)
#5A7B54
(90,123,84)
#6C8966
(108,137,102)
#7E9778
(126,151,120)
#90A58A
(144,165,138)
#A2B39C
(162,179,156)
#B4C1AE
(180,193,174)
#C6CFC0
(198,207,192)
#D8DDD2
(216,221,210)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365F30; }

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

This text font color is #365F30.


Background Color

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

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

This div background color is #365F30.


Border color

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

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

This div border color is #365F30.


Opacity

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

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

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

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

This text has shadow with #365F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365F30 on black background.


Color preview on white background

This text has color #365F30 on white background.



Black color preview on #365F30 background

This text has black color on #365F30 background.


White color preview on #365F30 background

This text has white color on #365F30 background.