COLOR #367052

HEX: #367052
RGB: (54,112,82)

Color info

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

RGB color model

#367052 color RGB value is (54,112,82).

  • red value is 54;
  • green value is 112;
  • blue value is 82.
RGB: (54,112,82) (21%,44%,32%)

RGB channels and saturation

R 54 of 255 = 21%
G 112 of 255 = 44%
B 82 of 255 = 32%

54
112
82

R + G + B ~ 32%. #367052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 112 + 82 = 248 (100%)
R 54 of 248 ~ 21.77%
G 112 of 248 ~ 45.16%
B 82 of 248 ~ 33.06%

%21.77
%45.16
%33.06

CMYK color model

#367052 color CMYK value is (52,0,27,56).

  • cyan value is 51.79%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 56.08%
CMYK: (52,0,27,56) C52M0Y27K56 (52%,0%,27%,56%) (0.52/0.00/0.27/0.56)

CMYK percentages

%51.79
%0
%26.79
%56.08

Codes

Color #367052 in popluar color models

367052
RGB5411282
HSL149°34.94%32.55%
HSB/HSV149°51.79%43.92%
CMYK51.79%0.00%26.79%
56.08%

Color #367052 in popluar number systems.

HEX367052
Decimal5411282
Binary11011011100001010010
Octal66160122

Shades and tints

Shades of #367052

#367052
(54,112,82)
#32664B
(50,102,75)
#2E5C44
(46,92,68)
#2A523D
(42,82,61)
#264836
(38,72,54)
#223E2F
(34,62,47)
#1E3428
(30,52,40)
#1A2A21
(26,42,33)
#16201A
(22,32,26)
#121613
(18,22,19)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #367052

#367052
(54,112,82)
#487D61
(72,125,97)
#5A8A70
(90,138,112)
#6C977F
(108,151,127)
#7EA48E
(126,164,142)
#90B19D
(144,177,157)
#A2BEAC
(162,190,172)
#B4CBBB
(180,203,187)
#C6D8CA
(198,216,202)
#D8E5D9
(216,229,217)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367052; }

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

This text font color is #367052.


Background Color

.myBgColor { background-color: #367052; }

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

This div background color is #367052.


Border color

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

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

This div border color is #367052.


Opacity

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

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

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

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

This text has shadow with #367052 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #367052 on black background.


Color preview on white background

This text has color #367052 on white background.



Black color preview on #367052 background

This text has black color on #367052 background.


White color preview on #367052 background

This text has white color on #367052 background.