COLOR #4B9502

HEX: #4B9502
RGB: (75,149,2)

Color info

#4B9502 contains mainly green color. Web safe color of #4B9502 is #339900 (or #390).

RGB color model

#4B9502 color RGB value is (75,149,2).

  • red value is 75;
  • green value is 149;
  • blue value is 2.
RGB:
(75,149,2)
(29%,58%,1%)

RGB channels and saturation

R 75 of 255 = 29%
G 149 of 255 = 58%
B 2 of 255 = 1%

75
149
2

R + G + B ~ 29%. #4B9502 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 149 + 2 = 226 (100%)
R 75 of 226 ~ 33.19%
G 149 of 226 ~ 65.93%
B 2 of 226 ~ 0.88%

%33.19
%65.93

CMYK color model

#4B9502 color CMYK value is (50,0,99,42).

  • cyan value is 49.66%
  • magenta value is 0.00%
  • yellow value is 98.66%
  • key color value is 41.57%
CMYK:
(50,0,99,42)
C50M0Y99K42 
(50%,0%,99%,42%)
(0.50/0.00/0.99/0.42)	

CMYK percentages

%49.66
%0
%98.66
%41.57

Codes

Color #4B9502 in popluar color models

4B9502
RGB751492
HSL90°97.35%29.61%
HSB/HSV90°98.66%58.43%
CMYK49.66%0.00%98.66%
41.57%

Color #4B9502 in popluar number systems.

HEX4B9502
Decimal751492
Binary10010111001010110
Octal1132252

Shades and tints

Shades of #4B9502

#4B9502
(75,149,2)
#458802
(69,136,2)
#3F7B02
(63,123,2)
#396E02
(57,110,2)
#336102
(51,97,2)
#2D5402
(45,84,2)
#274702
(39,71,2)
#213A02
(33,58,2)
#1B2D02
(27,45,2)
#152002
(21,32,2)
#0F1302
(15,19,2)
#000000
(0,0,0)

Tints of #4B9502

#4B9502
(75,149,2)
#5B9E19
(91,158,25)
#6BA730
(107,167,48)
#7BB047
(123,176,71)
#8BB95E
(139,185,94)
#9BC275
(155,194,117)
#ABCB8C
(171,203,140)
#BBD4A3
(187,212,163)
#CBDDBA
(203,221,186)
#DBE6D1
(219,230,209)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9502 color. Also use rgb(75,149,2) instead hex code.

Text Font Color

.myTextColor { color: #4B9502; }

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

This text font color is #4B9502.


Background Color

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

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

This div background color is #4B9502.


Border color

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

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

This div border color is #4B9502.


Opacity

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

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

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

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

This text has shadow with #4B9502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9502 on black background.


Color preview on white background

This text has color #4B9502 on white background.



Black color preview on #4B9502 background

This text has black color on #4B9502 background.


White color preview on #4B9502 background

This text has white color on #4B9502 background.