COLOR #3B9448

HEX: #3B9448
RGB: (59,148,72)

Color info

#3B9448 contains mainly green color. Web safe color of #3B9448 is #339933 (or #393).

RGB color model

#3B9448 color RGB value is (59,148,72).

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

RGB channels and saturation

R 59 of 255 = 23%
G 148 of 255 = 58%
B 72 of 255 = 28%

59
148
72

R + G + B ~ 36%. #3B9448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 148 + 72 = 279 (100%)
R 59 of 279 ~ 21.15%
G 148 of 279 ~ 53.05%
B 72 of 279 ~ 25.81%

%21.15
%53.05
%25.81

CMYK color model

#3B9448 color CMYK value is (60,0,51,42).

  • cyan value is 60.14%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 41.96%
CMYK:
(60,0,51,42)
C60M0Y51K42 
(60%,0%,51%,42%)
(0.60/0.00/0.51/0.42)	

CMYK percentages

%60.14
%0
%51.35
%41.96

Codes

Color #3B9448 in popluar color models

3B9448
RGB5914872
HSL129°43.00%40.59%
HSB/HSV129°60.14%58.04%
CMYK60.14%0.00%51.35%
41.96%

Color #3B9448 in popluar number systems.

HEX3B9448
Decimal5914872
Binary111011100101001001000
Octal73224110

Shades and tints

Shades of #3B9448

#3B9448
(59,148,72)
#368742
(54,135,66)
#317A3C
(49,122,60)
#2C6D36
(44,109,54)
#276030
(39,96,48)
#22532A
(34,83,42)
#1D4624
(29,70,36)
#18391E
(24,57,30)
#132C18
(19,44,24)
#0E1F12
(14,31,18)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #3B9448

#3B9448
(59,148,72)
#4C9D58
(76,157,88)
#5DA668
(93,166,104)
#6EAF78
(110,175,120)
#7FB888
(127,184,136)
#90C198
(144,193,152)
#A1CAA8
(161,202,168)
#B2D3B8
(178,211,184)
#C3DCC8
(195,220,200)
#D4E5D8
(212,229,216)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B9448; }

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

This text font color is #3B9448.


Background Color

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

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

This div background color is #3B9448.


Border color

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

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

This div border color is #3B9448.


Opacity

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

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

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

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

This text has shadow with #3B9448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B9448 on black background.


Color preview on white background

This text has color #3B9448 on white background.



Black color preview on #3B9448 background

This text has black color on #3B9448 background.


White color preview on #3B9448 background

This text has white color on #3B9448 background.