COLOR #5FB361

HEX: #5FB361
RGB: (95,179,97)

Color info

#5FB361 contains mainly green color. Web safe color of #5FB361 is #669966 (or #696).

RGB color model

#5FB361 color RGB value is (95,179,97).

  • red value is 95;
  • green value is 179;
  • blue value is 97.
RGB:
(95,179,97)
(37%,70%,38%)

RGB channels and saturation

R 95 of 255 = 37%
G 179 of 255 = 70%
B 97 of 255 = 38%

95
179
97

R + G + B ~ 48%. #5FB361 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 179 + 97 = 371 (100%)
R 95 of 371 ~ 25.61%
G 179 of 371 ~ 48.25%
B 97 of 371 ~ 26.15%

%25.61
%48.25
%26.15

CMYK color model

#5FB361 color CMYK value is (47,0,46,30).

  • cyan value is 46.93%
  • magenta value is 0.00%
  • yellow value is 45.81%
  • key color value is 29.80%
CMYK:
(47,0,46,30)
C47M0Y46K30 
(47%,0%,46%,30%)
(0.47/0.00/0.46/0.30)	

CMYK percentages

%46.93
%0
%45.81
%29.8

Codes

Color #5FB361 in popluar color models

5FB361
RGB9517997
HSL121°35.59%53.73%
HSB/HSV121°46.93%70.20%
CMYK46.93%0.00%45.81%
29.80%

Color #5FB361 in popluar number systems.

HEX5FB361
Decimal9517997
Binary1011111101100111100001
Octal137263141

Shades and tints

Shades of #5FB361

#5FB361
(95,179,97)
#57A359
(87,163,89)
#4F9351
(79,147,81)
#478349
(71,131,73)
#3F7341
(63,115,65)
#376339
(55,99,57)
#2F5331
(47,83,49)
#274329
(39,67,41)
#1F3321
(31,51,33)
#172319
(23,35,25)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #5FB361

#5FB361
(95,179,97)
#6DB96F
(109,185,111)
#7BBF7D
(123,191,125)
#89C58B
(137,197,139)
#97CB99
(151,203,153)
#A5D1A7
(165,209,167)
#B3D7B5
(179,215,181)
#C1DDC3
(193,221,195)
#CFE3D1
(207,227,209)
#DDE9DF
(221,233,223)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB361 color. Also use rgb(95,179,97) instead hex code.

Text Font Color

.myTextColor { color: #5FB361; }

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

This text font color is #5FB361.


Background Color

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

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

This div background color is #5FB361.


Border color

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

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

This div border color is #5FB361.


Opacity

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

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

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

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

This text has shadow with #5FB361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB361 on black background.


Color preview on white background

This text has color #5FB361 on white background.



Black color preview on #5FB361 background

This text has black color on #5FB361 background.


White color preview on #5FB361 background

This text has white color on #5FB361 background.