COLOR #36857C

HEX: #36857C
RGB: (54,133,124)

Color info

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

RGB color model

#36857C color RGB value is (54,133,124).

  • red value is 54;
  • green value is 133;
  • blue value is 124.
RGB:
(54,133,124)
(21%,52%,49%)

RGB channels and saturation

R 54 of 255 = 21%
G 133 of 255 = 52%
B 124 of 255 = 49%

54
133
124

R + G + B ~ 41%. #36857C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 133 + 124 = 311 (100%)
R 54 of 311 ~ 17.36%
G 133 of 311 ~ 42.77%
B 124 of 311 ~ 39.87%

%17.36
%42.77
%39.87

CMYK color model

#36857C color CMYK value is (59,0,7,48).

  • cyan value is 59.40%
  • magenta value is 0.00%
  • yellow value is 6.77%
  • key color value is 47.84%
CMYK:
(59,0,7,48)
C59M0Y7K48 
(59%,0%,7%,48%)
(0.59/0.00/0.07/0.48)	

CMYK percentages

%59.4
%0
%6.77
%47.84

Codes

Color #36857C in popluar color models

36857C
RGB54133124
HSL173°42.25%36.67%
HSB/HSV173°59.40%52.16%
CMYK59.40%0.00%6.77%
47.84%

Color #36857C in popluar number systems.

HEX36857C
Decimal54133124
Binary110110100001011111100
Octal66205174

Shades and tints

Shades of #36857C

#36857C
(54,133,124)
#327971
(50,121,113)
#2E6D66
(46,109,102)
#2A615B
(42,97,91)
#265550
(38,85,80)
#224945
(34,73,69)
#1E3D3A
(30,61,58)
#1A312F
(26,49,47)
#162524
(22,37,36)
#121919
(18,25,25)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #36857C

#36857C
(54,133,124)
#489087
(72,144,135)
#5A9B92
(90,155,146)
#6CA69D
(108,166,157)
#7EB1A8
(126,177,168)
#90BCB3
(144,188,179)
#A2C7BE
(162,199,190)
#B4D2C9
(180,210,201)
#C6DDD4
(198,221,212)
#D8E8DF
(216,232,223)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36857C color. Also use rgb(54,133,124) instead hex code.

Text Font Color

.myTextColor { color: #36857C; }

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

This text font color is #36857C.


Background Color

.myBgColor { background-color: #36857C; }

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

This div background color is #36857C.


Border color

.myBorderColor { border: 1px solid #36857C; }

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

This div border color is #36857C.


Opacity

.myOpacity80 { color: #36857C; opacity: 0.8; }

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

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

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

This text has shadow with #36857C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36857C on black background.


Color preview on white background

This text has color #36857C on white background.



Black color preview on #36857C background

This text has black color on #36857C background.


White color preview on #36857C background

This text has white color on #36857C background.