COLOR #05672F

HEX: #05672F
RGB: (5,103,47)

Color info

#05672F contains mainly green and blue colors. Web safe color of #05672F is #006633 (or #063).

RGB color model

#05672F color RGB value is (5,103,47).

  • red value is 5;
  • green value is 103;
  • blue value is 47.
RGB:
(5,103,47)
(2%,40%,18%)

RGB channels and saturation

R 5 of 255 = 2%
G 103 of 255 = 40%
B 47 of 255 = 18%

5
103
47

R + G + B ~ 20%. #05672F is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 103 + 47 = 155 (100%)
R 5 of 155 ~ 3.23%
G 103 of 155 ~ 66.45%
B 47 of 155 ~ 30.32%

%66.45
%30.32

CMYK color model

#05672F color CMYK value is (95,0,54,60).

  • cyan value is 95.15%
  • magenta value is 0.00%
  • yellow value is 54.37%
  • key color value is 59.61%
CMYK:
(95,0,54,60)
C95M0Y54K60 
(95%,0%,54%,60%)
(0.95/0.00/0.54/0.60)	

CMYK percentages

%95.15
%0
%54.37
%59.61

Codes

Color #05672F in popluar color models

05672F
RGB510347
HSL146°90.74%21.18%
HSB/HSV146°95.15%40.39%
CMYK95.15%0.00%54.37%
59.61%

Color #05672F in popluar number systems.

HEX05672F
Decimal510347
Binary1011100111101111
Octal514757

Shades and tints

Shades of #05672F

#05672F
(5,103,47)
#055E2B
(5,94,43)
#055527
(5,85,39)
#054C23
(5,76,35)
#05431F
(5,67,31)
#053A1B
(5,58,27)
#053117
(5,49,23)
#052813
(5,40,19)
#051F0F
(5,31,15)
#05160B
(5,22,11)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #05672F

#05672F
(5,103,47)
#1B7441
(27,116,65)
#318153
(49,129,83)
#478E65
(71,142,101)
#5D9B77
(93,155,119)
#73A889
(115,168,137)
#89B59B
(137,181,155)
#9FC2AD
(159,194,173)
#B5CFBF
(181,207,191)
#CBDCD1
(203,220,209)
#E1E9E3
(225,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05672F color. Also use rgb(5,103,47) instead hex code.

Text Font Color

.myTextColor { color: #05672F; }

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

This text font color is #05672F.


Background Color

.myBgColor { background-color: #05672F; }

<div style="background-color:#05672F">Inner text</div>

This div background color is #05672F.


Border color

.myBorderColor { border: 1px solid #05672F; }

<div style="border:3px solid #05672F">Div</div>

This div border color is #05672F.


Opacity

.myOpacity80 { color: #05672F; opacity: 0.8; }

<p style="color:#05672F;opacity:0.8;">80%</p>

Text with #05672F 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 #05672F;}

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

This text has shadow with #05672F color.

.textShadow {text-shadow: 3px 3px 1px #05672F, 3px 3px 1px red;}

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

This text has shadow with #05672F primary color and red secondary color.


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

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

This text has shadow with #05672F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05672F on black background.


Color preview on white background

This text has color #05672F on white background.



Black color preview on #05672F background

This text has black color on #05672F background.


White color preview on #05672F background

This text has white color on #05672F background.