COLOR #3B7330

HEX: #3B7330
RGB: (59,115,48)

Color info

#3B7330 contains mainly red and green colors. Web safe color of #3B7330 is #336633 (or #363).

RGB color model

#3B7330 color RGB value is (59,115,48).

  • red value is 59;
  • green value is 115;
  • blue value is 48.
RGB:
(59,115,48)
(23%,45%,19%)

RGB channels and saturation

R 59 of 255 = 23%
G 115 of 255 = 45%
B 48 of 255 = 19%

59
115
48

R + G + B ~ 29%. #3B7330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 115 + 48 = 222 (100%)
R 59 of 222 ~ 26.58%
G 115 of 222 ~ 51.8%
B 48 of 222 ~ 21.62%

%26.58
%51.8
%21.62

CMYK color model

#3B7330 color CMYK value is (49,0,58,55).

  • cyan value is 48.70%
  • magenta value is 0.00%
  • yellow value is 58.26%
  • key color value is 54.90%
CMYK:
(49,0,58,55)
C49M0Y58K55 
(49%,0%,58%,55%)
(0.49/0.00/0.58/0.55)	

CMYK percentages

%48.7
%0
%58.26
%54.9

Codes

Color #3B7330 in popluar color models

3B7330
RGB5911548
HSL110°41.10%31.96%
HSB/HSV110°58.26%45.10%
CMYK48.70%0.00%58.26%
54.90%

Color #3B7330 in popluar number systems.

HEX3B7330
Decimal5911548
Binary1110111110011110000
Octal7316360

Shades and tints

Shades of #3B7330

#3B7330
(59,115,48)
#36692C
(54,105,44)
#315F28
(49,95,40)
#2C5524
(44,85,36)
#274B20
(39,75,32)
#22411C
(34,65,28)
#1D3718
(29,55,24)
#182D14
(24,45,20)
#132310
(19,35,16)
#0E190C
(14,25,12)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #3B7330

#3B7330
(59,115,48)
#4C7F42
(76,127,66)
#5D8B54
(93,139,84)
#6E9766
(110,151,102)
#7FA378
(127,163,120)
#90AF8A
(144,175,138)
#A1BB9C
(161,187,156)
#B2C7AE
(178,199,174)
#C3D3C0
(195,211,192)
#D4DFD2
(212,223,210)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7330 color. Also use rgb(59,115,48) instead hex code.

Text Font Color

.myTextColor { color: #3B7330; }

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

This text font color is #3B7330.


Background Color

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

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

This div background color is #3B7330.


Border color

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

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

This div border color is #3B7330.


Opacity

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

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

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

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

This text has shadow with #3B7330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7330 on black background.


Color preview on white background

This text has color #3B7330 on white background.



Black color preview on #3B7330 background

This text has black color on #3B7330 background.


White color preview on #3B7330 background

This text has white color on #3B7330 background.