COLOR #447C58

HEX: #447C58
RGB: (68,124,88)

Color info

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

RGB color model

#447C58 color RGB value is (68,124,88).

  • red value is 68;
  • green value is 124;
  • blue value is 88.
RGB:
(68,124,88)
(27%,49%,35%)

RGB channels and saturation

R 68 of 255 = 27%
G 124 of 255 = 49%
B 88 of 255 = 35%

68
124
88

R + G + B ~ 37%. #447C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 124 + 88 = 280 (100%)
R 68 of 280 ~ 24.29%
G 124 of 280 ~ 44.29%
B 88 of 280 ~ 31.43%

%24.29
%44.29
%31.43

CMYK color model

#447C58 color CMYK value is (45,0,29,51).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 51.37%
CMYK:
(45,0,29,51)
C45M0Y29K51 
(45%,0%,29%,51%)
(0.45/0.00/0.29/0.51)	

CMYK percentages

%45.16
%0
%29.03
%51.37

Codes

Color #447C58 in popluar color models

447C58
RGB6812488
HSL141°29.17%37.65%
HSB/HSV141°45.16%48.63%
CMYK45.16%0.00%29.03%
51.37%

Color #447C58 in popluar number systems.

HEX447C58
Decimal6812488
Binary100010011111001011000
Octal104174130

Shades and tints

Shades of #447C58

#447C58
(68,124,88)
#3E7150
(62,113,80)
#386648
(56,102,72)
#325B40
(50,91,64)
#2C5038
(44,80,56)
#264530
(38,69,48)
#203A28
(32,58,40)
#1A2F20
(26,47,32)
#142418
(20,36,24)
#0E1910
(14,25,16)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #447C58

#447C58
(68,124,88)
#558767
(85,135,103)
#669276
(102,146,118)
#779D85
(119,157,133)
#88A894
(136,168,148)
#99B3A3
(153,179,163)
#AABEB2
(170,190,178)
#BBC9C1
(187,201,193)
#CCD4D0
(204,212,208)
#DDDFDF
(221,223,223)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447C58 color. Also use rgb(68,124,88) instead hex code.

Text Font Color

.myTextColor { color: #447C58; }

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

This text font color is #447C58.


Background Color

.myBgColor { background-color: #447C58; }

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

This div background color is #447C58.


Border color

.myBorderColor { border: 1px solid #447C58; }

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

This div border color is #447C58.


Opacity

.myOpacity80 { color: #447C58; opacity: 0.8; }

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

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

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

This text has shadow with #447C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447C58 on black background.


Color preview on white background

This text has color #447C58 on white background.



Black color preview on #447C58 background

This text has black color on #447C58 background.


White color preview on #447C58 background

This text has white color on #447C58 background.