COLOR #358179

HEX: #358179
RGB: (53,129,121)

Color info

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

RGB color model

#358179 color RGB value is (53,129,121).

  • red value is 53;
  • green value is 129;
  • blue value is 121.
RGB:
(53,129,121)
(21%,51%,47%)

RGB channels and saturation

R 53 of 255 = 21%
G 129 of 255 = 51%
B 121 of 255 = 47%

53
129
121

R + G + B ~ 40%. #358179 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 129 + 121 = 303 (100%)
R 53 of 303 ~ 17.49%
G 129 of 303 ~ 42.57%
B 121 of 303 ~ 39.93%

%17.49
%42.57
%39.93

CMYK color model

#358179 color CMYK value is (59,0,6,49).

  • cyan value is 58.91%
  • magenta value is 0.00%
  • yellow value is 6.20%
  • key color value is 49.41%
CMYK:
(59,0,6,49)
C59M0Y6K49 
(59%,0%,6%,49%)
(0.59/0.00/0.06/0.49)	

CMYK percentages

%58.91
%0
%6.2
%49.41

Codes

Color #358179 in popluar color models

358179
RGB53129121
HSL174°41.76%35.69%
HSB/HSV174°58.91%50.59%
CMYK58.91%0.00%6.20%
49.41%

Color #358179 in popluar number systems.

HEX358179
Decimal53129121
Binary110101100000011111001
Octal65201171

Shades and tints

Shades of #358179

#358179
(53,129,121)
#31766E
(49,118,110)
#2D6B63
(45,107,99)
#296058
(41,96,88)
#25554D
(37,85,77)
#214A42
(33,74,66)
#1D3F37
(29,63,55)
#19342C
(25,52,44)
#152921
(21,41,33)
#111E16
(17,30,22)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #358179

#358179
(53,129,121)
#478C85
(71,140,133)
#599791
(89,151,145)
#6BA29D
(107,162,157)
#7DADA9
(125,173,169)
#8FB8B5
(143,184,181)
#A1C3C1
(161,195,193)
#B3CECD
(179,206,205)
#C5D9D9
(197,217,217)
#D7E4E5
(215,228,229)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #358179 color. Also use rgb(53,129,121) instead hex code.

Text Font Color

.myTextColor { color: #358179; }

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

This text font color is #358179.


Background Color

.myBgColor { background-color: #358179; }

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

This div background color is #358179.


Border color

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

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

This div border color is #358179.


Opacity

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

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

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

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

This text has shadow with #358179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358179 on black background.


Color preview on white background

This text has color #358179 on white background.



Black color preview on #358179 background

This text has black color on #358179 background.


White color preview on #358179 background

This text has white color on #358179 background.