COLOR #455501

HEX: #455501
RGB: (69,85,1)

Color info

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

RGB color model

#455501 color RGB value is (69,85,1).

  • red value is 69;
  • green value is 85;
  • blue value is 1.
RGB:
(69,85,1)
(27%,33%,0%)

RGB channels and saturation

R 69 of 255 = 27%
G 85 of 255 = 33%
B 1 of 255 = 0%

69
85
1

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

Portions of RGB colors in percentages

R + G + B =
69 + 85 + 1 = 155 (100%)
R 69 of 155 ~ 44.52%
G 85 of 155 ~ 54.84%
B 1 of 155 ~ 0.65%

%44.52
%54.84

CMYK color model

#455501 color CMYK value is (19,0,99,67).

  • cyan value is 18.82%
  • magenta value is 0.00%
  • yellow value is 98.82%
  • key color value is 66.67%
CMYK:
(19,0,99,67)
C19M0Y99K67 
(19%,0%,99%,67%)
(0.19/0.00/0.99/0.67)	

CMYK percentages

%18.82
%0
%98.82
%66.67

Codes

Color #455501 in popluar color models

455501
RGB69851
HSL71°97.67%16.86%
HSB/HSV71°98.82%33.33%
CMYK18.82%0.00%98.82%
66.67%

Color #455501 in popluar number systems.

HEX455501
Decimal69851
Binary100010110101011
Octal1051251

Shades and tints

Shades of #455501

#455501
(69,85,1)
#3F4E01
(63,78,1)
#394701
(57,71,1)
#334001
(51,64,1)
#2D3901
(45,57,1)
#273201
(39,50,1)
#212B01
(33,43,1)
#1B2401
(27,36,1)
#151D01
(21,29,1)
#0F1601
(15,22,1)
#090F01
(9,15,1)
#000000
(0,0,0)

Tints of #455501

#455501
(69,85,1)
#556418
(85,100,24)
#65732F
(101,115,47)
#758246
(117,130,70)
#85915D
(133,145,93)
#95A074
(149,160,116)
#A5AF8B
(165,175,139)
#B5BEA2
(181,190,162)
#C5CDB9
(197,205,185)
#D5DCD0
(213,220,208)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455501 color. Also use rgb(69,85,1) instead hex code.

Text Font Color

.myTextColor { color: #455501; }

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

This text font color is #455501.


Background Color

.myBgColor { background-color: #455501; }

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

This div background color is #455501.


Border color

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

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

This div border color is #455501.


Opacity

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

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

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

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

This text has shadow with #455501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455501 on black background.


Color preview on white background

This text has color #455501 on white background.



Black color preview on #455501 background

This text has black color on #455501 background.


White color preview on #455501 background

This text has white color on #455501 background.