COLOR #2C590B

HEX: #2C590B
RGB: (44,89,11)

Color info

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

RGB color model

#2C590B color RGB value is (44,89,11).

  • red value is 44;
  • green value is 89;
  • blue value is 11.
RGB:
(44,89,11)
(17%,35%,4%)

RGB channels and saturation

R 44 of 255 = 17%
G 89 of 255 = 35%
B 11 of 255 = 4%

44
89
11

R + G + B ~ 19%. #2C590B is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 89 + 11 = 144 (100%)
R 44 of 144 ~ 30.56%
G 89 of 144 ~ 61.81%
B 11 of 144 ~ 7.64%

%30.56
%61.81

CMYK color model

#2C590B color CMYK value is (51,0,88,65).

  • cyan value is 50.56%
  • magenta value is 0.00%
  • yellow value is 87.64%
  • key color value is 65.10%
CMYK:
(51,0,88,65)
C51M0Y88K65 
(51%,0%,88%,65%)
(0.51/0.00/0.88/0.65)	

CMYK percentages

%50.56
%0
%87.64
%65.1

Codes

Color #2C590B in popluar color models

2C590B
RGB448911
HSL95°78.00%19.61%
HSB/HSV95°87.64%34.90%
CMYK50.56%0.00%87.64%
65.10%

Color #2C590B in popluar number systems.

HEX2C590B
Decimal448911
Binary10110010110011011
Octal5413113

Shades and tints

Shades of #2C590B

#2C590B
(44,89,11)
#28510A
(40,81,10)
#244909
(36,73,9)
#204108
(32,65,8)
#1C3907
(28,57,7)
#183106
(24,49,6)
#142905
(20,41,5)
#102104
(16,33,4)
#0C1903
(12,25,3)
#081102
(8,17,2)
#040901
(4,9,1)
#000000
(0,0,0)

Tints of #2C590B

#2C590B
(44,89,11)
#3F6821
(63,104,33)
#527737
(82,119,55)
#65864D
(101,134,77)
#789563
(120,149,99)
#8BA479
(139,164,121)
#9EB38F
(158,179,143)
#B1C2A5
(177,194,165)
#C4D1BB
(196,209,187)
#D7E0D1
(215,224,209)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C590B color. Also use rgb(44,89,11) instead hex code.

Text Font Color

.myTextColor { color: #2C590B; }

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

This text font color is #2C590B.


Background Color

.myBgColor { background-color: #2C590B; }

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

This div background color is #2C590B.


Border color

.myBorderColor { border: 1px solid #2C590B; }

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

This div border color is #2C590B.


Opacity

.myOpacity80 { color: #2C590B; opacity: 0.8; }

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

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

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

This text has shadow with #2C590B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C590B on black background.


Color preview on white background

This text has color #2C590B on white background.



Black color preview on #2C590B background

This text has black color on #2C590B background.


White color preview on #2C590B background

This text has white color on #2C590B background.