COLOR #368852

HEX: #368852
RGB: (54,136,82)

Color info

#368852 contains mainly green and blue colors. Web safe color of #368852 is #339966 (or #396).

RGB color model

#368852 color RGB value is (54,136,82).

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

RGB channels and saturation

R 54 of 255 = 21%
G 136 of 255 = 53%
B 82 of 255 = 32%

54
136
82

R + G + B ~ 35%. #368852 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 136 + 82 = 272 (100%)
R 54 of 272 ~ 19.85%
G 136 of 272 ~ 50%
B 82 of 272 ~ 30.15%

%19.85
%50
%30.15

CMYK color model

#368852 color CMYK value is (60,0,40,47).

  • cyan value is 60.29%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 46.67%
CMYK:
(60,0,40,47)
C60M0Y40K47 
(60%,0%,40%,47%)
(0.60/0.00/0.40/0.47)	

CMYK percentages

%60.29
%0
%39.71
%46.67

Codes

Color #368852 in popluar color models

368852
RGB5413682
HSL140°43.16%37.25%
HSB/HSV140°60.29%53.33%
CMYK60.29%0.00%39.71%
46.67%

Color #368852 in popluar number systems.

HEX368852
Decimal5413682
Binary110110100010001010010
Octal66210122

Shades and tints

Shades of #368852

#368852
(54,136,82)
#327C4B
(50,124,75)
#2E7044
(46,112,68)
#2A643D
(42,100,61)
#265836
(38,88,54)
#224C2F
(34,76,47)
#1E4028
(30,64,40)
#1A3421
(26,52,33)
#16281A
(22,40,26)
#121C13
(18,28,19)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #368852

#368852
(54,136,82)
#489261
(72,146,97)
#5A9C70
(90,156,112)
#6CA67F
(108,166,127)
#7EB08E
(126,176,142)
#90BA9D
(144,186,157)
#A2C4AC
(162,196,172)
#B4CEBB
(180,206,187)
#C6D8CA
(198,216,202)
#D8E2D9
(216,226,217)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #368852; }

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

This text font color is #368852.


Background Color

.myBgColor { background-color: #368852; }

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

This div background color is #368852.


Border color

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

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

This div border color is #368852.


Opacity

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

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

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

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

This text has shadow with #368852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368852 on black background.


Color preview on white background

This text has color #368852 on white background.



Black color preview on #368852 background

This text has black color on #368852 background.


White color preview on #368852 background

This text has white color on #368852 background.