COLOR #365F28

HEX: #365F28 RGB: (54,95,40)

Color info

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

RGB color model

#365F28 color RGB value is (54,95,40).

RGB: (54,95,40) (21%, 37%, 16%)

RGB channels and saturation

R 54 of 255 = 21%
G 95 of 255 = 37%
B 40 of 255 = 16%

54
95
40

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

Portions of RGB colors in percentages

R + G + B = 54 + 95 + 40 = 189 (100%)
R 54 of 189 ~ 28.57%
G 95 of 189 ~ 50.26%
B 40 of 189 ~ 21.16'%

%28.57
%50.26
%21.16

CMYK color model

#365F28 color CMYK value is (43,0,58,63).

  • cyan value is 43.16%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 62.75%

CMYK: (43,0,58,63)
C43M0Y58K63 (43%, 0%, 58%, 63%)
(0.43 / 0.00 / 0.58 / 0.63)

CMYK percentages

%43.16
%0
%57.89
%62.75

Codes

Color #365F28 in popluar color models

36 5F 28
RGB 54 95 40
HSL 105° 40.74% 26.47%
HSB/HSV 105° 57.89% 37.25%
CMYK 43.16% 0.00% 57.89%
62.75%

Color #365F28 in popluar number systems.

HEX 36 5F 28
Decimal 54 95 40
Binary 110110 1011111 101000
Octal 66 137 50

Shades and tints

Shades of #365F28

#365F28
(54,95,40)
#325725
(50,87,37)
#2E4F22
(46,79,34)
#2A471F
(42,71,31)
#263F1C
(38,63,28)
#223719
(34,55,25)
#1E2F16
(30,47,22)
#1A2713
(26,39,19)
#161F10
(22,31,16)
#12170D
(18,23,13)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #365F28

#365F28
(54,95,40)
#486D3B
(72,109,59)
#5A7B4E
(90,123,78)
#6C8961
(108,137,97)
#7E9774
(126,151,116)
#90A587
(144,165,135)
#A2B39A
(162,179,154)
#B4C1AD
(180,193,173)
#C6CFC0
(198,207,192)
#D8DDD3
(216,221,211)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365F28; }

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

This text font color is #365F28.

Background Color

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

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

This div background color is #365F28.

Border color

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

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

This div border color is #365F28.

Opacity

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

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

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

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

This text has shadow with #365F28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #365F28.

Preview

Color preview on black background

This text has color #365F28 on black background.


Color preview on white background

This text has color #365F28 on white background.


Black color preview on #365F28 background

This text has black color on #365F28 background.


White color preview on #365F28 background

This text has white color on #365F28 background.


Related colors

Complementary color

Complementary color for #hex is #C9A0D7.


I love getcolorcode.com

Triadic colors

1 #28365F and #5F2836 with #365F28 are triadic colors.

2 #285F36 and #5F3628 with #365F28 are triadic colors.