COLOR #348864

HEX: #348864
RGB: (52,136,100)

Color info

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

RGB color model

#348864 color RGB value is (52,136,100).

  • red value is 52;
  • green value is 136;
  • blue value is 100.
RGB:
(52,136,100)
(20%,53%,39%)

RGB channels and saturation

R 52 of 255 = 20%
G 136 of 255 = 53%
B 100 of 255 = 39%

52
136
100

R + G + B ~ 37%. #348864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 136 + 100 = 288 (100%)
R 52 of 288 ~ 18.06%
G 136 of 288 ~ 47.22%
B 100 of 288 ~ 34.72%

%18.06
%47.22
%34.72

CMYK color model

#348864 color CMYK value is (62,0,26,47).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 46.67%
CMYK:
(62,0,26,47)
C62M0Y26K47 
(62%,0%,26%,47%)
(0.62/0.00/0.26/0.47)	

CMYK percentages

%61.76
%0
%26.47
%46.67

Codes

Color #348864 in popluar color models

348864
RGB52136100
HSL154°44.68%36.86%
HSB/HSV154°61.76%53.33%
CMYK61.76%0.00%26.47%
46.67%

Color #348864 in popluar number systems.

HEX348864
Decimal52136100
Binary110100100010001100100
Octal64210144

Shades and tints

Shades of #348864

#348864
(52,136,100)
#307C5B
(48,124,91)
#2C7052
(44,112,82)
#286449
(40,100,73)
#245840
(36,88,64)
#204C37
(32,76,55)
#1C402E
(28,64,46)
#183425
(24,52,37)
#14281C
(20,40,28)
#101C13
(16,28,19)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #348864

#348864
(52,136,100)
#469272
(70,146,114)
#589C80
(88,156,128)
#6AA68E
(106,166,142)
#7CB09C
(124,176,156)
#8EBAAA
(142,186,170)
#A0C4B8
(160,196,184)
#B2CEC6
(178,206,198)
#C4D8D4
(196,216,212)
#D6E2E2
(214,226,226)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348864 color. Also use rgb(52,136,100) instead hex code.

Text Font Color

.myTextColor { color: #348864; }

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

This text font color is #348864.


Background Color

.myBgColor { background-color: #348864; }

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

This div background color is #348864.


Border color

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

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

This div border color is #348864.


Opacity

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

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

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

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

This text has shadow with #348864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348864 on black background.


Color preview on white background

This text has color #348864 on white background.



Black color preview on #348864 background

This text has black color on #348864 background.


White color preview on #348864 background

This text has white color on #348864 background.