COLOR #365330

HEX: #365330
RGB: (54,83,48)

Color info

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

RGB color model

#365330 color RGB value is (54,83,48).

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

RGB channels and saturation

R 54 of 255 = 21%
G 83 of 255 = 33%
B 48 of 255 = 19%

54
83
48

R + G + B ~ 24%. #365330 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 83 + 48 = 185 (100%)
R 54 of 185 ~ 29.19%
G 83 of 185 ~ 44.86%
B 48 of 185 ~ 25.95%

%29.19
%44.86
%25.95

CMYK color model

#365330 color CMYK value is (35,0,42,67).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 67.45%
CMYK:
(35,0,42,67)
C35M0Y42K67 
(35%,0%,42%,67%)
(0.35/0.00/0.42/0.67)	

CMYK percentages

%34.94
%0
%42.17
%67.45

Codes

Color #365330 in popluar color models

365330
RGB548348
HSL110°26.72%25.69%
HSB/HSV110°42.17%32.55%
CMYK34.94%0.00%42.17%
67.45%

Color #365330 in popluar number systems.

HEX365330
Decimal548348
Binary1101101010011110000
Octal6612360

Shades and tints

Shades of #365330

#365330
(54,83,48)
#324C2C
(50,76,44)
#2E4528
(46,69,40)
#2A3E24
(42,62,36)
#263720
(38,55,32)
#22301C
(34,48,28)
#1E2918
(30,41,24)
#1A2214
(26,34,20)
#161B10
(22,27,16)
#12140C
(18,20,12)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #365330

#365330
(54,83,48)
#486242
(72,98,66)
#5A7154
(90,113,84)
#6C8066
(108,128,102)
#7E8F78
(126,143,120)
#909E8A
(144,158,138)
#A2AD9C
(162,173,156)
#B4BCAE
(180,188,174)
#C6CBC0
(198,203,192)
#D8DAD2
(216,218,210)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365330; }

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

This text font color is #365330.


Background Color

.myBgColor { background-color: #365330; }

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

This div background color is #365330.


Border color

.myBorderColor { border: 1px solid #365330; }

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

This div border color is #365330.


Opacity

.myOpacity80 { color: #365330; opacity: 0.8; }

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

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

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

This text has shadow with #365330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365330 on black background.


Color preview on white background

This text has color #365330 on white background.



Black color preview on #365330 background

This text has black color on #365330 background.


White color preview on #365330 background

This text has white color on #365330 background.