COLOR #3B6148

HEX: #3B6148
RGB: (59,97,72)

Color info

#3B6148 contains red, green and blue colors in about the same proportion. Web safe color of #3B6148 is #336633 (or #363).

RGB color model

#3B6148 color RGB value is (59,97,72).

  • red value is 59;
  • green value is 97;
  • blue value is 72.
RGB:
(59,97,72)
(23%,38%,28%)

RGB channels and saturation

R 59 of 255 = 23%
G 97 of 255 = 38%
B 72 of 255 = 28%

59
97
72

R + G + B ~ 30%. #3B6148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 97 + 72 = 228 (100%)
R 59 of 228 ~ 25.88%
G 97 of 228 ~ 42.54%
B 72 of 228 ~ 31.58%

%25.88
%42.54
%31.58

CMYK color model

#3B6148 color CMYK value is (39,0,26,62).

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 61.96%
CMYK:
(39,0,26,62)
C39M0Y26K62 
(39%,0%,26%,62%)
(0.39/0.00/0.26/0.62)	

CMYK percentages

%39.18
%0
%25.77
%61.96

Codes

Color #3B6148 in popluar color models

3B6148
RGB599772
HSL141°24.36%30.59%
HSB/HSV141°39.18%38.04%
CMYK39.18%0.00%25.77%
61.96%

Color #3B6148 in popluar number systems.

HEX3B6148
Decimal599772
Binary11101111000011001000
Octal73141110

Shades and tints

Shades of #3B6148

#3B6148
(59,97,72)
#365942
(54,89,66)
#31513C
(49,81,60)
#2C4936
(44,73,54)
#274130
(39,65,48)
#22392A
(34,57,42)
#1D3124
(29,49,36)
#18291E
(24,41,30)
#132118
(19,33,24)
#0E1912
(14,25,18)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #3B6148

#3B6148
(59,97,72)
#4C6F58
(76,111,88)
#5D7D68
(93,125,104)
#6E8B78
(110,139,120)
#7F9988
(127,153,136)
#90A798
(144,167,152)
#A1B5A8
(161,181,168)
#B2C3B8
(178,195,184)
#C3D1C8
(195,209,200)
#D4DFD8
(212,223,216)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6148 color. Also use rgb(59,97,72) instead hex code.

Text Font Color

.myTextColor { color: #3B6148; }

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

This text font color is #3B6148.


Background Color

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

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

This div background color is #3B6148.


Border color

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

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

This div border color is #3B6148.


Opacity

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

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

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

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

This text has shadow with #3B6148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6148 on black background.


Color preview on white background

This text has color #3B6148 on white background.



Black color preview on #3B6148 background

This text has black color on #3B6148 background.


White color preview on #3B6148 background

This text has white color on #3B6148 background.