COLOR #368052

HEX: #368052
RGB: (54,128,82)

Color info

#368052 contains mainly green and blue colors. Web safe color of #368052 is #336666 (or #366).

RGB color model

#368052 color RGB value is (54,128,82).

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

RGB channels and saturation

R 54 of 255 = 21%
G 128 of 255 = 50%
B 82 of 255 = 32%

54
128
82

R + G + B ~ 34%. #368052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 128 + 82 = 264 (100%)
R 54 of 264 ~ 20.45%
G 128 of 264 ~ 48.48%
B 82 of 264 ~ 31.06%

%20.45
%48.48
%31.06

CMYK color model

#368052 color CMYK value is (58,0,36,50).

  • cyan value is 57.81%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 49.80%
CMYK:
(58,0,36,50)
C58M0Y36K50 
(58%,0%,36%,50%)
(0.58/0.00/0.36/0.50)	

CMYK percentages

%57.81
%0
%35.94
%49.8

Codes

Color #368052 in popluar color models

368052
RGB5412882
HSL143°40.66%35.69%
HSB/HSV143°57.81%50.20%
CMYK57.81%0.00%35.94%
49.80%

Color #368052 in popluar number systems.

HEX368052
Decimal5412882
Binary110110100000001010010
Octal66200122

Shades and tints

Shades of #368052

#368052
(54,128,82)
#32754B
(50,117,75)
#2E6A44
(46,106,68)
#2A5F3D
(42,95,61)
#265436
(38,84,54)
#22492F
(34,73,47)
#1E3E28
(30,62,40)
#1A3321
(26,51,33)
#16281A
(22,40,26)
#121D13
(18,29,19)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #368052

#368052
(54,128,82)
#488B61
(72,139,97)
#5A9670
(90,150,112)
#6CA17F
(108,161,127)
#7EAC8E
(126,172,142)
#90B79D
(144,183,157)
#A2C2AC
(162,194,172)
#B4CDBB
(180,205,187)
#C6D8CA
(198,216,202)
#D8E3D9
(216,227,217)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #368052; }

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

This text font color is #368052.


Background Color

.myBgColor { background-color: #368052; }

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

This div background color is #368052.


Border color

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

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

This div border color is #368052.


Opacity

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

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

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

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

This text has shadow with #368052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368052 on black background.


Color preview on white background

This text has color #368052 on white background.



Black color preview on #368052 background

This text has black color on #368052 background.


White color preview on #368052 background

This text has white color on #368052 background.