COLOR #427403

HEX: #427403
RGB: (66,116,3)

Color info

#427403 contains mainly red and green colors. Web safe color of #427403 is #336600 (or #360).

RGB color model

#427403 color RGB value is (66,116,3).

  • red value is 66;
  • green value is 116;
  • blue value is 3.
RGB:
(66,116,3)
(26%,45%,1%)

RGB channels and saturation

R 66 of 255 = 26%
G 116 of 255 = 45%
B 3 of 255 = 1%

66
116
3

R + G + B ~ 24%. #427403 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 116 + 3 = 185 (100%)
R 66 of 185 ~ 35.68%
G 116 of 185 ~ 62.7%
B 3 of 185 ~ 1.62%

%35.68
%62.7

CMYK color model

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

  • cyan value is 43.10%
  • magenta value is 0.00%
  • yellow value is 97.41%
  • key color value is 54.51%
CMYK:
(43,0,97,55)
C43M0Y97K55 
(43%,0%,97%,55%)
(0.43/0.00/0.97/0.55)	

CMYK percentages

%43.1
%0
%97.41
%54.51

Codes

Color #427403 in popluar color models

427403
RGB661163
HSL87°94.96%23.33%
HSB/HSV87°97.41%45.49%
CMYK43.10%0.00%97.41%
54.51%

Color #427403 in popluar number systems.

HEX427403
Decimal661163
Binary1000010111010011
Octal1021643

Shades and tints

Shades of #427403

#427403
(66,116,3)
#3C6A03
(60,106,3)
#366003
(54,96,3)
#305603
(48,86,3)
#2A4C03
(42,76,3)
#244203
(36,66,3)
#1E3803
(30,56,3)
#182E03
(24,46,3)
#122403
(18,36,3)
#0C1A03
(12,26,3)
#061003
(6,16,3)
#000000
(0,0,0)

Tints of #427403

#427403
(66,116,3)
#538019
(83,128,25)
#648C2F
(100,140,47)
#759845
(117,152,69)
#86A45B
(134,164,91)
#97B071
(151,176,113)
#A8BC87
(168,188,135)
#B9C89D
(185,200,157)
#CAD4B3
(202,212,179)
#DBE0C9
(219,224,201)
#ECECDF
(236,236,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427403 color. Also use rgb(66,116,3) instead hex code.

Text Font Color

.myTextColor { color: #427403; }

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

This text font color is #427403.


Background Color

.myBgColor { background-color: #427403; }

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

This div background color is #427403.


Border color

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

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

This div border color is #427403.


Opacity

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

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

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

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

This text has shadow with #427403 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427403 on black background.


Color preview on white background

This text has color #427403 on white background.



Black color preview on #427403 background

This text has black color on #427403 background.


White color preview on #427403 background

This text has white color on #427403 background.