COLOR #34886C

HEX: #34886C
RGB: (52,136,108)

Color info

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

RGB color model

#34886C color RGB value is (52,136,108).

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

RGB channels and saturation

R 52 of 255 = 20%
G 136 of 255 = 53%
B 108 of 255 = 42%

52
136
108

R + G + B ~ 38%. #34886C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 136 + 108 = 296 (100%)
R 52 of 296 ~ 17.57%
G 136 of 296 ~ 45.95%
B 108 of 296 ~ 36.49%

%17.57
%45.95
%36.49

CMYK color model

#34886C color CMYK value is (62,0,21,47).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 46.67%
CMYK:
(62,0,21,47)
C62M0Y21K47 
(62%,0%,21%,47%)
(0.62/0.00/0.21/0.47)	

CMYK percentages

%61.76
%0
%20.59
%46.67

Codes

Color #34886C in popluar color models

34886C
RGB52136108
HSL160°44.68%36.86%
HSB/HSV160°61.76%53.33%
CMYK61.76%0.00%20.59%
46.67%

Color #34886C in popluar number systems.

HEX34886C
Decimal52136108
Binary110100100010001101100
Octal64210154

Shades and tints

Shades of #34886C

#34886C
(52,136,108)
#307C63
(48,124,99)
#2C705A
(44,112,90)
#286451
(40,100,81)
#245848
(36,88,72)
#204C3F
(32,76,63)
#1C4036
(28,64,54)
#18342D
(24,52,45)
#142824
(20,40,36)
#101C1B
(16,28,27)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #34886C

#34886C
(52,136,108)
#469279
(70,146,121)
#589C86
(88,156,134)
#6AA693
(106,166,147)
#7CB0A0
(124,176,160)
#8EBAAD
(142,186,173)
#A0C4BA
(160,196,186)
#B2CEC7
(178,206,199)
#C4D8D4
(196,216,212)
#D6E2E1
(214,226,225)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34886C; }

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

This text font color is #34886C.


Background Color

.myBgColor { background-color: #34886C; }

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

This div background color is #34886C.


Border color

.myBorderColor { border: 1px solid #34886C; }

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

This div border color is #34886C.


Opacity

.myOpacity80 { color: #34886C; opacity: 0.8; }

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

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

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

This text has shadow with #34886C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34886C on black background.


Color preview on white background

This text has color #34886C on white background.



Black color preview on #34886C background

This text has black color on #34886C background.


White color preview on #34886C background

This text has white color on #34886C background.