COLOR #348758

HEX: #348758 RGB: (52,135,88)

Color info

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

RGB color model

#348758 color RGB value is (52,135,88).

RGB: (52,135,88) (20%, 53%, 35%)

RGB channels and saturation

R 52 of 255 = 20%
G 135 of 255 = 53%
B 88 of 255 = 35%

52
135
88

R + G + B ~ 36%. #348758 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 135 + 88 = 275 (100%)
R 52 of 275 ~ 18.91%
G 135 of 275 ~ 49.09%
B 88 of 275 ~ 32'%

%18.91
%49.09
%32

CMYK color model

#348758 color CMYK value is (61,0,35,47).

  • cyan value is 61.48%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 47.06%

CMYK: (61,0,35,47)
C61M0Y35K47 (61%, 0%, 35%, 47%)
(0.61 / 0.00 / 0.35 / 0.47)

CMYK percentages

%61.48
%0
%34.81
%47.06

Codes

Color #348758 in popluar color models

34 87 58
RGB 52 135 88
HSL 146° 44.39% 36.67%
HSB/HSV 146° 61.48% 52.94%
CMYK 61.48% 0.00% 34.81%
47.06%

Color #348758 in popluar number systems.

HEX 34 87 58
Decimal 52 135 88
Binary 110100 10000111 1011000
Octal 64 207 130

Shades and tints

Shades of #348758

#348758
(52,135,88)
#307B50
(48,123,80)
#2C6F48
(44,111,72)
#286340
(40,99,64)
#245738
(36,87,56)
#204B30
(32,75,48)
#1C3F28
(28,63,40)
#183320
(24,51,32)
#142718
(20,39,24)
#101B10
(16,27,16)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #348758

#348758
(52,135,88)
#469167
(70,145,103)
#589B76
(88,155,118)
#6AA585
(106,165,133)
#7CAF94
(124,175,148)
#8EB9A3
(142,185,163)
#A0C3B2
(160,195,178)
#B2CDC1
(178,205,193)
#C4D7D0
(196,215,208)
#D6E1DF
(214,225,223)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #348758; }

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

This text font color is #348758.

Background Color

.myBgColor { background-color: #348758; }

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

This div background color is #348758.

Border color

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

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

This div border color is #348758.

Opacity

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

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

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

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

This text has shadow with #348758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #348758.

Preview

Color preview on black background

This text has color #348758 on black background.


Color preview on white background

This text has color #348758 on white background.


Black color preview on #348758 background

This text has black color on #348758 background.


White color preview on #348758 background

This text has white color on #348758 background.


Related colors

Complementary color

Complementary color for #hex is #CB78A7.


I love getcolorcode.com

Triadic colors

1 #583487 and #875834 with #348758 are triadic colors.

2 #588734 and #873458 with #348758 are triadic colors.