COLOR #348058

HEX: #348058
RGB: (52,128,88)

Color info

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

RGB color model

#348058 color RGB value is (52,128,88).

  • red value is 52;
  • green value is 128;
  • blue value is 88.
RGB:
(52,128,88)
(20%,50%,35%)

RGB channels and saturation

R 52 of 255 = 20%
G 128 of 255 = 50%
B 88 of 255 = 35%

52
128
88

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

Portions of RGB colors in percentages

R + G + B =
52 + 128 + 88 = 268 (100%)
R 52 of 268 ~ 19.4%
G 128 of 268 ~ 47.76%
B 88 of 268 ~ 32.84%

%19.4
%47.76
%32.84

CMYK color model

#348058 color CMYK value is (59,0,31,50).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 49.80%
CMYK:
(59,0,31,50)
C59M0Y31K50 
(59%,0%,31%,50%)
(0.59/0.00/0.31/0.50)	

CMYK percentages

%59.38
%0
%31.25
%49.8

Codes

Color #348058 in popluar color models

348058
RGB5212888
HSL148°42.22%35.29%
HSB/HSV148°59.38%50.20%
CMYK59.38%0.00%31.25%
49.80%

Color #348058 in popluar number systems.

HEX348058
Decimal5212888
Binary110100100000001011000
Octal64200130

Shades and tints

Shades of #348058

#348058
(52,128,88)
#307550
(48,117,80)
#2C6A48
(44,106,72)
#285F40
(40,95,64)
#245438
(36,84,56)
#204930
(32,73,48)
#1C3E28
(28,62,40)
#183320
(24,51,32)
#142818
(20,40,24)
#101D10
(16,29,16)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #348058

#348058
(52,128,88)
#468B67
(70,139,103)
#589676
(88,150,118)
#6AA185
(106,161,133)
#7CAC94
(124,172,148)
#8EB7A3
(142,183,163)
#A0C2B2
(160,194,178)
#B2CDC1
(178,205,193)
#C4D8D0
(196,216,208)
#D6E3DF
(214,227,223)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348058 color. Also use rgb(52,128,88) instead hex code.

Text Font Color

.myTextColor { color: #348058; }

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

This text font color is #348058.


Background Color

.myBgColor { background-color: #348058; }

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

This div background color is #348058.


Border color

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

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

This div border color is #348058.


Opacity

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

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

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

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

This text has shadow with #348058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348058 on black background.


Color preview on white background

This text has color #348058 on white background.



Black color preview on #348058 background

This text has black color on #348058 background.


White color preview on #348058 background

This text has white color on #348058 background.