COLOR #5B7A3D

HEX: #5B7A3D
RGB: (91,122,61)

Color info

#5B7A3D contains mainly red and green colors. Web safe color of #5B7A3D is #666633 (or #663).

RGB color model

#5B7A3D color RGB value is (91,122,61).

  • red value is 91;
  • green value is 122;
  • blue value is 61.
RGB:
(91,122,61)
(36%,48%,24%)

RGB channels and saturation

R 91 of 255 = 36%
G 122 of 255 = 48%
B 61 of 255 = 24%

91
122
61

R + G + B ~ 36%. #5B7A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 122 + 61 = 274 (100%)
R 91 of 274 ~ 33.21%
G 122 of 274 ~ 44.53%
B 61 of 274 ~ 22.26%

%33.21
%44.53
%22.26

CMYK color model

#5B7A3D color CMYK value is (25,0,50,52).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 52.16%
CMYK:
(25,0,50,52)
C25M0Y50K52 
(25%,0%,50%,52%)
(0.25/0.00/0.50/0.52)	

CMYK percentages

%25.41
%0
%50
%52.16

Codes

Color #5B7A3D in popluar color models

5B7A3D
RGB9112261
HSL90°33.33%35.88%
HSB/HSV90°50.00%47.84%
CMYK25.41%0.00%50.00%
52.16%

Color #5B7A3D in popluar number systems.

HEX5B7A3D
Decimal9112261
Binary10110111111010111101
Octal13317275

Shades and tints

Shades of #5B7A3D

#5B7A3D
(91,122,61)
#536F38
(83,111,56)
#4B6433
(75,100,51)
#43592E
(67,89,46)
#3B4E29
(59,78,41)
#334324
(51,67,36)
#2B381F
(43,56,31)
#232D1A
(35,45,26)
#1B2215
(27,34,21)
#131710
(19,23,16)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #5B7A3D

#5B7A3D
(91,122,61)
#69864E
(105,134,78)
#77925F
(119,146,95)
#859E70
(133,158,112)
#93AA81
(147,170,129)
#A1B692
(161,182,146)
#AFC2A3
(175,194,163)
#BDCEB4
(189,206,180)
#CBDAC5
(203,218,197)
#D9E6D6
(217,230,214)
#E7F2E7
(231,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7A3D color. Also use rgb(91,122,61) instead hex code.

Text Font Color

.myTextColor { color: #5B7A3D; }

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

This text font color is #5B7A3D.


Background Color

.myBgColor { background-color: #5B7A3D; }

<div style="background-color:#5B7A3D">Inner text</div>

This div background color is #5B7A3D.


Border color

.myBorderColor { border: 1px solid #5B7A3D; }

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

This div border color is #5B7A3D.


Opacity

.myOpacity80 { color: #5B7A3D; opacity: 0.8; }

<p style="color:#5B7A3D;opacity:0.8;">80%</p>

Text with #5B7A3D 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 #5B7A3D;}

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

This text has shadow with #5B7A3D color.

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

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

This text has shadow with #5B7A3D primary color and red secondary color.


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

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

This text has shadow with #5B7A3D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7A3D on black background.


Color preview on white background

This text has color #5B7A3D on white background.



Black color preview on #5B7A3D background

This text has black color on #5B7A3D background.


White color preview on #5B7A3D background

This text has white color on #5B7A3D background.