COLOR #395303

HEX: #395303
RGB: (57,83,3)

Color info

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

RGB color model

#395303 color RGB value is (57,83,3).

  • red value is 57;
  • green value is 83;
  • blue value is 3.
RGB:
(57,83,3)
(22%,33%,1%)

RGB channels and saturation

R 57 of 255 = 22%
G 83 of 255 = 33%
B 3 of 255 = 1%

57
83
3

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

Portions of RGB colors in percentages

R + G + B =
57 + 83 + 3 = 143 (100%)
R 57 of 143 ~ 39.86%
G 83 of 143 ~ 58.04%
B 3 of 143 ~ 2.1%

%39.86
%58.04

CMYK color model

#395303 color CMYK value is (31,0,96,67).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 96.39%
  • key color value is 67.45%
CMYK:
(31,0,96,67)
C31M0Y96K67 
(31%,0%,96%,67%)
(0.31/0.00/0.96/0.67)	

CMYK percentages

%31.33
%0
%96.39
%67.45

Codes

Color #395303 in popluar color models

395303
RGB57833
HSL80°93.02%16.86%
HSB/HSV80°96.39%32.55%
CMYK31.33%0.00%96.39%
67.45%

Color #395303 in popluar number systems.

HEX395303
Decimal57833
Binary111001101001111
Octal711233

Shades and tints

Shades of #395303

#395303
(57,83,3)
#344C03
(52,76,3)
#2F4503
(47,69,3)
#2A3E03
(42,62,3)
#253703
(37,55,3)
#203003
(32,48,3)
#1B2903
(27,41,3)
#162203
(22,34,3)
#111B03
(17,27,3)
#0C1403
(12,20,3)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #395303

#395303
(57,83,3)
#4B6219
(75,98,25)
#5D712F
(93,113,47)
#6F8045
(111,128,69)
#818F5B
(129,143,91)
#939E71
(147,158,113)
#A5AD87
(165,173,135)
#B7BC9D
(183,188,157)
#C9CBB3
(201,203,179)
#DBDAC9
(219,218,201)
#EDE9DF
(237,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395303; }

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

This text font color is #395303.


Background Color

.myBgColor { background-color: #395303; }

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

This div background color is #395303.


Border color

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

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

This div border color is #395303.


Opacity

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

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

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

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

This text has shadow with #395303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395303 on black background.


Color preview on white background

This text has color #395303 on white background.



Black color preview on #395303 background

This text has black color on #395303 background.


White color preview on #395303 background

This text has white color on #395303 background.