COLOR #4B8A41

HEX: #4B8A41
RGB: (75,138,65)

Color info

#4B8A41 contains mainly green color. Web safe color of #4B8A41 is #339933 (or #393).

RGB color model

#4B8A41 color RGB value is (75,138,65).

  • red value is 75;
  • green value is 138;
  • blue value is 65.
RGB:
(75,138,65)
(29%,54%,25%)

RGB channels and saturation

R 75 of 255 = 29%
G 138 of 255 = 54%
B 65 of 255 = 25%

75
138
65

R + G + B ~ 36%. #4B8A41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 138 + 65 = 278 (100%)
R 75 of 278 ~ 26.98%
G 138 of 278 ~ 49.64%
B 65 of 278 ~ 23.38%

%26.98
%49.64
%23.38

CMYK color model

#4B8A41 color CMYK value is (46,0,53,46).

  • cyan value is 45.65%
  • magenta value is 0.00%
  • yellow value is 52.90%
  • key color value is 45.88%
CMYK:
(46,0,53,46)
C46M0Y53K46 
(46%,0%,53%,46%)
(0.46/0.00/0.53/0.46)	

CMYK percentages

%45.65
%0
%52.9
%45.88

Codes

Color #4B8A41 in popluar color models

4B8A41
RGB7513865
HSL112°35.96%39.80%
HSB/HSV112°52.90%54.12%
CMYK45.65%0.00%52.90%
45.88%

Color #4B8A41 in popluar number systems.

HEX4B8A41
Decimal7513865
Binary1001011100010101000001
Octal113212101

Shades and tints

Shades of #4B8A41

#4B8A41
(75,138,65)
#457E3C
(69,126,60)
#3F7237
(63,114,55)
#396632
(57,102,50)
#335A2D
(51,90,45)
#2D4E28
(45,78,40)
#274223
(39,66,35)
#21361E
(33,54,30)
#1B2A19
(27,42,25)
#151E14
(21,30,20)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #4B8A41

#4B8A41
(75,138,65)
#5B9452
(91,148,82)
#6B9E63
(107,158,99)
#7BA874
(123,168,116)
#8BB285
(139,178,133)
#9BBC96
(155,188,150)
#ABC6A7
(171,198,167)
#BBD0B8
(187,208,184)
#CBDAC9
(203,218,201)
#DBE4DA
(219,228,218)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8A41 color. Also use rgb(75,138,65) instead hex code.

Text Font Color

.myTextColor { color: #4B8A41; }

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

This text font color is #4B8A41.


Background Color

.myBgColor { background-color: #4B8A41; }

<div style="background-color:#4B8A41">Inner text</div>

This div background color is #4B8A41.


Border color

.myBorderColor { border: 1px solid #4B8A41; }

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

This div border color is #4B8A41.


Opacity

.myOpacity80 { color: #4B8A41; opacity: 0.8; }

<p style="color:#4B8A41;opacity:0.8;">80%</p>

Text with #4B8A41 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 #4B8A41;}

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

This text has shadow with #4B8A41 color.

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

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

This text has shadow with #4B8A41 primary color and red secondary color.


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

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

This text has shadow with #4B8A41 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8A41 on black background.


Color preview on white background

This text has color #4B8A41 on white background.



Black color preview on #4B8A41 background

This text has black color on #4B8A41 background.


White color preview on #4B8A41 background

This text has white color on #4B8A41 background.