COLOR #3B6652

HEX: #3B6652
RGB: (59,102,82)

Color info

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

RGB color model

#3B6652 color RGB value is (59,102,82).

  • red value is 59;
  • green value is 102;
  • blue value is 82.
RGB:
(59,102,82)
(23%,40%,32%)

RGB channels and saturation

R 59 of 255 = 23%
G 102 of 255 = 40%
B 82 of 255 = 32%

59
102
82

R + G + B ~ 32%. #3B6652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 102 + 82 = 243 (100%)
R 59 of 243 ~ 24.28%
G 102 of 243 ~ 41.98%
B 82 of 243 ~ 33.74%

%24.28
%41.98
%33.74

CMYK color model

#3B6652 color CMYK value is (42,0,20,60).

  • cyan value is 42.16%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 60.00%
CMYK:
(42,0,20,60)
C42M0Y20K60 
(42%,0%,20%,60%)
(0.42/0.00/0.20/0.60)	

CMYK percentages

%42.16
%0
%19.61
%60

Codes

Color #3B6652 in popluar color models

3B6652
RGB5910282
HSL152°26.71%31.57%
HSB/HSV152°42.16%40.00%
CMYK42.16%0.00%19.61%
60.00%

Color #3B6652 in popluar number systems.

HEX3B6652
Decimal5910282
Binary11101111001101010010
Octal73146122

Shades and tints

Shades of #3B6652

#3B6652
(59,102,82)
#365D4B
(54,93,75)
#315444
(49,84,68)
#2C4B3D
(44,75,61)
#274236
(39,66,54)
#22392F
(34,57,47)
#1D3028
(29,48,40)
#182721
(24,39,33)
#131E1A
(19,30,26)
#0E1513
(14,21,19)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #3B6652

#3B6652
(59,102,82)
#4C7361
(76,115,97)
#5D8070
(93,128,112)
#6E8D7F
(110,141,127)
#7F9A8E
(127,154,142)
#90A79D
(144,167,157)
#A1B4AC
(161,180,172)
#B2C1BB
(178,193,187)
#C3CECA
(195,206,202)
#D4DBD9
(212,219,217)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6652 color. Also use rgb(59,102,82) instead hex code.

Text Font Color

.myTextColor { color: #3B6652; }

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

This text font color is #3B6652.


Background Color

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

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

This div background color is #3B6652.


Border color

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

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

This div border color is #3B6652.


Opacity

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

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

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

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

This text has shadow with #3B6652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6652 on black background.


Color preview on white background

This text has color #3B6652 on white background.



Black color preview on #3B6652 background

This text has black color on #3B6652 background.


White color preview on #3B6652 background

This text has white color on #3B6652 background.