COLOR #3E530B

HEX: #3E530B RGB: (62,83,11)

Color info

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

RGB color model

#3E530B color RGB value is (62,83,11).

RGB: (62,83,11) (24%, 33%, 4%)

RGB channels and saturation

R 62 of 255 = 24%
G 83 of 255 = 33%
B 11 of 255 = 4%

62
83
11

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

Portions of RGB colors in percentages

R + G + B = 62 + 83 + 11 = 156 (100%)
R 62 of 156 ~ 39.74%
G 83 of 156 ~ 53.21%
B 11 of 156 ~ 7.05'%

%39.74
%53.21

CMYK color model

#3E530B color CMYK value is (25,0,87,67).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 86.75%
  • key color value is 67.45%

CMYK: (25,0,87,67)
C25M0Y87K67 (25%, 0%, 87%, 67%)
(0.25 / 0.00 / 0.87 / 0.67)

CMYK percentages

%25.3
%0
%86.75
%67.45

Codes

Color #3E530B in popluar color models

3E 53 0B
RGB 62 83 11
HSL 78° 76.60% 18.43%
HSB/HSV 78° 86.75% 32.55%
CMYK 25.30% 0.00% 86.75%
67.45%

Color #3E530B in popluar number systems.

HEX 3E 53 0B
Decimal 62 83 11
Binary 111110 1010011 1011
Octal 76 123 13

Shades and tints

Shades of #3E530B

#3E530B
(62,83,11)
#394C0A
(57,76,10)
#344509
(52,69,9)
#2F3E08
(47,62,8)
#2A3707
(42,55,7)
#253006
(37,48,6)
#202905
(32,41,5)
#1B2204
(27,34,4)
#161B03
(22,27,3)
#111402
(17,20,2)
#0C0D01
(12,13,1)
#000000
(0,0,0)

Tints of #3E530B

#3E530B
(62,83,11)
#4F6221
(79,98,33)
#607137
(96,113,55)
#71804D
(113,128,77)
#828F63
(130,143,99)
#939E79
(147,158,121)
#A4AD8F
(164,173,143)
#B5BCA5
(181,188,165)
#C6CBBB
(198,203,187)
#D7DAD1
(215,218,209)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E530B color. Also use rgb(62,83,11) instead hex code.

Text Font Color

.myTextColor { color: #3E530B; }

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

This text font color is #3E530B.

Background Color

.myBgColor { background-color: #3E530B; }

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

This div background color is #3E530B.

Border color

.myBorderColor { border: 1px solid #3E530B; }

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

This div border color is #3E530B.

Opacity

.myOpacity80 { color: #3E530B; opacity: 0.8; }

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

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

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

This text has shadow with #3E530B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E530B.

Preview

Color preview on black background

This text has color #3E530B on black background.


Color preview on white background

This text has color #3E530B on white background.


Black color preview on #3E530B background

This text has black color on #3E530B background.


White color preview on #3E530B background

This text has white color on #3E530B background.


Related colors

Complementary color

Complementary color for #hex is #C1ACF4.


I love getcolorcode.com

Triadic colors

1 #0B3E53 and #530B3E with #3E530B are triadic colors.

2 #0B533E and #533E0B with #3E530B are triadic colors.