COLOR #3B7438

HEX: #3B7438 RGB: (59,116,56)

Color info

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

RGB color model

#3B7438 color RGB value is (59,116,56).

RGB: (59,116,56) (23%, 45%, 22%)

RGB channels and saturation

R 59 of 255 = 23%
G 116 of 255 = 45%
B 56 of 255 = 22%

59
116
56

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

Portions of RGB colors in percentages

R + G + B = 59 + 116 + 56 = 231 (100%)
R 59 of 231 ~ 25.54%
G 116 of 231 ~ 50.22%
B 56 of 231 ~ 24.24'%

%25.54
%50.22
%24.24

CMYK color model

#3B7438 color CMYK value is (49,0,52,55).

  • cyan value is 49.14%
  • magenta value is 0.00%
  • yellow value is 51.72%
  • key color value is 54.51%

CMYK: (49,0,52,55)
C49M0Y52K55 (49%, 0%, 52%, 55%)
(0.49 / 0.00 / 0.52 / 0.55)

CMYK percentages

%49.14
%0
%51.72
%54.51

Codes

Color #3B7438 in popluar color models

3B 74 38
RGB 59 116 56
HSL 117° 34.88% 33.73%
HSB/HSV 117° 51.72% 45.49%
CMYK 49.14% 0.00% 51.72%
54.51%

Color #3B7438 in popluar number systems.

HEX 3B 74 38
Decimal 59 116 56
Binary 111011 1110100 111000
Octal 73 164 70

Shades and tints

Shades of #3B7438

#3B7438
(59,116,56)
#366A33
(54,106,51)
#31602E
(49,96,46)
#2C5629
(44,86,41)
#274C24
(39,76,36)
#22421F
(34,66,31)
#1D381A
(29,56,26)
#182E15
(24,46,21)
#132410
(19,36,16)
#0E1A0B
(14,26,11)
#091006
(9,16,6)
#000000
(0,0,0)

Tints of #3B7438

#3B7438
(59,116,56)
#4C804A
(76,128,74)
#5D8C5C
(93,140,92)
#6E986E
(110,152,110)
#7FA480
(127,164,128)
#90B092
(144,176,146)
#A1BCA4
(161,188,164)
#B2C8B6
(178,200,182)
#C3D4C8
(195,212,200)
#D4E0DA
(212,224,218)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7438 color. Also use rgb(59,116,56) instead hex code.

Text Font Color

.myTextColor { color: #3B7438; }

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

This text font color is #3B7438.

Background Color

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

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

This div background color is #3B7438.

Border color

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

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

This div border color is #3B7438.

Opacity

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

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

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

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

This text has shadow with #3B7438 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7438.

Preview

Color preview on black background

This text has color #3B7438 on black background.


Color preview on white background

This text has color #3B7438 on white background.


Black color preview on #3B7438 background

This text has black color on #3B7438 background.


White color preview on #3B7438 background

This text has white color on #3B7438 background.


Related colors

Complementary color

Complementary color for #hex is #C48BC7.


I love getcolorcode.com

Triadic colors

1 #383B74 and #74383B with #3B7438 are triadic colors.

2 #38743B and #743B38 with #3B7438 are triadic colors.