COLOR #348163

HEX: #348163
RGB: (52,129,99)

Color info

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

RGB color model

#348163 color RGB value is (52,129,99).

  • red value is 52;
  • green value is 129;
  • blue value is 99.
RGB:
(52,129,99)
(20%,51%,39%)

RGB channels and saturation

R 52 of 255 = 20%
G 129 of 255 = 51%
B 99 of 255 = 39%

52
129
99

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

Portions of RGB colors in percentages

R + G + B =
52 + 129 + 99 = 280 (100%)
R 52 of 280 ~ 18.57%
G 129 of 280 ~ 46.07%
B 99 of 280 ~ 35.36%

%18.57
%46.07
%35.36

CMYK color model

#348163 color CMYK value is (60,0,23,49).

  • cyan value is 59.69%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 49.41%
CMYK:
(60,0,23,49)
C60M0Y23K49 
(60%,0%,23%,49%)
(0.60/0.00/0.23/0.49)	

CMYK percentages

%59.69
%0
%23.26
%49.41

Codes

Color #348163 in popluar color models

348163
RGB5212999
HSL157°42.54%35.49%
HSB/HSV157°59.69%50.59%
CMYK59.69%0.00%23.26%
49.41%

Color #348163 in popluar number systems.

HEX348163
Decimal5212999
Binary110100100000011100011
Octal64201143

Shades and tints

Shades of #348163

#348163
(52,129,99)
#30765A
(48,118,90)
#2C6B51
(44,107,81)
#286048
(40,96,72)
#24553F
(36,85,63)
#204A36
(32,74,54)
#1C3F2D
(28,63,45)
#183424
(24,52,36)
#14291B
(20,41,27)
#101E12
(16,30,18)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #348163

#348163
(52,129,99)
#468C71
(70,140,113)
#58977F
(88,151,127)
#6AA28D
(106,162,141)
#7CAD9B
(124,173,155)
#8EB8A9
(142,184,169)
#A0C3B7
(160,195,183)
#B2CEC5
(178,206,197)
#C4D9D3
(196,217,211)
#D6E4E1
(214,228,225)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348163 color. Also use rgb(52,129,99) instead hex code.

Text Font Color

.myTextColor { color: #348163; }

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

This text font color is #348163.


Background Color

.myBgColor { background-color: #348163; }

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

This div background color is #348163.


Border color

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

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

This div border color is #348163.


Opacity

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

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

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

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

This text has shadow with #348163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348163 on black background.


Color preview on white background

This text has color #348163 on white background.



Black color preview on #348163 background

This text has black color on #348163 background.


White color preview on #348163 background

This text has white color on #348163 background.