COLOR #348263

HEX: #348263
RGB: (52,130,99)

Color info

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

RGB color model

#348263 color RGB value is (52,130,99).

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

RGB channels and saturation

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

52
130
99

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

Portions of RGB colors in percentages

R + G + B =
52 + 130 + 99 = 281 (100%)
R 52 of 281 ~ 18.51%
G 130 of 281 ~ 46.26%
B 99 of 281 ~ 35.23%

%18.51
%46.26
%35.23

CMYK color model

#348263 color CMYK value is (60,0,24,49).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 49.02%
CMYK:
(60,0,24,49)
C60M0Y24K49 
(60%,0%,24%,49%)
(0.60/0.00/0.24/0.49)	

CMYK percentages

%60
%0
%23.85
%49.02

Codes

Color #348263 in popluar color models

348263
RGB5213099
HSL156°42.86%35.69%
HSB/HSV156°60.00%50.98%
CMYK60.00%0.00%23.85%
49.02%

Color #348263 in popluar number systems.

HEX348263
Decimal5213099
Binary110100100000101100011
Octal64202143

Shades and tints

Shades of #348263

#348263
(52,130,99)
#30775A
(48,119,90)
#2C6C51
(44,108,81)
#286148
(40,97,72)
#24563F
(36,86,63)
#204B36
(32,75,54)
#1C402D
(28,64,45)
#183524
(24,53,36)
#142A1B
(20,42,27)
#101F12
(16,31,18)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #348263

#348263
(52,130,99)
#468D71
(70,141,113)
#58987F
(88,152,127)
#6AA38D
(106,163,141)
#7CAE9B
(124,174,155)
#8EB9A9
(142,185,169)
#A0C4B7
(160,196,183)
#B2CFC5
(178,207,197)
#C4DAD3
(196,218,211)
#D6E5E1
(214,229,225)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #348263; }

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

This text font color is #348263.


Background Color

.myBgColor { background-color: #348263; }

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

This div background color is #348263.


Border color

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

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

This div border color is #348263.


Opacity

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

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

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

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

This text has shadow with #348263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348263 on black background.


Color preview on white background

This text has color #348263 on white background.



Black color preview on #348263 background

This text has black color on #348263 background.


White color preview on #348263 background

This text has white color on #348263 background.