COLOR #365346

HEX: #365346
RGB: (54,83,70)

Color info

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

RGB color model

#365346 color RGB value is (54,83,70).

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

RGB channels and saturation

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

54
83
70

R + G + B ~ 27%. #365346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 83 + 70 = 207 (100%)
R 54 of 207 ~ 26.09%
G 83 of 207 ~ 40.1%
B 70 of 207 ~ 33.82%

%26.09
%40.1
%33.82

CMYK color model

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

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

CMYK percentages

%34.94
%0
%15.66
%67.45

Codes

Color #365346 in popluar color models

365346
RGB548370
HSL153°21.17%26.86%
HSB/HSV153°34.94%32.55%
CMYK34.94%0.00%15.66%
67.45%

Color #365346 in popluar number systems.

HEX365346
Decimal548370
Binary11011010100111000110
Octal66123106

Shades and tints

Shades of #365346

#365346
(54,83,70)
#324C40
(50,76,64)
#2E453A
(46,69,58)
#2A3E34
(42,62,52)
#26372E
(38,55,46)
#223028
(34,48,40)
#1E2922
(30,41,34)
#1A221C
(26,34,28)
#161B16
(22,27,22)
#121410
(18,20,16)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #365346

#365346
(54,83,70)
#486256
(72,98,86)
#5A7166
(90,113,102)
#6C8076
(108,128,118)
#7E8F86
(126,143,134)
#909E96
(144,158,150)
#A2ADA6
(162,173,166)
#B4BCB6
(180,188,182)
#C6CBC6
(198,203,198)
#D8DAD6
(216,218,214)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #365346; }

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

This text font color is #365346.


Background Color

.myBgColor { background-color: #365346; }

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

This div background color is #365346.


Border color

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

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

This div border color is #365346.


Opacity

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

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

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

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

This text has shadow with #365346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365346 on black background.


Color preview on white background

This text has color #365346 on white background.



Black color preview on #365346 background

This text has black color on #365346 background.


White color preview on #365346 background

This text has white color on #365346 background.