COLOR #365353

HEX: #365353
RGB: (54,83,83)

Color info

#365353 contains red, green and blue colors in about the same proportion. Web safe color of #365353 is #336666 (or #366).

RGB color model

#365353 color RGB value is (54,83,83).

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

RGB channels and saturation

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

54
83
83

R + G + B ~ 29%. #365353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 83 + 83 = 220 (100%)
R 54 of 220 ~ 24.55%
G 83 of 220 ~ 37.73%
B 83 of 220 ~ 37.73%

%24.55
%37.73
%37.73

CMYK color model

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

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

CMYK percentages

%34.94
%0
%0
%67.45

Codes

Color #365353 in popluar color models

365353
RGB548383
HSL180°21.17%26.86%
HSB/HSV180°34.94%32.55%
CMYK34.94%0.00%0.00%
67.45%

Color #365353 in popluar number systems.

HEX365353
Decimal548383
Binary11011010100111010011
Octal66123123

Shades and tints

Shades of #365353

#365353
(54,83,83)
#324C4C
(50,76,76)
#2E4545
(46,69,69)
#2A3E3E
(42,62,62)
#263737
(38,55,55)
#223030
(34,48,48)
#1E2929
(30,41,41)
#1A2222
(26,34,34)
#161B1B
(22,27,27)
#121414
(18,20,20)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #365353

#365353
(54,83,83)
#486262
(72,98,98)
#5A7171
(90,113,113)
#6C8080
(108,128,128)
#7E8F8F
(126,143,143)
#909E9E
(144,158,158)
#A2ADAD
(162,173,173)
#B4BCBC
(180,188,188)
#C6CBCB
(198,203,203)
#D8DADA
(216,218,218)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365353; }

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

This text font color is #365353.


Background Color

.myBgColor { background-color: #365353; }

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

This div background color is #365353.


Border color

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

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

This div border color is #365353.


Opacity

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

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

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

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

This text has shadow with #365353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365353 on black background.


Color preview on white background

This text has color #365353 on white background.



Black color preview on #365353 background

This text has black color on #365353 background.


White color preview on #365353 background

This text has white color on #365353 background.