COLOR #3B875A

HEX: #3B875A
RGB: (59,135,90)

Color info

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

RGB color model

#3B875A color RGB value is (59,135,90).

  • red value is 59;
  • green value is 135;
  • blue value is 90.
RGB:
(59,135,90)
(23%,53%,35%)

RGB channels and saturation

R 59 of 255 = 23%
G 135 of 255 = 53%
B 90 of 255 = 35%

59
135
90

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

Portions of RGB colors in percentages

R + G + B =
59 + 135 + 90 = 284 (100%)
R 59 of 284 ~ 20.77%
G 135 of 284 ~ 47.54%
B 90 of 284 ~ 31.69%

%20.77
%47.54
%31.69

CMYK color model

#3B875A color CMYK value is (56,0,33,47).

  • cyan value is 56.30%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 47.06%
CMYK:
(56,0,33,47)
C56M0Y33K47 
(56%,0%,33%,47%)
(0.56/0.00/0.33/0.47)	

CMYK percentages

%56.3
%0
%33.33
%47.06

Codes

Color #3B875A in popluar color models

3B875A
RGB5913590
HSL144°39.18%38.04%
HSB/HSV144°56.30%52.94%
CMYK56.30%0.00%33.33%
47.06%

Color #3B875A in popluar number systems.

HEX3B875A
Decimal5913590
Binary111011100001111011010
Octal73207132

Shades and tints

Shades of #3B875A

#3B875A
(59,135,90)
#367B52
(54,123,82)
#316F4A
(49,111,74)
#2C6342
(44,99,66)
#27573A
(39,87,58)
#224B32
(34,75,50)
#1D3F2A
(29,63,42)
#183322
(24,51,34)
#13271A
(19,39,26)
#0E1B12
(14,27,18)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #3B875A

#3B875A
(59,135,90)
#4C9169
(76,145,105)
#5D9B78
(93,155,120)
#6EA587
(110,165,135)
#7FAF96
(127,175,150)
#90B9A5
(144,185,165)
#A1C3B4
(161,195,180)
#B2CDC3
(178,205,195)
#C3D7D2
(195,215,210)
#D4E1E1
(212,225,225)
#E5EBF0
(229,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B875A color. Also use rgb(59,135,90) instead hex code.

Text Font Color

.myTextColor { color: #3B875A; }

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

This text font color is #3B875A.


Background Color

.myBgColor { background-color: #3B875A; }

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

This div background color is #3B875A.


Border color

.myBorderColor { border: 1px solid #3B875A; }

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

This div border color is #3B875A.


Opacity

.myOpacity80 { color: #3B875A; opacity: 0.8; }

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

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

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

This text has shadow with #3B875A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B875A on black background.


Color preview on white background

This text has color #3B875A on white background.



Black color preview on #3B875A background

This text has black color on #3B875A background.


White color preview on #3B875A background

This text has white color on #3B875A background.