COLOR #2E583C

HEX: #2E583C RGB: (46,88,60)

Color info

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

RGB color model

#2E583C color RGB value is (46,88,60).

RGB: (46,88,60) (18%, 35%, 24%)

RGB channels and saturation

R 46 of 255 = 18%
G 88 of 255 = 35%
B 60 of 255 = 24%

46
88
60

R + G + B ~ 26%. #2E583C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 88 + 60 = 194 (100%)
R 46 of 194 ~ 23.71%
G 88 of 194 ~ 45.36%
B 60 of 194 ~ 30.93'%

%23.71
%45.36
%30.93

CMYK color model

#2E583C color CMYK value is (48,0,32,65).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%

CMYK: (48,0,32,65)
C48M0Y32K65 (48%, 0%, 32%, 65%)
(0.48 / 0.00 / 0.32 / 0.65)

CMYK percentages

%47.73
%0
%31.82
%65.49

Codes

Color #2E583C in popluar color models

2E 58 3C
RGB 46 88 60
HSL 140° 31.34% 26.27%
HSB/HSV 140° 47.73% 34.51%
CMYK 47.73% 0.00% 31.82%
65.49%

Color #2E583C in popluar number systems.

HEX 2E 58 3C
Decimal 46 88 60
Binary 101110 1011000 111100
Octal 56 130 74

Shades and tints

Shades of #2E583C

#2E583C
(46,88,60)
#2A5037
(42,80,55)
#264832
(38,72,50)
#22402D
(34,64,45)
#1E3828
(30,56,40)
#1A3023
(26,48,35)
#16281E
(22,40,30)
#122019
(18,32,25)
#0E1814
(14,24,20)
#0A100F
(10,16,15)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #2E583C

#2E583C
(46,88,60)
#41674D
(65,103,77)
#54765E
(84,118,94)
#67856F
(103,133,111)
#7A9480
(122,148,128)
#8DA391
(141,163,145)
#A0B2A2
(160,178,162)
#B3C1B3
(179,193,179)
#C6D0C4
(198,208,196)
#D9DFD5
(217,223,213)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E583C color. Also use rgb(46,88,60) instead hex code.

Text Font Color

.myTextColor { color: #2E583C; }

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

This text font color is #2E583C.

Background Color

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

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

This div background color is #2E583C.

Border color

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

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

This div border color is #2E583C.

Opacity

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

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

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

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

This text has shadow with #2E583C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E583C.

Preview

Color preview on black background

This text has color #2E583C on black background.


Color preview on white background

This text has color #2E583C on white background.


Black color preview on #2E583C background

This text has black color on #2E583C background.


White color preview on #2E583C background

This text has white color on #2E583C background.


Related colors

Complementary color

Complementary color for #hex is #D1A7C3.


I love getcolorcode.com

Triadic colors

1 #3C2E58 and #583C2E with #2E583C are triadic colors.

2 #3C582E and #582E3C with #2E583C are triadic colors.