COLOR #487365

HEX: #487365
RGB: (72,115,101)

Color info

#487365 contains red, green and blue colors in about the same proportion. Web safe color of #487365 is #336666 (or #366).

RGB color model

#487365 color RGB value is (72,115,101).

  • red value is 72;
  • green value is 115;
  • blue value is 101.
RGB:
(72,115,101)
(28%,45%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 115 of 255 = 45%
B 101 of 255 = 40%

72
115
101

R + G + B ~ 38%. #487365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 115 + 101 = 288 (100%)
R 72 of 288 ~ 25%
G 115 of 288 ~ 39.93%
B 101 of 288 ~ 35.07%

%25
%39.93
%35.07

CMYK color model

#487365 color CMYK value is (37,0,12,55).

  • cyan value is 37.39%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 54.90%
CMYK:
(37,0,12,55)
C37M0Y12K55 
(37%,0%,12%,55%)
(0.37/0.00/0.12/0.55)	

CMYK percentages

%37.39
%0
%12.17
%54.9

Codes

Color #487365 in popluar color models

487365
RGB72115101
HSL160°22.99%36.67%
HSB/HSV160°37.39%45.10%
CMYK37.39%0.00%12.17%
54.90%

Color #487365 in popluar number systems.

HEX487365
Decimal72115101
Binary100100011100111100101
Octal110163145

Shades and tints

Shades of #487365

#487365
(72,115,101)
#42695C
(66,105,92)
#3C5F53
(60,95,83)
#36554A
(54,85,74)
#304B41
(48,75,65)
#2A4138
(42,65,56)
#24372F
(36,55,47)
#1E2D26
(30,45,38)
#18231D
(24,35,29)
#121914
(18,25,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #487365

#487365
(72,115,101)
#587F73
(88,127,115)
#688B81
(104,139,129)
#78978F
(120,151,143)
#88A39D
(136,163,157)
#98AFAB
(152,175,171)
#A8BBB9
(168,187,185)
#B8C7C7
(184,199,199)
#C8D3D5
(200,211,213)
#D8DFE3
(216,223,227)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487365 color. Also use rgb(72,115,101) instead hex code.

Text Font Color

.myTextColor { color: #487365; }

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

This text font color is #487365.


Background Color

.myBgColor { background-color: #487365; }

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

This div background color is #487365.


Border color

.myBorderColor { border: 1px solid #487365; }

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

This div border color is #487365.


Opacity

.myOpacity80 { color: #487365; opacity: 0.8; }

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

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

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

This text has shadow with #487365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487365 on black background.


Color preview on white background

This text has color #487365 on white background.



Black color preview on #487365 background

This text has black color on #487365 background.


White color preview on #487365 background

This text has white color on #487365 background.