COLOR #427341

HEX: #427341
RGB: (66,115,65)

Color info

#427341 contains red, green and blue colors in about the same proportion. Web safe color of #427341 is #336633 (or #363).

RGB color model

#427341 color RGB value is (66,115,65).

  • red value is 66;
  • green value is 115;
  • blue value is 65.
RGB:
(66,115,65)
(26%,45%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 115 of 255 = 45%
B 65 of 255 = 25%

66
115
65

R + G + B ~ 32%. #427341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 115 + 65 = 246 (100%)
R 66 of 246 ~ 26.83%
G 115 of 246 ~ 46.75%
B 65 of 246 ~ 26.42%

%26.83
%46.75
%26.42

CMYK color model

#427341 color CMYK value is (43,0,43,55).

  • cyan value is 42.61%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 54.90%
CMYK:
(43,0,43,55)
C43M0Y43K55 
(43%,0%,43%,55%)
(0.43/0.00/0.43/0.55)	

CMYK percentages

%42.61
%0
%43.48
%54.9

Codes

Color #427341 in popluar color models

427341
RGB6611565
HSL119°27.78%35.29%
HSB/HSV119°43.48%45.10%
CMYK42.61%0.00%43.48%
54.90%

Color #427341 in popluar number systems.

HEX427341
Decimal6611565
Binary100001011100111000001
Octal102163101

Shades and tints

Shades of #427341

#427341
(66,115,65)
#3C693C
(60,105,60)
#365F37
(54,95,55)
#305532
(48,85,50)
#2A4B2D
(42,75,45)
#244128
(36,65,40)
#1E3723
(30,55,35)
#182D1E
(24,45,30)
#122319
(18,35,25)
#0C1914
(12,25,20)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #427341

#427341
(66,115,65)
#537F52
(83,127,82)
#648B63
(100,139,99)
#759774
(117,151,116)
#86A385
(134,163,133)
#97AF96
(151,175,150)
#A8BBA7
(168,187,167)
#B9C7B8
(185,199,184)
#CAD3C9
(202,211,201)
#DBDFDA
(219,223,218)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427341 color. Also use rgb(66,115,65) instead hex code.

Text Font Color

.myTextColor { color: #427341; }

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

This text font color is #427341.


Background Color

.myBgColor { background-color: #427341; }

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

This div background color is #427341.


Border color

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

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

This div border color is #427341.


Opacity

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

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

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

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

This text has shadow with #427341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427341 on black background.


Color preview on white background

This text has color #427341 on white background.



Black color preview on #427341 background

This text has black color on #427341 background.


White color preview on #427341 background

This text has white color on #427341 background.