COLOR #365335

HEX: #365335
RGB: (54,83,53)

Color info

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

RGB color model

#365335 color RGB value is (54,83,53).

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

RGB channels and saturation

R 54 of 255 = 21%
G 83 of 255 = 33%
B 53 of 255 = 21%

54
83
53

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

Portions of RGB colors in percentages

R + G + B =
54 + 83 + 53 = 190 (100%)
R 54 of 190 ~ 28.42%
G 83 of 190 ~ 43.68%
B 53 of 190 ~ 27.89%

%28.42
%43.68
%27.89

CMYK color model

#365335 color CMYK value is (35,0,36,67).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(35,0,36,67)
C35M0Y36K67 
(35%,0%,36%,67%)
(0.35/0.00/0.36/0.67)	

CMYK percentages

%34.94
%0
%36.14
%67.45

Codes

Color #365335 in popluar color models

365335
RGB548353
HSL118°22.06%26.67%
HSB/HSV118°36.14%32.55%
CMYK34.94%0.00%36.14%
67.45%

Color #365335 in popluar number systems.

HEX365335
Decimal548353
Binary1101101010011110101
Octal6612365

Shades and tints

Shades of #365335

#365335
(54,83,53)
#324C31
(50,76,49)
#2E452D
(46,69,45)
#2A3E29
(42,62,41)
#263725
(38,55,37)
#223021
(34,48,33)
#1E291D
(30,41,29)
#1A2219
(26,34,25)
#161B15
(22,27,21)
#121411
(18,20,17)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #365335

#365335
(54,83,53)
#486247
(72,98,71)
#5A7159
(90,113,89)
#6C806B
(108,128,107)
#7E8F7D
(126,143,125)
#909E8F
(144,158,143)
#A2ADA1
(162,173,161)
#B4BCB3
(180,188,179)
#C6CBC5
(198,203,197)
#D8DAD7
(216,218,215)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365335; }

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

This text font color is #365335.


Background Color

.myBgColor { background-color: #365335; }

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

This div background color is #365335.


Border color

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

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

This div border color is #365335.


Opacity

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

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

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

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

This text has shadow with #365335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365335 on black background.


Color preview on white background

This text has color #365335 on white background.



Black color preview on #365335 background

This text has black color on #365335 background.


White color preview on #365335 background

This text has white color on #365335 background.