COLOR #4B9267

HEX: #4B9267
RGB: (75,146,103)

Color info

#4B9267 contains mainly green and blue colors. Web safe color of #4B9267 is #339966 (or #396).

RGB color model

#4B9267 color RGB value is (75,146,103).

  • red value is 75;
  • green value is 146;
  • blue value is 103.
RGB:
(75,146,103)
(29%,57%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 146 of 255 = 57%
B 103 of 255 = 40%

75
146
103

R + G + B ~ 42%. #4B9267 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 146 + 103 = 324 (100%)
R 75 of 324 ~ 23.15%
G 146 of 324 ~ 45.06%
B 103 of 324 ~ 31.79%

%23.15
%45.06
%31.79

CMYK color model

#4B9267 color CMYK value is (49,0,29,43).

  • cyan value is 48.63%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 42.75%
CMYK:
(49,0,29,43)
C49M0Y29K43 
(49%,0%,29%,43%)
(0.49/0.00/0.29/0.43)	

CMYK percentages

%48.63
%0
%29.45
%42.75

Codes

Color #4B9267 in popluar color models

4B9267
RGB75146103
HSL144°32.13%43.33%
HSB/HSV144°48.63%57.25%
CMYK48.63%0.00%29.45%
42.75%

Color #4B9267 in popluar number systems.

HEX4B9267
Decimal75146103
Binary1001011100100101100111
Octal113222147

Shades and tints

Shades of #4B9267

#4B9267
(75,146,103)
#45855E
(69,133,94)
#3F7855
(63,120,85)
#396B4C
(57,107,76)
#335E43
(51,94,67)
#2D513A
(45,81,58)
#274431
(39,68,49)
#213728
(33,55,40)
#1B2A1F
(27,42,31)
#151D16
(21,29,22)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #4B9267

#4B9267
(75,146,103)
#5B9B74
(91,155,116)
#6BA481
(107,164,129)
#7BAD8E
(123,173,142)
#8BB69B
(139,182,155)
#9BBFA8
(155,191,168)
#ABC8B5
(171,200,181)
#BBD1C2
(187,209,194)
#CBDACF
(203,218,207)
#DBE3DC
(219,227,220)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9267 color. Also use rgb(75,146,103) instead hex code.

Text Font Color

.myTextColor { color: #4B9267; }

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

This text font color is #4B9267.


Background Color

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

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

This div background color is #4B9267.


Border color

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

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

This div border color is #4B9267.


Opacity

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

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

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

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

This text has shadow with #4B9267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9267 on black background.


Color preview on white background

This text has color #4B9267 on white background.



Black color preview on #4B9267 background

This text has black color on #4B9267 background.


White color preview on #4B9267 background

This text has white color on #4B9267 background.