COLOR #3B755A

HEX: #3B755A
RGB: (59,117,90)

Color info

#3B755A contains red, green and blue colors in about the same proportion. Web safe color of #3B755A is #336666 (or #366).

RGB color model

#3B755A color RGB value is (59,117,90).

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

RGB channels and saturation

R 59 of 255 = 23%
G 117 of 255 = 46%
B 90 of 255 = 35%

59
117
90

R + G + B ~ 35%. #3B755A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 117 + 90 = 266 (100%)
R 59 of 266 ~ 22.18%
G 117 of 266 ~ 43.98%
B 90 of 266 ~ 33.83%

%22.18
%43.98
%33.83

CMYK color model

#3B755A color CMYK value is (50,0,23,54).

  • cyan value is 49.57%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 54.12%
CMYK:
(50,0,23,54)
C50M0Y23K54 
(50%,0%,23%,54%)
(0.50/0.00/0.23/0.54)	

CMYK percentages

%49.57
%0
%23.08
%54.12

Codes

Color #3B755A in popluar color models

3B755A
RGB5911790
HSL152°32.95%34.51%
HSB/HSV152°49.57%45.88%
CMYK49.57%0.00%23.08%
54.12%

Color #3B755A in popluar number systems.

HEX3B755A
Decimal5911790
Binary11101111101011011010
Octal73165132

Shades and tints

Shades of #3B755A

#3B755A
(59,117,90)
#366B52
(54,107,82)
#31614A
(49,97,74)
#2C5742
(44,87,66)
#274D3A
(39,77,58)
#224332
(34,67,50)
#1D392A
(29,57,42)
#182F22
(24,47,34)
#13251A
(19,37,26)
#0E1B12
(14,27,18)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #3B755A

#3B755A
(59,117,90)
#4C8169
(76,129,105)
#5D8D78
(93,141,120)
#6E9987
(110,153,135)
#7FA596
(127,165,150)
#90B1A5
(144,177,165)
#A1BDB4
(161,189,180)
#B2C9C3
(178,201,195)
#C3D5D2
(195,213,210)
#D4E1E1
(212,225,225)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B755A; }

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

This text font color is #3B755A.


Background Color

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

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

This div background color is #3B755A.


Border color

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

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

This div border color is #3B755A.


Opacity

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

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

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

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

This text has shadow with #3B755A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B755A on black background.


Color preview on white background

This text has color #3B755A on white background.



Black color preview on #3B755A background

This text has black color on #3B755A background.


White color preview on #3B755A background

This text has white color on #3B755A background.